[INFO] cloning repository https://github.com/jzbor/marswm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jzbor/marswm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzbor%2Fmarswm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzbor%2Fmarswm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ac419aa9584566606f1cfc6278b776129ae93a6 [INFO] building jzbor/marswm against try#9a3ef2cd3ecaae3c6ef59768612837d797602a6d for pr-137044-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzbor%2Fmarswm" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jzbor/marswm on toolchain 9a3ef2cd3ecaae3c6ef59768612837d797602a6d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jzbor/marswm [INFO] finished tweaking git repo https://github.com/jzbor/marswm [INFO] tweaked toml for git repo https://github.com/jzbor/marswm written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jzbor/marswm 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" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cb6eab757acf519075c6528a542fe6f7d447b33f5cb5a0e73150c8e1f9ea55e [INFO] running `Command { std: "docker" "start" "-a" "3cb6eab757acf519075c6528a542fe6f7d447b33f5cb5a0e73150c8e1f9ea55e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cb6eab757acf519075c6528a542fe6f7d447b33f5cb5a0e73150c8e1f9ea55e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cb6eab757acf519075c6528a542fe6f7d447b33f5cb5a0e73150c8e1f9ea55e", kill_on_drop: false }` [INFO] [stdout] 3cb6eab757acf519075c6528a542fe6f7d447b33f5cb5a0e73150c8e1f9ea55e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0b218e5d17b7fdee1d4389333b1233ff5e7c184667a27d4f4f8af3a88c1fc15 [INFO] running `Command { std: "docker" "start" "-a" "a0b218e5d17b7fdee1d4389333b1233ff5e7c184667a27d4f4f8af3a88c1fc15", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling unsafe-libyaml-norway v0.2.13 [INFO] [stderr] Compiling xdg v2.5.2 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling serde_norway v0.9.41 [INFO] [stderr] Compiling libmars v0.6.0 (/opt/rustwide/workdir/libmars) [INFO] [stderr] Compiling marsbar v0.6.0 (/opt/rustwide/workdir/marsbar) [INFO] [stderr] Compiling marswm v0.6.0 (/opt/rustwide/workdir/marswm) [INFO] [stderr] Compiling mars-relay v0.6.0 (/opt/rustwide/workdir/mars-relay) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s [INFO] running `Command { std: "docker" "inspect" "a0b218e5d17b7fdee1d4389333b1233ff5e7c184667a27d4f4f8af3a88c1fc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b218e5d17b7fdee1d4389333b1233ff5e7c184667a27d4f4f8af3a88c1fc15", kill_on_drop: false }` [INFO] [stdout] a0b218e5d17b7fdee1d4389333b1233ff5e7c184667a27d4f4f8af3a88c1fc15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3d10dec1ad4e3b20697f8b0ee48762e16e7b9f800126a03335158843b7c0096 [INFO] running `Command { std: "docker" "start" "-a" "f3d10dec1ad4e3b20697f8b0ee48762e16e7b9f800126a03335158843b7c0096", kill_on_drop: false }` [INFO] [stderr] Compiling marsbar v0.6.0 (/opt/rustwide/workdir/marsbar) [INFO] [stderr] Compiling marswm v0.6.0 (/opt/rustwide/workdir/marswm) [INFO] [stderr] Compiling mars-relay v0.6.0 (/opt/rustwide/workdir/mars-relay) [INFO] [stderr] Compiling libmars v0.6.0 (/opt/rustwide/workdir/libmars) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `Command { std: "docker" "inspect" "f3d10dec1ad4e3b20697f8b0ee48762e16e7b9f800126a03335158843b7c0096", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3d10dec1ad4e3b20697f8b0ee48762e16e7b9f800126a03335158843b7c0096", kill_on_drop: false }` [INFO] [stdout] f3d10dec1ad4e3b20697f8b0ee48762e16e7b9f800126a03335158843b7c0096