[INFO] cloning repository https://github.com/DoctorDalek1963/rust-lox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DoctorDalek1963/rust-lox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoctorDalek1963%2Frust-lox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoctorDalek1963%2Frust-lox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6874fa4642c872b73f4b5fe5a5479097b42c7374
[INFO] building DoctorDalek1963/rust-lox against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDoctorDalek1963%2Frust-lox" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/DoctorDalek1963/rust-lox
[INFO] finished tweaking git repo https://github.com/DoctorDalek1963/rust-lox
[INFO] tweaked toml for git repo https://github.com/DoctorDalek1963/rust-lox written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DoctorDalek1963/rust-lox on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DoctorDalek1963/rust-lox 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded strip-ansi v0.1.0
[INFO] [stderr]   Downloaded clap v4.3.21
[INFO] [stderr]   Downloaded rustyline v12.0.0
[INFO] [stderr]   Downloaded similar v2.2.1
[INFO] [stderr]   Downloaded clap_builder v4.3.21
[INFO] [stderr]   Downloaded ansi-regex v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c997f87928d72249f2a449e5de41a52cfbd7c95c8ec0503812e3b7c5e903dd4
[INFO] running `Command { std: "docker" "start" "-a" "7c997f87928d72249f2a449e5de41a52cfbd7c95c8ec0503812e3b7c5e903dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c997f87928d72249f2a449e5de41a52cfbd7c95c8ec0503812e3b7c5e903dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c997f87928d72249f2a449e5de41a52cfbd7c95c8ec0503812e3b7c5e903dd4", kill_on_drop: false }`
[INFO] [stdout] 7c997f87928d72249f2a449e5de41a52cfbd7c95c8ec0503812e3b7c5e903dd4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19d5a32c75f34ec7479cf9c1ff26f55302c09fd482f55292550a5fb86d6844a0
[INFO] running `Command { std: "docker" "start" "-a" "19d5a32c75f34ec7479cf9c1ff26f55302c09fd482f55292550a5fb86d6844a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.12
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling gimli v0.27.3
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling object v0.31.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling similar v2.2.1
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]    Compiling regex-automata v0.3.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling addr2line v0.20.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.26.1
[INFO] [stderr]    Compiling fd-lock v3.0.13
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.21
[INFO] [stderr]    Compiling rustyline v12.0.0
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling ansi-regex v0.1.0
[INFO] [stderr]    Compiling strip-ansi v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling clap v4.3.21
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling rlox-lib v0.1.0-dev (/opt/rustwide/workdir/rlox-lib)
[INFO] [stderr]    Compiling rlox-tw v0.1.0-dev (/opt/rustwide/workdir/rlox-tw)
[INFO] [stderr]    Compiling test-harness v0.1.0 (/opt/rustwide/workdir/test-harness)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s
[INFO] running `Command { std: "docker" "inspect" "19d5a32c75f34ec7479cf9c1ff26f55302c09fd482f55292550a5fb86d6844a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19d5a32c75f34ec7479cf9c1ff26f55302c09fd482f55292550a5fb86d6844a0", kill_on_drop: false }`
[INFO] [stdout] 19d5a32c75f34ec7479cf9c1ff26f55302c09fd482f55292550a5fb86d6844a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aab9c5485050b48c869cc7a1885ce939e408ca582e01c50e7b4a8e5338fcfd4b
[INFO] running `Command { std: "docker" "start" "-a" "aab9c5485050b48c869cc7a1885ce939e408ca582e01c50e7b4a8e5338fcfd4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling rlox-lib v0.1.0-dev (/opt/rustwide/workdir/rlox-lib)
[INFO] [stderr]    Compiling rlox-tw v0.1.0-dev (/opt/rustwide/workdir/rlox-tw)
[INFO] [stderr]    Compiling test-harness v0.1.0 (/opt/rustwide/workdir/test-harness)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.70s
[INFO] running `Command { std: "docker" "inspect" "aab9c5485050b48c869cc7a1885ce939e408ca582e01c50e7b4a8e5338fcfd4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aab9c5485050b48c869cc7a1885ce939e408ca582e01c50e7b4a8e5338fcfd4b", kill_on_drop: false }`
[INFO] [stdout] aab9c5485050b48c869cc7a1885ce939e408ca582e01c50e7b4a8e5338fcfd4b
