[INFO] cloning repository https://github.com/0xshikhar/chaincrate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xshikhar/chaincrate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xshikhar%2Fchaincrate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xshikhar%2Fchaincrate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c173a45910242a0f15fd19a6375ea1e475ea6437
[INFO] testing 0xshikhar/chaincrate against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xshikhar%2Fchaincrate" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xshikhar/chaincrate
[INFO] finished tweaking git repo https://github.com/0xshikhar/chaincrate
[INFO] tweaked toml for git repo https://github.com/0xshikhar/chaincrate written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xshikhar/chaincrate on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xshikhar/chaincrate already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1606194d04dfd1db966e65bae6df889c81ac8066d393a4fd5bb32b7564b684bb
[INFO] running `Command { std: "docker" "start" "-a" "1606194d04dfd1db966e65bae6df889c81ac8066d393a4fd5bb32b7564b684bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1606194d04dfd1db966e65bae6df889c81ac8066d393a4fd5bb32b7564b684bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1606194d04dfd1db966e65bae6df889c81ac8066d393a4fd5bb32b7564b684bb", kill_on_drop: false }`
[INFO] [stdout] 1606194d04dfd1db966e65bae6df889c81ac8066d393a4fd5bb32b7564b684bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 350d90f6c87ab87c522b171fb987c1060514c6cfbe8b5d4fe4cca2039b4ea782
[INFO] running `Command { std: "docker" "start" "-a" "350d90f6c87ab87c522b171fb987c1060514c6cfbe8b5d4fe4cca2039b4ea782", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling der v0.7.8
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling candid v0.9.11
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling pretty v0.12.3
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling chrono v0.4.34
[INFO] [stderr]    Compiling const-hex v1.11.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling ic0 v0.18.11
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling tempfile v3.10.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling k256 v0.13.3
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling candid_derive v0.6.4
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling auto_impl v1.1.2
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.6.9
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling scale-info-derive v2.10.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling num_enum v0.7.2
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling serde_bytes v0.11.14
[INFO] [stderr]    Compiling serde_tokenstream v0.1.7
[INFO] [stderr]    Compiling parity-scale-codec v3.6.9
[INFO] [stderr]    Compiling impl-serde v0.4.0
[INFO] [stderr]    Compiling rlp v0.5.2
[INFO] [stderr]    Compiling impl-codec v0.6.0
[INFO] [stderr]    Compiling scale-info v2.10.0
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling primitive-types v0.12.2
[INFO] [stderr]    Compiling ethbloom v0.13.0
[INFO] [stderr]    Compiling ethereum-types v0.14.1
[INFO] [stderr]    Compiling ethabi v18.0.0
[INFO] [stderr]    Compiling open-fastrlp v0.1.4
[INFO] [stderr]    Compiling ethers-core v2.0.13
[INFO] [stderr]    Compiling ic-cdk-macros v0.7.1
[INFO] [stderr]    Compiling ic-cdk v0.10.0
[INFO] [stderr]    Compiling ic_eth v0.0.0 (/opt/rustwide/workdir/canisters/ic_eth)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcm5HYPE/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcm5HYPE/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liburl-bc07b877a817b6b8,libidna-cdd7d1e8864d1018,libunicode_normalization-beda55ba36c8de7a,libtinyvec-2155ca31685e06d9,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-4395c0969e173d7e,libform_urlencoded-35907277f0683ea4,libpercent_encoding-af9df9186596bd92,libic_cdk-1c348f3951dbcdc1,libic0-180a1c468572c857,libethers_core-e03b32e90c248563,libconst_hex-bcc3c8249cc1aac0,libtempfile-ba0edbddfbe85635,libfastrand-1286ac4d1e71cd42,librustix-1715c8c35e63db4e,libbitflags-05c93ce234884be0,liblinux_raw_sys-c36d1328135c5f9a,libunicode_xid-0488fac86b109842,libnum_enum-4749dcff186e64e2,libstrum-b77fb2fdc7b604fb,libk256-1412a2875d4bcae8,libecdsa-a1f0adb3130321cb,librfc6979-769a4306c84492e0,libhmac-fa99294e3b4c66e8,libspki-2634fe912b3163f1,libsignature-17ab56f2365b9eb0,libelliptic_curve-3c44bb1ce59642d8,libsec1-497a643013bc637f,libder-a3028eaa2b99e717,libcrypto_bigint-0e50522485ad4e5e,libbase16ct-c4cc4b0550013254,libgroup-b5c73ad86b7a41bc,libff-7bb87a62d87b84f4,libchrono-1769b059f23c314e,libopen_fastrlp-4e2a458af02e8817,libethabi-60d69dd495df0c90,libregex-39825a215b3eaa06,libregex_automata-da312c9d830d303f,libaho_corasick-647cf78a93816ba8,libmemchr-866410f869193d0e,libregex_syntax-493f5c90e53c4ba0,libserde_json-1d8e20dc20aee2a5,libitoa-999a18e29041b8b9,libryu-bfbf481d1d54f9d3,libethereum_types-4ffdbcf62e5cdd2b,libethbloom-8f4f6c9348676a58,libtiny_keccak-629c0f366aeafc74,libprimitive_types-baf1b30ebdfcd4a9,libscale_info-fe3b863a9af95dcb,libimpl_serde-4f5160aafed36c19,libimpl_rlp-f3db0a11c5b53428,librlp-a959b5c4bb3df0c2,libbytes-440d78e68c69f709,libimpl_codec-67ae7aed1a7f122f,libparity_scale_codec-6aa57060894dcde6,libarrayvec-220afbb64ffc3a4d,libbyte_slice_cast-9646f74e0c1f5148,libfixed_hash-0d7dab3037757c44,librand-509ec4f0e4c9539d,librand_chacha-e61758237d8de3c4,libppv_lite86-74d192d5fb0d20a2,librand_core-364f66b3b911913e,libgetrandom-32cb0cca9d2aef97,librustc_hex-8e10e209a94b3eae,libonce_cell-a1d7742f74efe1da,libsha3-65f4c5014d4daa8e,libkeccak-b3eea90d0aeeb926,libuint-e1fee5f30e531deb,libcrunchy-95c8647f081500ca,libstatic_assertions-f0217ecdd817a834,libcandid-d628e21e1144008c,libstacker-541da117debc222b,libpsm-f26f8f3a785d23f1,liblibc-4c260f4814e68eb7,libhex-13e08b3b00984ab7,libcrc32fast-5a181ba3ef164dd5,libdata_encoding-12b8151122438183,libserde_bytes-1c84da0f38928e73,libpretty-2e14940cfb632c07,libarrayvec-d564b1181ab8b533,libtyped_arena-76aa4bfb127f070d,libleb128-7759971397ea6ba0,libbyteorder-8f59b6d1bfdaa844,libsha2-abf78d8653fc2546,libcpufeatures-926366d381e17465,libcfg_if-3e7fc4e38d4a72b5,libdigest-d84a10982efcec4a,libsubtle-062d035f0f3fe35f,libconst_oid-2aadc73a32842898,libblock_buffer-328a61f2a81f5ce6,libcrypto_common-291ca8c5820a2096,libgeneric_array-400d0f7db4036716,libtypenum-1862a5dd6fcdc44c,libzeroize-6c0b2f4484099dee,libnum_bigint-b3bc4ec0af1cd162,libnum_integer-cdc20d90644f602d,libnum_traits-5fc6ce575427e8bb,libanyhow-8b3c0d419cdbd4db,libnum_enum-3b3a18583b28337c,libbinread-b4720168b5ca24ba,liblazy_static-af860367908b8176,libthiserror-4ea37c5dd6f636fc,libcodespan_reporting-d2b1dca7acde1561,libunicode_width-affb1d25ef114124,libtermcolor-cbafc8825e041b3d,libserde-775e5f1aca29c770}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcm5HYPE/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-ff03620f988cd3f2/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libic_eth.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /tmp/rustcm5HYPE/list:3: ; expected, but got transform
[INFO] [stdout]           >>>     canister_query transform;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ic_eth` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "350d90f6c87ab87c522b171fb987c1060514c6cfbe8b5d4fe4cca2039b4ea782", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "350d90f6c87ab87c522b171fb987c1060514c6cfbe8b5d4fe4cca2039b4ea782", kill_on_drop: false }`
[INFO] [stdout] 350d90f6c87ab87c522b171fb987c1060514c6cfbe8b5d4fe4cca2039b4ea782
