[INFO] cloning repository https://github.com/louisdewar/tomato
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/louisdewar/tomato" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flouisdewar%2Ftomato", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flouisdewar%2Ftomato'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85d17655bce19dd18bbc5030a02bceaa711ba16b
[INFO] testing louisdewar/tomato against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flouisdewar%2Ftomato" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/louisdewar/tomato on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/louisdewar/tomato
[INFO] finished tweaking git repo https://github.com/louisdewar/tomato
[INFO] tweaked toml for git repo https://github.com/louisdewar/tomato written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/louisdewar/tomato 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" "+nightly-2025-01-18" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b145700992e031a8fea8e8ef0c9b38eabda38b5facd901cbb853c5873c466dda
[INFO] running `Command { std: "docker" "start" "-a" "b145700992e031a8fea8e8ef0c9b38eabda38b5facd901cbb853c5873c466dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b145700992e031a8fea8e8ef0c9b38eabda38b5facd901cbb853c5873c466dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b145700992e031a8fea8e8ef0c9b38eabda38b5facd901cbb853c5873c466dda", kill_on_drop: false }`
[INFO] [stdout] b145700992e031a8fea8e8ef0c9b38eabda38b5facd901cbb853c5873c466dda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf082e45bf3c195d93ee4faa38a87079fee246b0cc801bc802f63aaf659ac546
[INFO] running `Command { std: "docker" "start" "-a" "bf082e45bf3c195d93ee4faa38a87079fee246b0cc801bc802f63aaf659ac546", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling cfg-if v0.1.7
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling cc v1.0.54
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling arc-swap v0.4.7
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling smallvec v1.4.0
[INFO] [stderr]    Compiling syn v0.15.29
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.13
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling either v1.5.1
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling unicode-segmentation v1.2.1
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling backtrace-sys v0.1.37
[INFO] [stderr]    Compiling quote v0.6.11
[INFO] [stderr]    Compiling net2 v0.2.34
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling signal-hook-registry v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling clicolors-control v1.0.1
[INFO] [stderr]    Compiling termios v0.3.2
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling mio v0.6.19
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling backtrace v0.3.41
[INFO] [stderr]    Compiling signal-hook v0.1.16
[INFO] [stderr]    Compiling console v0.9.2
[INFO] [stderr]    Compiling crossterm v0.14.2
[INFO] [stderr]    Compiling crossterm v0.17.5
[INFO] [stderr]    Compiling better-panic v0.2.0
[INFO] [stderr]    Compiling tui v0.8.0
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling tomato v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
[INFO] running `Command { std: "docker" "inspect" "bf082e45bf3c195d93ee4faa38a87079fee246b0cc801bc802f63aaf659ac546", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf082e45bf3c195d93ee4faa38a87079fee246b0cc801bc802f63aaf659ac546", kill_on_drop: false }`
[INFO] [stdout] bf082e45bf3c195d93ee4faa38a87079fee246b0cc801bc802f63aaf659ac546
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0869d8b0f231dc91b448ef7a56b5f6cd0ef3516df6924929807fc0139df48313
[INFO] running `Command { std: "docker" "start" "-a" "0869d8b0f231dc91b448ef7a56b5f6cd0ef3516df6924929807fc0139df48313", kill_on_drop: false }`
[INFO] [stderr]    Compiling tomato v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "0869d8b0f231dc91b448ef7a56b5f6cd0ef3516df6924929807fc0139df48313", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0869d8b0f231dc91b448ef7a56b5f6cd0ef3516df6924929807fc0139df48313", kill_on_drop: false }`
[INFO] [stdout] 0869d8b0f231dc91b448ef7a56b5f6cd0ef3516df6924929807fc0139df48313
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cae5068eed4caf59ba3374e26230b8d5cf1278108a40fd4f7077c8098b5bdbbe
[INFO] running `Command { std: "docker" "start" "-a" "cae5068eed4caf59ba3374e26230b8d5cf1278108a40fd4f7077c8098b5bdbbe", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tomato-02eb3620bd77e052)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cae5068eed4caf59ba3374e26230b8d5cf1278108a40fd4f7077c8098b5bdbbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cae5068eed4caf59ba3374e26230b8d5cf1278108a40fd4f7077c8098b5bdbbe", kill_on_drop: false }`
[INFO] [stdout] cae5068eed4caf59ba3374e26230b8d5cf1278108a40fd4f7077c8098b5bdbbe
