[INFO] cloning repository https://github.com/jfro/quictest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jfro/quictest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfro%2Fquictest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfro%2Fquictest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b5d64b75cb3ac22c706bc759799ff4a3e3402604 [INFO] testing jfro/quictest 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%2Fjfro%2Fquictest" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jfro/quictest [INFO] finished tweaking git repo https://github.com/jfro/quictest [INFO] tweaked toml for git repo https://github.com/jfro/quictest written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jfro/quictest 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/jfro/quictest 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4c1899243fa497b99092ee87ffddf3be8c2d76c6ebed65bc80152073bec063cb [INFO] running `Command { std: "docker" "start" "-a" "4c1899243fa497b99092ee87ffddf3be8c2d76c6ebed65bc80152073bec063cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c1899243fa497b99092ee87ffddf3be8c2d76c6ebed65bc80152073bec063cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c1899243fa497b99092ee87ffddf3be8c2d76c6ebed65bc80152073bec063cb", kill_on_drop: false }` [INFO] [stdout] 4c1899243fa497b99092ee87ffddf3be8c2d76c6ebed65bc80152073bec063cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 976ff4a2c3bf22ece2a2a49ec180ba922985f54154033f1d2f4454b139f71930 [INFO] running `Command { std: "docker" "start" "-a" "976ff4a2c3bf22ece2a2a49ec180ba922985f54154033f1d2f4454b139f71930", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.133 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Compiling syn v1.0.100 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Compiling tokio v1.21.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling time v0.3.14 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling pem v1.1.0 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling yasna v0.5.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.15 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling rcgen v0.9.3 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling quinn-proto v0.8.4 [INFO] [stderr] Compiling quinn-udp v0.1.3 [INFO] [stderr] Compiling quinn v0.8.5 [INFO] [stderr] Compiling quictest v0.1.0 (/opt/rustwide/workdir) [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/rustcAnlx3K/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libtracing_subscriber-c60589f24273cddd.rlib,libansi_term-bdfff57b5fb49171.rlib,libthread_local-b81b8310b7cf82e1.rlib,libsharded_slab-5513b71284fab34e.rlib,libtracing_log-56b28095831c13d6.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,librcgen-b90cebd287067f2f.rlib,libpem-f7b2ffea08a8bf25.rlib,libyasna-c836895122dc06cd.rlib,libtime-e2b402a83b2a6fdf.rlib,libquinn-2a69c042f509a1a6.rlib,libquinn_udp-da96094aadf22c78.rlib,libtokio-6a2527e28e31c200.rlib,libsignal_hook_registry-b495da4b5fdff17b.rlib,libnum_cpus-6c72bee5020515a7.rlib,libsocket2-6ca0b7326d8f1c74.rlib,libmio-70aa9c7ebe887bbe.rlib,libparking_lot-9e83ae092de59f2c.rlib,libparking_lot_core-ba72b79e4b351d73.rlib,libsmallvec-cccb44d9dce4cf27.rlib,liblock_api-b7f0917608ce689f.rlib,libscopeguard-73056285f12cb829.rlib,libquinn_proto-8e72bcf561084e9c.rlib,librustls_native_certs-1b623fb0f5ba1250.rlib,librustls_pemfile-7bee12426c031013.rlib,libbase64-1447dfff012d42f8.rlib,libopenssl_probe-6c4daa62072184e6.rlib,librustls-ebcbdb98743d2077.rlib,libsct-0f5ab094bb61260f.rlib,libwebpki-8ded7de813581d4d.rlib,liblog-85ece36e36b085b5.rlib,libring-85cb5855ca74b4ad.rlib,libspin-727e07ee1a68c4a1.rlib,libuntrusted-ac99e7922c585a09.rlib,librand-4e95922cdf7fb9a5.rlib,librand_chacha-a37c6df2c14e8916.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-687c6da8e2d9835d.rlib,libgetrandom-41e4841a4a80d923.rlib,liblibc-ac76263905b50b12.rlib,libtinyvec-21bb3701804405c4.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libthiserror-5d5920a71b4d91f2.rlib,libfxhash-7ff7ecdcae5e497d.rlib,libbyteorder-c7092f68299ac016.rlib,libfutures_channel-99cd692f0c9106a1.rlib,libbytes-2fec685abb1946c8.rlib,libfutures_util-f78163f30cec4f7e.rlib,libmemchr-d88797af6a5880b4.rlib,libfutures_io-123f7ac1ebd67997.rlib,libslab-793d2e028b450ee7.rlib,libfutures_task-709d6ef778087815.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-341e760c0605a8f0.rlib,libtracing-5d4886061322fc13.rlib,libcfg_if-66d55f6b302e88c8.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libtracing_core-b7f175eada35b7cc.rlib,libonce_cell-f6816c5ac8a17ef3.rlib,libanyhow-6e962687ec18987a.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/rustcAnlx3K/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/ring-4295f429dbe2c648/out" "-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/quictest-688e79fb177942ca" "-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-41e4841a4a80d923.rlib(getrandom-41e4841a4a80d923.getrandom.656cc7bfc369072d-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_readonly17h4e7018917be510beE+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 `quictest` (bin "quictest") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "976ff4a2c3bf22ece2a2a49ec180ba922985f54154033f1d2f4454b139f71930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "976ff4a2c3bf22ece2a2a49ec180ba922985f54154033f1d2f4454b139f71930", kill_on_drop: false }` [INFO] [stdout] 976ff4a2c3bf22ece2a2a49ec180ba922985f54154033f1d2f4454b139f71930