[INFO] cloning repository https://github.com/CallMeWasabi/rust-axum-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CallMeWasabi/rust-axum-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCallMeWasabi%2Frust-axum-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCallMeWasabi%2Frust-axum-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea1f21cdc47e57152a5a790382243525ac077c07
[INFO] checking CallMeWasabi/rust-axum-api against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCallMeWasabi%2Frust-axum-api" "/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/CallMeWasabi/rust-axum-api
[INFO] finished tweaking git repo https://github.com/CallMeWasabi/rust-axum-api
[INFO] tweaked toml for git repo https://github.com/CallMeWasabi/rust-axum-api written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CallMeWasabi/rust-axum-api on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CallMeWasabi/rust-axum-api 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9
[INFO] running `Command { std: "docker" "start" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9", 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" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9", 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" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling macro_magic_core_macros v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]    Compiling rustc_version_runtime v0.3.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking deranged v0.4.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking brotli-decompressor v4.0.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling macro_magic_core v0.5.1
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking resolv-conf v0.7.1
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling macro_magic_macros v0.5.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]     Checking stringprep v0.1.5
[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/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/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="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --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", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d6673cf04b8b49e5 -C extra-filename=-b15dd8c847ac3710 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-2e96ef5fb05d4da2.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-2554ee38f446ef91.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a4b5a300c4a3014f.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-67882550d34c49ba.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-27a3e4585404a07e.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-a304ef6c9f1a455a.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" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9", kill_on_drop: false }`
[INFO] [stdout] d10dae2c9868cef6705f5e7c7997a571b53d7eb432383ab9dff4da08d3e5bdd9
