[INFO] cloning repository https://github.com/sandrolain/test-boss
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sandrolain/test-boss" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandrolain%2Ftest-boss", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandrolain%2Ftest-boss'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c3495e800e28aca10ee0fe22f4f0e829fe1c775
[INFO] checking sandrolain/test-boss against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandrolain%2Ftest-boss" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sandrolain/test-boss
[INFO] finished tweaking git repo https://github.com/sandrolain/test-boss
[INFO] tweaked toml for git repo https://github.com/sandrolain/test-boss written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sandrolain/test-boss on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sandrolain/test-boss 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269
[INFO] running `Command { std: "docker" "start" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269", 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" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking socket2 v0.5.7
[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]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking winnow v0.6.7
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling figment v0.10.18
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]    Compiling rustc_version_runtime v0.2.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking rustc_version v0.2.3
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking bcrypt v0.15.1
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling enum-as-inner v0.4.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling rocket_db_pools_codegen v0.1.0
[INFO] [stderr]    Compiling rocket_http v0.5.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/615014f15745532730b9ce7a1d9309f8b4756f93/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 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --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="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=9711f2f37c462095 -C extra-filename=-dde446daed265a90 --out-dir /opt/rustwide/target/debug/build/tokio/dde446daed265a90/out -L dependency=/opt/rustwide/target/debug/build/bytes/bcf5599150873505/out -L dependency=/opt/rustwide/target/debug/build/libc/809d4c85a656af1d/out -L dependency=/opt/rustwide/target/debug/build/mio/9966198575736601/out -L dependency=/opt/rustwide/target/debug/build/num_cpus/7a077792881619e2/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/3fbd9506533b2f53/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/2cc84eaf4c72e510/out -L dependency=/opt/rustwide/target/debug/build/socket2/42e2432ed5f6066b/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/17280d4bc0c609ad/out --extern bytes=/opt/rustwide/target/debug/build/bytes/bcf5599150873505/out/libbytes-bcf5599150873505.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/809d4c85a656af1d/out/liblibc-809d4c85a656af1d.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/9966198575736601/out/libmio-9966198575736601.rmeta --extern num_cpus=/opt/rustwide/target/debug/build/num_cpus/7a077792881619e2/out/libnum_cpus-7a077792881619e2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/3fbd9506533b2f53/out/libpin_project_lite-3fbd9506533b2f53.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/2cc84eaf4c72e510/out/libsignal_hook_registry-2cc84eaf4c72e510.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/42e2432ed5f6066b/out/libsocket2-42e2432ed5f6066b.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/17280d4bc0c609ad/out/libtokio_macros-17280d4bc0c609ad.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" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269", kill_on_drop: false }`
[INFO] [stdout] 3289629e97afd784cd193ef229ae1c5ff7d414574b29fc4d023e45b8663ae269
