[INFO] cloning repository https://github.com/silvered-shark/rustmate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silvered-shark/rustmate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilvered-shark%2Frustmate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilvered-shark%2Frustmate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bcf83cc45f0738f884fe0b8db07ef355f7805081
[INFO] testing silvered-shark/rustmate against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilvered-shark%2Frustmate" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/silvered-shark/rustmate
[INFO] finished tweaking git repo https://github.com/silvered-shark/rustmate
[INFO] tweaked toml for git repo https://github.com/silvered-shark/rustmate written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silvered-shark/rustmate on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/silvered-shark/rustmate 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221
[INFO] running `Command { std: "docker" "start" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ruint-macro v1.1.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling const-hex v1.9.1
[INFO] [stderr]    Compiling ruint v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling keccak v0.1.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling keccak-const v0.2.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling regex-automata v0.3.9
[INFO] [stderr]    Compiling syn-solidity v0.3.1
[INFO] [stderr]    Compiling alloy-sol-macro v0.3.1
[INFO] [stderr]    Compiling regex v1.9.6
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling alloy-primitives v0.3.3
[INFO] [stderr]    Compiling alloy-sol-types v0.3.1
[INFO] [stderr]    Compiling stylus-proc v0.4.1
[INFO] [stderr]    Compiling stylus-sdk v0.4.2
[INFO] [stderr]    Compiling rustmate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 43.18s
[INFO] running `Command { std: "docker" "inspect" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustmate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/release/deps/rustcj4hhdg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libwee_alloc-485ce03999e33ea0,liblibc-e0e0b53acc8f40cf,libmemory_units-79e5de812190d868,libcfg_if-6ffcd2bb3ed34b7c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/release/deps/{libstylus_sdk-89c2f7c144afec27,liblazy_static-480433dca0d17907,libfnv-98df728fc8020158,libkeccak_const-f18c4cff4984e3b0,libhex-7fa288229fc349aa,liballoy_sol_types-88a77deb358045a0,liballoy_primitives-892f4241d440e391,libbytes-ffc7846b9429aa98,libitoa-53b008147ebd3fff,libtiny_keccak-ab2853002964c4ec,libcrunchy-4b32577cb826db03,libhex_literal-414a6a3afa616b7d,libconst_hex-81441b9934e7bb85,libcpufeatures-cfbef44ca6c5c742,libcfg_if-193575a6b29a3ab9,libruint-37f5f752e5497291}.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" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcj4hhdg/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/rustmate-bf41efd37af77895" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: main
[INFO] [stdout]           >>> referenced by /usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustmate` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221", kill_on_drop: false }`
[INFO] [stdout] be3f24e4d3a9c30a9f14bae9a44600c987828b1d1db588e2d529d71e1923b221
