[INFO] cloning repository https://github.com/axodotdev/oranda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/axodotdev/oranda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxodotdev%2Foranda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxodotdev%2Foranda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27d60c78f8f73c1f2124b42caab4cea7232a2c37 [INFO] checking axodotdev/oranda against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxodotdev%2Foranda" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/axodotdev/oranda [INFO] finished tweaking git repo https://github.com/axodotdev/oranda [INFO] tweaked toml for git repo https://github.com/axodotdev/oranda written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/axodotdev/oranda on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/axodotdev/oranda 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 415539035d8b7ce822fe3b80a821624975e6cf3294bbfdf84d085e980f7f3e25 [INFO] running `Command { std: "docker" "start" "-a" "415539035d8b7ce822fe3b80a821624975e6cf3294bbfdf84d085e980f7f3e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "415539035d8b7ce822fe3b80a821624975e6cf3294bbfdf84d085e980f7f3e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "415539035d8b7ce822fe3b80a821624975e6cf3294bbfdf84d085e980f7f3e25", kill_on_drop: false }` [INFO] [stdout] 415539035d8b7ce822fe3b80a821624975e6cf3294bbfdf84d085e980f7f3e25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24ba9f7d9ca6837549b8db09ce7e4a5781db7ee0cf93163dec76168b1ce52a8f [INFO] running `Command { std: "docker" "start" "-a" "24ba9f7d9ca6837549b8db09ce7e4a5781db7ee0cf93163dec76168b1ce52a8f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling serde v1.0.200 [INFO] [stderr] Compiling cc v1.0.96 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.200 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Checking parking_lot v0.12.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking supports-hyperlinks v2.1.0 [INFO] [stderr] Checking supports-color v2.1.0 [INFO] [stderr] Checking supports-unicode v2.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking textwrap v0.15.2 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking bytemuck v1.15.0 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking backtrace-ext v0.2.1 [INFO] [stderr] Checking miette v5.10.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking anstyle-query v1.0.3 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Checking bstr v1.9.1 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking async-compression v0.4.9 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling pest v2.7.10 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking string_cache v0.8.7 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling guppy-workspace-hack v0.1.0 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking clap v4.5.4 [INFO] [stderr] Compiling pest_meta v2.7.10 [INFO] [stderr] error: could not compile `exr` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b1f2594eac607c1f051534800237eeedb5590a49/bin/rustc --crate-name exr --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/exr-1.72.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d21c147cfe78e872 -C extra-filename=-95a50a4266de5e3a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bit_field=/opt/rustwide/target/debug/deps/libbit_field-28955c81c7fb2463.rmeta --extern flume=/opt/rustwide/target/debug/deps/libflume-7f2f84548abab469.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-e359b9c3c1b62d52.rmeta --extern lebe=/opt/rustwide/target/debug/deps/liblebe-efd88df5ccba0535.rmeta --extern miniz_oxide=/opt/rustwide/target/debug/deps/libminiz_oxide-6bc0e07ca2c2e6c0.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-8b86607e68fbe29d.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ad26e46c9877b0dc.rmeta --extern zune_inflate=/opt/rustwide/target/debug/deps/libzune_inflate-346490ee01a630e1.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b1f2594eac607c1f051534800237eeedb5590a49/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d6d2522928386cfc -C extra-filename=-70c412b5219ca50b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-16ff25c0cacfe89c.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-6f98aec4534415a2.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-dfc4badf4d067151.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-0dc6b8c987ffd833.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-c02e61ebd5b6a887.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-f97c2bd484d6ee07.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-9c95b4427d8849a8.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-98bc8d26d6254456.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-4c4aa81415d75ecc.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "24ba9f7d9ca6837549b8db09ce7e4a5781db7ee0cf93163dec76168b1ce52a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24ba9f7d9ca6837549b8db09ce7e4a5781db7ee0cf93163dec76168b1ce52a8f", kill_on_drop: false }` [INFO] [stdout] 24ba9f7d9ca6837549b8db09ce7e4a5781db7ee0cf93163dec76168b1ce52a8f