[INFO] cloning repository https://github.com/pacak/hackerman [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pacak/hackerman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fhackerman", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fhackerman'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 95e4ca0ed011d020d56461d52d916cf09fbee6e7 [INFO] testing pacak/hackerman against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fhackerman" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pacak/hackerman on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pacak/hackerman [INFO] finished tweaking git repo https://github.com/pacak/hackerman [INFO] tweaked toml for git repo https://github.com/pacak/hackerman written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/pacak/hackerman 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 766b1f3b1e98317f2452988f3b02001defccb0a5fc35a938acba71f63c067755 [INFO] running `Command { std: "docker" "start" "-a" "766b1f3b1e98317f2452988f3b02001defccb0a5fc35a938acba71f63c067755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "766b1f3b1e98317f2452988f3b02001defccb0a5fc35a938acba71f63c067755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "766b1f3b1e98317f2452988f3b02001defccb0a5fc35a938acba71f63c067755", kill_on_drop: false }` [INFO] [stdout] 766b1f3b1e98317f2452988f3b02001defccb0a5fc35a938acba71f63c067755 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4f67f69a079597fb665e2acbebde309042c402577cede57c48a800d4de496a1 [INFO] running `Command { std: "docker" "start" "-a" "c4f67f69a079597fb665e2acbebde309042c402577cede57c48a800d4de496a1", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling target-lexicon v0.12.13 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling guppy-workspace-hack v0.1.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling indexmap v2.2.2 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling target-spec v3.1.0 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling cfg-expr v0.15.6 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling owo-colors v4.0.0 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling winnow v0.5.37 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling is-terminal v0.4.10 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling supports-color v2.1.0 [INFO] [stderr] Compiling tempfile v3.10.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling dot v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling bpaf_derive v0.5.7 [INFO] [stderr] Compiling bpaf v0.9.9 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stdout] error: failed to write /tmp/rustceJ1c02/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-subscriber` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c4f67f69a079597fb665e2acbebde309042c402577cede57c48a800d4de496a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4f67f69a079597fb665e2acbebde309042c402577cede57c48a800d4de496a1", kill_on_drop: false }` [INFO] [stdout] c4f67f69a079597fb665e2acbebde309042c402577cede57c48a800d4de496a1