[INFO] cloning repository https://github.com/ruauka/bank-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ruauka/bank-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruauka%2Fbank-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruauka%2Fbank-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2cf757adb92b6f41d9048402b41883ca9d9fda26 [INFO] testing ruauka/bank-rs 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%2Fruauka%2Fbank-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ruauka/bank-rs [INFO] finished tweaking git repo https://github.com/ruauka/bank-rs [INFO] tweaked toml for git repo https://github.com/ruauka/bank-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ruauka/bank-rs 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/ruauka/bank-rs 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 228452047e60e768f2c0a04aed0144fe3d69d54c34decdd024cf5df69a33043c [INFO] running `Command { std: "docker" "start" "-a" "228452047e60e768f2c0a04aed0144fe3d69d54c34decdd024cf5df69a33043c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "228452047e60e768f2c0a04aed0144fe3d69d54c34decdd024cf5df69a33043c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "228452047e60e768f2c0a04aed0144fe3d69d54c34decdd024cf5df69a33043c", kill_on_drop: false }` [INFO] [stdout] 228452047e60e768f2c0a04aed0144fe3d69d54c34decdd024cf5df69a33043c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 10e22ac5f5068fe72de42781fec95bef82cb15508fcf03f5cc80960bdbae39a8 [INFO] running `Command { std: "docker" "start" "-a" "10e22ac5f5068fe72de42781fec95bef82cb15508fcf03f5cc80960bdbae39a8", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling rustversion v1.0.15 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling async-trait v0.1.79 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling cc v1.0.92 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling prettyplease v0.2.17 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling fastrand v2.0.2 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling prost-derive v0.12.4 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling multer v3.0.0 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rust-embed-utils v8.3.0 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rustls-pki-types v1.4.1 [INFO] [stderr] Compiling base64 v0.22.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling rust-embed-impl v8.3.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling prost v0.12.4 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling prost-types v0.12.4 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling rust-embed v8.3.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.4 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling trait-variant v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling prost-build v0.12.4 [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="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=26601948b304292a -C extra-filename=-43d66d6329f54186 --out-dir /opt/rustwide/target/debug/build/tokio/43d66d6329f54186/deps -L dependency=/opt/rustwide/target/debug/build/autocfg/c4bc3f734ce30980/deps -L dependency=/opt/rustwide/target/debug/build/bytes/9c2a396be262bdae/deps -L dependency=/opt/rustwide/target/debug/build/cfg-if/33ef6c02a07f9fec/deps -L dependency=/opt/rustwide/target/debug/build/libc/75b1ae5198c19d89/deps -L dependency=/opt/rustwide/target/debug/build/libc/9141d6d61f049405/deps -L dependency=/opt/rustwide/target/debug/build/libc/f5d5e20bdbb480e3/deps -L dependency=/opt/rustwide/target/debug/build/lock_api/dab15d5bfc53aea0/deps -L dependency=/opt/rustwide/target/debug/build/lock_api/e52c0662cca3df07/deps -L dependency=/opt/rustwide/target/debug/build/lock_api/f6fb7d762cf54963/deps -L dependency=/opt/rustwide/target/debug/build/mio/8d2cb51288b2692b/deps -L dependency=/opt/rustwide/target/debug/build/num_cpus/54676a17e13f0994/deps -L dependency=/opt/rustwide/target/debug/build/parking_lot/a436bd0cab8a10b6/deps -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/46f54f550ae7d08d/deps -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/7547606946644e95/deps -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/75c33cc1c086f5c9/deps -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/e0c50e8704e39276/deps -L dependency=/opt/rustwide/target/debug/build/proc-macro2/0e8cda990e78e2de/deps -L dependency=/opt/rustwide/target/debug/build/proc-macro2/8503bb4ea3f5372f/deps -L dependency=/opt/rustwide/target/debug/build/proc-macro2/88a0d38fa4576876/deps -L dependency=/opt/rustwide/target/debug/build/quote/80ed07b6dd00457a/deps -L dependency=/opt/rustwide/target/debug/build/scopeguard/d52bd00767847e44/deps -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/45d898d7cf6b4984/deps -L dependency=/opt/rustwide/target/debug/build/smallvec/e2fbd282c83e646d/deps -L dependency=/opt/rustwide/target/debug/build/socket2/1bf4fbe712dfd9d3/deps -L dependency=/opt/rustwide/target/debug/build/syn/19fcd4526277b131/deps -L dependency=/opt/rustwide/target/debug/build/tokio/43d66d6329f54186/deps -L dependency=/opt/rustwide/target/debug/build/tokio-macros/f9b90e1e4de01dd7/deps -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/deps --extern bytes=/opt/rustwide/target/debug/build/bytes/9c2a396be262bdae/deps/libbytes-9c2a396be262bdae.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/9141d6d61f049405/deps/liblibc-9141d6d61f049405.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/8d2cb51288b2692b/deps/libmio-8d2cb51288b2692b.rmeta --extern num_cpus=/opt/rustwide/target/debug/build/num_cpus/54676a17e13f0994/deps/libnum_cpus-54676a17e13f0994.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/a436bd0cab8a10b6/deps/libparking_lot-a436bd0cab8a10b6.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/e0c50e8704e39276/deps/libpin_project_lite-e0c50e8704e39276.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/45d898d7cf6b4984/deps/libsignal_hook_registry-45d898d7cf6b4984.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/1bf4fbe712dfd9d3/deps/libsocket2-1bf4fbe712dfd9d3.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/f9b90e1e4de01dd7/deps/libtokio_macros-f9b90e1e4de01dd7.so --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" "10e22ac5f5068fe72de42781fec95bef82cb15508fcf03f5cc80960bdbae39a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e22ac5f5068fe72de42781fec95bef82cb15508fcf03f5cc80960bdbae39a8", kill_on_drop: false }` [INFO] [stdout] 10e22ac5f5068fe72de42781fec95bef82cb15508fcf03f5cc80960bdbae39a8