[INFO] cloning repository https://github.com/shuo625/ethereum-simulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shuo625/ethereum-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuo625%2Fethereum-simulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuo625%2Fethereum-simulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0cdb2b062ac4cc93fede03df38a21ae424267b8a [INFO] testing shuo625/ethereum-simulator against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuo625%2Fethereum-simulator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shuo625/ethereum-simulator [INFO] finished tweaking git repo https://github.com/shuo625/ethereum-simulator [INFO] tweaked toml for git repo https://github.com/shuo625/ethereum-simulator written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shuo625/ethereum-simulator on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/shuo625/ethereum-simulator 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cad0c520ab28cf66385500b188049cd75aab6125ab4e9601b88c7eb056588739 [INFO] running `Command { std: "docker" "start" "-a" "cad0c520ab28cf66385500b188049cd75aab6125ab4e9601b88c7eb056588739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cad0c520ab28cf66385500b188049cd75aab6125ab4e9601b88c7eb056588739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cad0c520ab28cf66385500b188049cd75aab6125ab4e9601b88c7eb056588739", kill_on_drop: false }` [INFO] [stdout] cad0c520ab28cf66385500b188049cd75aab6125ab4e9601b88c7eb056588739 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a4c2c38cd1613af6176aee3567d19c454ee5189eb37d7f06f6f5a0d259f72244 [INFO] running `Command { std: "docker" "start" "-a" "a4c2c38cd1613af6176aee3567d19c454ee5189eb37d7f06f6f5a0d259f72244", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling wyz v0.5.0 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling io-lifetimes v0.7.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling rustix v0.35.7 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling byte-slice-cast v1.2.1 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rlp v0.5.1 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling linux-raw-sys v0.0.46 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling uint v0.9.3 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling impl-rlp v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling anyhow v1.0.61 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling os_str_bytes v6.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling fd-lock v3.0.6 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling rustyline v9.1.2 [INFO] [stderr] Compiling fid-rs v0.1.1 [INFO] [stderr] Compiling louds-rs v0.4.0 [INFO] [stderr] Compiling trie-rs v0.1.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.2 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.2 [INFO] [stderr] Compiling rustyline-derive v0.6.0 [INFO] [stderr] Compiling clap_derive v3.2.15 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling easy-repl v0.2.1 [INFO] [stderr] Compiling parity-scale-codec-derive v3.1.3 [INFO] [stderr] Compiling clap v3.2.16 [INFO] [stderr] Compiling impl-serde v0.3.2 [INFO] [stderr] Compiling parity-scale-codec v3.1.5 [INFO] [stderr] Compiling ethbloom v0.12.1 [INFO] [stderr] Compiling impl-codec v0.6.0 [INFO] [stderr] Compiling primitive-types v0.11.1 [INFO] [stderr] Compiling keccak-hash v0.9.0 [INFO] [stderr] Compiling ethereum-types v0.13.1 [INFO] [stderr] Compiling ethereum-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/eth_simulator/evm/vm.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | NotExistedAddress(Address), [INFO] [stdout] | ----------------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `VMErrorKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 23 - NotExistedAddress(Address), [INFO] [stdout] 23 + NotExistedAddress(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `instruction`, `pc`, and `error_kind` are never read [INFO] [stdout] --> src/eth_simulator/evm/vm.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct VMError { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 28 | pub instruction: Instruction, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 29 | pub pc: usize, [INFO] [stdout] | ^^ [INFO] [stdout] 30 | pub error_kind: VMErrorKind, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VMError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/eth_simulator/state.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | WrongFromAddress(Address), [INFO] [stdout] | ---------------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TxError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 21 - WrongFromAddress(Address), [INFO] [stdout] 21 + WrongFromAddress(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/eth_simulator/state.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | WrongToAddress(Address), [INFO] [stdout] | -------------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TxError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 - WrongToAddress(Address), [INFO] [stdout] 22 + WrongToAddress(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcHJGKm4/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libethereum_simulator-35f714c407861553.rlib,libkeccak_hash-18af3d0a469f4a72.rlib,libethereum_types-961abe54f5ce142c.rlib,libethbloom-8f295408e7a0ccad.rlib,libtiny_keccak-d55932e17d172cbf.rlib,libprimitive_types-95d1f03609d4575c.rlib,libimpl_codec-aaddb5ada2ea41ad.rlib,libparity_scale_codec-41641f5ce5decc30.rlib,libarrayvec-9dc360b2cb2ad52c.rlib,libbyte_slice_cast-16c662cb68d698e9.rlib,libuint-69d17c528fa25533.rlib,libcrunchy-0d7649c6c0ee0812.rlib,libhex-f9f06254da254a16.rlib,libimpl_serde-5ca742b04e259308.rlib,libimpl_rlp-f694dc83b8737196.rlib,librlp-736a34beaf747aae.rlib,libbytes-2360e3d83aa5ce21.rlib,libfixed_hash-1cf1dddf3652674e.rlib,librand-22d67db5464e24b7.rlib,librand_chacha-c477754f9e694a20.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-a1d378ef06c3128a.rlib,libgetrandom-fdab300d4bd881b8.rlib,librustc_hex-2d1ebd312558183f.rlib,libbyteorder-7f9d435aa635bc2d.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libserde_json-afa8d2f15370d5f8.rlib,libryu-9675aeb4e0982d6b.rlib,libitoa-95e5ea577b522801.rlib,libserde-aab99308a173d9f4.rlib,libeasy_repl-1346b30c4682c833.rlib,libshell_words-da54b633f96de1d4.rlib,libtrie_rs-dc7fbba8acf4bf52.rlib,liblouds_rs-8da72d21140dfc87.rlib,libfid_rs-8a56b5ab06833644.rlib,librayon-43232e3aff2d7fd3.rlib,librayon_core-d339750163ec4e37.rlib,libnum_cpus-1845633b7679e1b6.rlib,libcrossbeam_deque-a0dfb91be084f029.rlib,libcrossbeam_epoch-c661ab813b04044c.rlib,libscopeguard-73056285f12cb829.rlib,libcrossbeam_channel-648eb5cf24d28710.rlib,libcrossbeam_utils-7eb5aa9f6fc5aa33.rlib,libeither-6d630fb060af2013.rlib,librustyline-97235f39f25e4c14.rlib,libutf8parse-e2d7ad32b02aac46.rlib,libnix-208efbc1209db1e9.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libfd_lock-47e55b0eccf8c37a.rlib,librustix-541938aca2ded0ec.rlib,libio_lifetimes-bc829b3d46a67574.rlib,liblinux_raw_sys-ae77eb2b03e6ac9e.rlib,libunicode_segmentation-3334e91806fdcd11.rlib,liblog-fc4b0167ad2190de.rlib,libdirs_next-d4ebdd128d3064f6.rlib,libdirs_sys_next-059df4fd3c92d14c.rlib,libcfg_if-66d55f6b302e88c8.rlib,libmemchr-d88797af6a5880b4.rlib,libradix_trie-15e28b0dc20e800e.rlib,libnibble_vec-adbc788a5c35120b.rlib,libsmallvec-cccb44d9dce4cf27.rlib,libendian_type-a288539e743c60b9.rlib,libthiserror-947077915bbd35f2.rlib,libanyhow-aa5633136ed79159.rlib,libclap-efcabe354b961524.rlib,libatty-6674304a85a25837.rlib,liblibc-05aac8d2dbdac7df.rlib,libstrsim-7a71560e0c2955e4.rlib,libtermcolor-a537f8c45744a682.rlib,libtextwrap-62c7da89a8a39b66.rlib,libunicode_width-2222409b5ba3ddc6.rlib,libunicode_linebreak-b371dab39222ba7b.rlib,libsmawk-bf9f8411aef8d156.rlib,libindexmap-7e0f1b036029beb7.rlib,libhashbrown-94464ed281767ecc.rlib,libclap_lex-b5c97bd5b9a5d82d.rlib,libos_str_bytes-668af35b96518136.rlib,libbitflags-e274cd04b58a060d.rlib,libonce_cell-734862852b790e74.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcHJGKm4/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/ethereum_simulator-37f69a1d789ee1f1" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-fdab300d4bd881b8.rlib(getrandom-fdab300d4bd881b8.getrandom.bcb6a3ef55285cd6-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.7/src/util_libc.rs:150:(.text._ZN9getrandom9util_libc13open_readonly17h17b41712ffa28e72E+0xbc): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ethereum-simulator` (bin "ethereum-simulator") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a4c2c38cd1613af6176aee3567d19c454ee5189eb37d7f06f6f5a0d259f72244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4c2c38cd1613af6176aee3567d19c454ee5189eb37d7f06f6f5a0d259f72244", kill_on_drop: false }` [INFO] [stdout] a4c2c38cd1613af6176aee3567d19c454ee5189eb37d7f06f6f5a0d259f72244