[INFO] cloning repository https://github.com/Aethar01/hitsuki
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aethar01/hitsuki" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAethar01%2Fhitsuki", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAethar01%2Fhitsuki'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89a4431da73943209c73be3332131b2a7d41a86d
[INFO] building Aethar01/hitsuki against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAethar01%2Fhitsuki" "/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/Aethar01/hitsuki on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Aethar01/hitsuki
[INFO] finished tweaking git repo https://github.com/Aethar01/hitsuki
[INFO] tweaked toml for git repo https://github.com/Aethar01/hitsuki written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Aethar01/hitsuki 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" "+334963c956d25708feab489a3816ae63f639355d" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23157dc35625f06d0a31650da09250c1460c06b9bb2a1a0172b0548f4083ac7c
[INFO] running `Command { std: "docker" "start" "-a" "23157dc35625f06d0a31650da09250c1460c06b9bb2a1a0172b0548f4083ac7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23157dc35625f06d0a31650da09250c1460c06b9bb2a1a0172b0548f4083ac7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23157dc35625f06d0a31650da09250c1460c06b9bb2a1a0172b0548f4083ac7c", kill_on_drop: false }`
[INFO] [stdout] 23157dc35625f06d0a31650da09250c1460c06b9bb2a1a0172b0548f4083ac7c
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d96442721bc4c02139d6e201e60fc9707aa70d91dd974f45733ce6524eecd3ef
[INFO] running `Command { std: "docker" "start" "-a" "d96442721bc4c02139d6e201e60fc9707aa70d91dd974f45733ce6524eecd3ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling winnow v0.4.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling widestring v0.4.3
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling path-dedot v3.1.0
[INFO] [stderr]    Compiling casual v0.2.0
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling daemonize v0.5.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.4
[INFO] [stderr]    Compiling timer v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling sysinfo v0.29.2
[INFO] [stderr]    Compiling single-instance v0.3.3
[INFO] [stderr]    Compiling clap v4.3.4
[INFO] [stderr]    Compiling serde_spanned v0.6.2
[INFO] [stderr]    Compiling toml_datetime v0.6.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling toml_edit v0.19.10
[INFO] [stderr]    Compiling confy v0.5.1
[INFO] [stderr]    Compiling toml v0.7.4
[INFO] [stderr]    Compiling hitsuki v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.42s
[INFO] running `Command { std: "docker" "inspect" "d96442721bc4c02139d6e201e60fc9707aa70d91dd974f45733ce6524eecd3ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d96442721bc4c02139d6e201e60fc9707aa70d91dd974f45733ce6524eecd3ef", kill_on_drop: false }`
[INFO] [stdout] d96442721bc4c02139d6e201e60fc9707aa70d91dd974f45733ce6524eecd3ef
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8509c848d6a5bf4e79fb0e8349e94a4515d0027c1d375bf40930382e096046dd
[INFO] running `Command { std: "docker" "start" "-a" "8509c848d6a5bf4e79fb0e8349e94a4515d0027c1d375bf40930382e096046dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling hitsuki v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.04s
[INFO] running `Command { std: "docker" "inspect" "8509c848d6a5bf4e79fb0e8349e94a4515d0027c1d375bf40930382e096046dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8509c848d6a5bf4e79fb0e8349e94a4515d0027c1d375bf40930382e096046dd", kill_on_drop: false }`
[INFO] [stdout] 8509c848d6a5bf4e79fb0e8349e94a4515d0027c1d375bf40930382e096046dd
