{
  "schema_version": 1,
  "generated_at": "2026-08-05T12:16:08+00:00",
  "status": "ok",
  "kdf_repo": "/Users/charl/Code/Gleec/komodo-defi-framework",
  "host": {
    "system": "Darwin",
    "machine": "arm64",
    "platform": "macOS-26.5.1-arm64-arm-64bit-Mach-O"
  },
  "branch": "perf/evm-rpc-concurrency",
  "safe_branch": "perf-evm-rpc-concurrency",
  "commit": "34ab0e7aad2cc358cf0a02d8f32751d4b6b244c7",
  "short_commit": "34ab0e7",
  "dirty": false,
  "requested_platforms": [
    "web",
    "macos",
    "ios",
    "linux",
    "android-aarch64",
    "android-armv7",
    "windows"
  ],
  "artifacts": [
    {
      "platform": "web",
      "filename": "kdf_34ab0e7-wasm.zip",
      "sha256": "c23dc23663d4989eb6b94555519c30bd9c099bf0b35379c2cbcc84ec7d79bdf2",
      "size_bytes": 11590846,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-wasm.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-wasm.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-wasm.zip.sha256",
      "started_at": "2026-08-05T11:23:30+00:00",
      "finished_at": "2026-08-05T11:28:07+00:00",
      "build_commands": [
        "rustup target add wasm32-unknown-unknown",
        "wasm-pack build --release mm2src/mm2_bin_lib --target web --out-dir ../../target/target-wasm-release"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "macos",
      "filename": "kdf_34ab0e7-mac-universal.zip",
      "sha256": "d5b3ae8bd50f8f0ce4f6b9de2a2be7367971c55c2c77141a7acf91ff8892cd3f",
      "size_bytes": 55805055,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-mac-universal.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-mac-universal.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-mac-universal.zip.sha256",
      "started_at": "2026-08-05T11:28:07+00:00",
      "finished_at": "2026-08-05T11:35:21+00:00",
      "build_commands": [
        "rustup target add x86_64-apple-darwin",
        "rustup target add aarch64-apple-darwin",
        "cargo build --release --target x86_64-apple-darwin",
        "cargo build --release --target aarch64-apple-darwin",
        "lipo -create /Users/charl/Code/Gleec/komodo-defi-framework/target/aarch64-apple-darwin/release/kdf /Users/charl/Code/Gleec/komodo-defi-framework/target/x86_64-apple-darwin/release/kdf -output /Users/charl/Code/Gleec/komodo-defi-framework/target/universal-apple-darwin/release/kdf"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "ios",
      "filename": "kdf_34ab0e7-ios-aarch64.zip",
      "sha256": "7cebc5acee9984e7768a6570f876b389ce1c47310ab6574bf87b1b04f3cf2f77",
      "size_bytes": 51118249,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-ios-aarch64.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-ios-aarch64.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-ios-aarch64.zip.sha256",
      "started_at": "2026-08-05T11:35:21+00:00",
      "finished_at": "2026-08-05T11:41:17+00:00",
      "build_commands": [
        "rustup target add aarch64-apple-ios",
        "cargo rustc --target aarch64-apple-ios --lib --release --package mm2_bin_lib --crate-type=staticlib"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "linux",
      "filename": "kdf_34ab0e7-linux-x86-64.zip",
      "sha256": "2b0cb6dbfa37d356fb36829812f819717fabd3d39b8f82e02c2f38dbf010afd2",
      "size_bytes": 29796577,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-linux-x86-64.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-linux-x86-64.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-linux-x86-64.zip.sha256",
      "started_at": "2026-08-05T11:41:18+00:00",
      "finished_at": "2026-08-05T11:50:03+00:00",
      "build_commands": [
        "docker run --rm --cidfile /var/folders/_j/wh9hdgns0yd36m9wpxcf6d180000gn/T/kdf-mirror-docker-hvwtr8ux/container.cid --label kdf_mirror=nitride-kdf-builds --env KDF_BUILD_TAG --platform linux/amd64 -v /Users/charl/Code/Gleec/komodo-defi-framework:/work -w /work komodoofficial/ci-container:latest bash -lc '\nset -euo pipefail\ngit config --global --add safe.directory /work || true\nexport RUST_TOOLCHAIN=\"stable-x86_64-unknown-linux-gnu\"\nexport RUST_TOOLCHAIN_BIN=\"/root/.rustup/toolchains/$RUST_TOOLCHAIN/bin\"\nexport PATH=\"/bin:/usr/bin:$RUST_TOOLCHAIN_BIN:/root/.cargo/bin:$PATH\"\nexport PROTOC_VERSION=\"25.3\"\ncurl -fsSL -o /tmp/protoc.zip \"https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip\"\nrm -rf /tmp/protoc\nunzip -q /tmp/protoc.zip -d /tmp/protoc\ncp /tmp/protoc/bin/protoc /usr/local/bin/protoc\nmkdir -p /usr/local/include\ncp -R /tmp/protoc/include/* /usr/local/include/\nchmod +x /usr/local/bin/protoc\nprotoc --version\ncargo --version\nrustc --version\n\ncargo build --release\n'"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "android-aarch64",
      "filename": "kdf_34ab0e7-android-aarch64.zip",
      "sha256": "0529a315107a1d2206a97b92694c1c583fd197acc63f3becac33be1d96e6428c",
      "size_bytes": 57629248,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-android-aarch64.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-android-aarch64.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-android-aarch64.zip.sha256",
      "started_at": "2026-08-05T11:50:03+00:00",
      "finished_at": "2026-08-05T12:00:40+00:00",
      "build_commands": [
        "docker run --rm --cidfile /var/folders/_j/wh9hdgns0yd36m9wpxcf6d180000gn/T/kdf-mirror-docker-63bku2ll/container.cid --label kdf_mirror=nitride-kdf-builds --env KDF_BUILD_TAG --platform linux/amd64 -v /Users/charl/Code/Gleec/komodo-defi-framework:/work -w /work komodoofficial/ci-container:latest bash -lc '\nset -euo pipefail\ngit config --global --add safe.directory /work || true\nexport RUST_TOOLCHAIN=\"stable-x86_64-unknown-linux-gnu\"\nexport RUST_TOOLCHAIN_BIN=\"/root/.rustup/toolchains/$RUST_TOOLCHAIN/bin\"\nexport PATH=\"/bin:/usr/bin:$RUST_TOOLCHAIN_BIN:/root/.cargo/bin:$PATH\"\nexport PROTOC_VERSION=\"25.3\"\ncurl -fsSL -o /tmp/protoc.zip \"https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip\"\nrm -rf /tmp/protoc\nunzip -q /tmp/protoc.zip -d /tmp/protoc\ncp /tmp/protoc/bin/protoc /usr/local/bin/protoc\nmkdir -p /usr/local/include\ncp -R /tmp/protoc/include/* /usr/local/include/\nchmod +x /usr/local/bin/protoc\nprotoc --version\ncargo --version\nrustc --version\n\n(cd /tmp && /root/.cargo/bin/rustup target add aarch64-linux-android --toolchain \"$RUST_TOOLCHAIN\")\ncp scripts/ci/android-ndk.sh /tmp/android-ndk.sh\nchmod +x /tmp/android-ndk.sh\n/tmp/android-ndk.sh x86 23\nexport PATH=\"$PATH:/android-ndk/bin\"\nCC_aarch64_linux_android=aarch64-linux-android21-clang CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=aarch64-linux-android21-clang cargo rustc --target=aarch64-linux-android --lib --release --crate-type=staticlib --package mm2_bin_lib\n'"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "android-armv7",
      "filename": "kdf_34ab0e7-android-armv7.zip",
      "sha256": "ac094d0be2813041b6a75d8cf43e8a002be65c88f8338e6ce12355bb014b58a1",
      "size_bytes": 57633264,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-android-armv7.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-android-armv7.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-android-armv7.zip.sha256",
      "started_at": "2026-08-05T12:00:40+00:00",
      "finished_at": "2026-08-05T12:10:53+00:00",
      "build_commands": [
        "docker run --rm --cidfile /var/folders/_j/wh9hdgns0yd36m9wpxcf6d180000gn/T/kdf-mirror-docker-jwgl7dwo/container.cid --label kdf_mirror=nitride-kdf-builds --env KDF_BUILD_TAG --platform linux/amd64 -v /Users/charl/Code/Gleec/komodo-defi-framework:/work -w /work komodoofficial/ci-container:latest bash -lc '\nset -euo pipefail\ngit config --global --add safe.directory /work || true\nexport RUST_TOOLCHAIN=\"stable-x86_64-unknown-linux-gnu\"\nexport RUST_TOOLCHAIN_BIN=\"/root/.rustup/toolchains/$RUST_TOOLCHAIN/bin\"\nexport PATH=\"/bin:/usr/bin:$RUST_TOOLCHAIN_BIN:/root/.cargo/bin:$PATH\"\nexport PROTOC_VERSION=\"25.3\"\ncurl -fsSL -o /tmp/protoc.zip \"https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip\"\nrm -rf /tmp/protoc\nunzip -q /tmp/protoc.zip -d /tmp/protoc\ncp /tmp/protoc/bin/protoc /usr/local/bin/protoc\nmkdir -p /usr/local/include\ncp -R /tmp/protoc/include/* /usr/local/include/\nchmod +x /usr/local/bin/protoc\nprotoc --version\ncargo --version\nrustc --version\n\n(cd /tmp && /root/.cargo/bin/rustup target add armv7-linux-androideabi --toolchain \"$RUST_TOOLCHAIN\")\ncp scripts/ci/android-ndk.sh /tmp/android-ndk.sh\nchmod +x /tmp/android-ndk.sh\n/tmp/android-ndk.sh x86 23\nexport PATH=\"$PATH:/android-ndk/bin\"\nrm -rf target/release/.fingerprint/zcash_client_backend-* target/release/build/zcash_client_backend-* 2>/dev/null || true\nrm -rf target/armv7-linux-androideabi/release/.fingerprint/zcash_client_backend-* target/armv7-linux-androideabi/release/build/zcash_client_backend-* 2>/dev/null || true\ncargo build -p zcash_client_backend --release\nCC_armv7_linux_androideabi=armv7a-linux-androideabi21-clang CARGO_TARGET_ARMV7_LINUX_ANDROIDEABI_LINKER=armv7a-linux-androideabi21-clang cargo rustc --target=armv7-linux-androideabi --lib --release --crate-type=staticlib --package mm2_bin_lib\n'"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    },
    {
      "platform": "windows",
      "filename": "kdf_34ab0e7-win-x86-64.zip",
      "sha256": "442a65e571e1779221c44582325785be0863fbe5410c0719a82086bcbd6a832e",
      "size_bytes": 64131951,
      "path": "perf-evm-rpc-concurrency/kdf_34ab0e7-win-x86-64.zip",
      "url_path": "/perf-evm-rpc-concurrency/kdf_34ab0e7-win-x86-64.zip",
      "sha256_path": "perf-evm-rpc-concurrency/kdf_34ab0e7-win-x86-64.zip.sha256",
      "started_at": "2026-08-05T12:10:54+00:00",
      "finished_at": "2026-08-05T12:16:08+00:00",
      "build_commands": [
        "rustup target add x86_64-pc-windows-msvc",
        "cargo xwin build --release --target x86_64-pc-windows-msvc"
      ],
      "branch_directory": "perf-evm-rpc-concurrency"
    }
  ],
  "failures": []
}
