[INFO] cloning repository https://github.com/joelkoen/wls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joelkoen/wls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoelkoen%2Fwls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoelkoen%2Fwls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19aff9808d428408262009a0c461ce9a627273f5 [INFO] testing joelkoen/wls against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoelkoen%2Fwls" "/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/joelkoen/wls [INFO] finished tweaking git repo https://github.com/joelkoen/wls [INFO] tweaked toml for git repo https://github.com/joelkoen/wls written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joelkoen/wls on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/joelkoen/wls 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67240f397e1da22fef06f61b901a112690a78140643a2adf6f102a3508043802 [INFO] running `Command { std: "docker" "start" "-a" "67240f397e1da22fef06f61b901a112690a78140643a2adf6f102a3508043802", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67240f397e1da22fef06f61b901a112690a78140643a2adf6f102a3508043802", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67240f397e1da22fef06f61b901a112690a78140643a2adf6f102a3508043802", kill_on_drop: false }` [INFO] [stdout] 67240f397e1da22fef06f61b901a112690a78140643a2adf6f102a3508043802 [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }` [INFO] [stdout] a7719fe4d4df9ace0bc744803679fa17d5c1907341b8cf54b58403d6d749d948 [INFO] running `Command { std: "docker" "start" "-a" "a7719fe4d4df9ace0bc744803679fa17d5c1907341b8cf54b58403d6d749d948", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling cc v1.0.97 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling serde v1.0.201 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling anstyle-query v1.0.3 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling publicsuffix v2.2.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling anyhow v1.0.83 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling chrono_utils v0.1.3 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling ipnet v2.9.0 [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/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/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 -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --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=6c20dcccb1614a79 -C extra-filename=-67e823841d75a8d9 --out-dir /opt/rustwide/target/debug/build/tokio/67e823841d75a8d9/deps -L dependency=/opt/rustwide/target/debug/build/bytes/9c2a396be262bdae/deps -L dependency=/opt/rustwide/target/debug/build/libc/1e53d2b41d5c02f8/deps -L dependency=/opt/rustwide/target/debug/build/libc/5d072c502944f219/deps -L dependency=/opt/rustwide/target/debug/build/libc/bae5403379d9613e/deps -L dependency=/opt/rustwide/target/debug/build/mio/b844412b991998d1/deps -L dependency=/opt/rustwide/target/debug/build/num_cpus/2403c6be3320d852/deps -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/e0c50e8704e39276/deps -L dependency=/opt/rustwide/target/debug/build/socket2/bb0ddd8a8cb65d98/deps -L dependency=/opt/rustwide/target/debug/build/tokio/67e823841d75a8d9/deps --extern bytes=/opt/rustwide/target/debug/build/bytes/9c2a396be262bdae/deps/libbytes-9c2a396be262bdae.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/bae5403379d9613e/deps/liblibc-bae5403379d9613e.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/b844412b991998d1/deps/libmio-b844412b991998d1.rmeta --extern num_cpus=/opt/rustwide/target/debug/build/num_cpus/2403c6be3320d852/deps/libnum_cpus-2403c6be3320d852.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/e0c50e8704e39276/deps/libpin_project_lite-e0c50e8704e39276.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/bb0ddd8a8cb65d98/deps/libsocket2-bb0ddd8a8cb65d98.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a7719fe4d4df9ace0bc744803679fa17d5c1907341b8cf54b58403d6d749d948", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7719fe4d4df9ace0bc744803679fa17d5c1907341b8cf54b58403d6d749d948", kill_on_drop: false }` [INFO] [stdout] a7719fe4d4df9ace0bc744803679fa17d5c1907341b8cf54b58403d6d749d948