[INFO] cloning repository https://github.com/campbellcole/gourcers
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/campbellcole/gourcers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcampbellcole%2Fgourcers", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcampbellcole%2Fgourcers'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33470218afc83a0b2484b6f78b782dda142bc869
[INFO] testing campbellcole/gourcers 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%2Fcampbellcole%2Fgourcers" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/campbellcole/gourcers 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/campbellcole/gourcers
[INFO] finished tweaking git repo https://github.com/campbellcole/gourcers
[INFO] tweaked toml for git repo https://github.com/campbellcole/gourcers written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/campbellcole/gourcers 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1b88d197bbf326918cffddd747226e0fcd9c4a4cd6101cd86fc657440f34564f
[INFO] running `Command { std: "docker" "start" "-a" "1b88d197bbf326918cffddd747226e0fcd9c4a4cd6101cd86fc657440f34564f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b88d197bbf326918cffddd747226e0fcd9c4a4cd6101cd86fc657440f34564f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b88d197bbf326918cffddd747226e0fcd9c4a4cd6101cd86fc657440f34564f", kill_on_drop: false }`
[INFO] [stdout] 1b88d197bbf326918cffddd747226e0fcd9c4a4cd6101cd86fc657440f34564f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 407a6ec8d4b2c1343298bb757ff89fa936969b115afdd54a12fdace677179218
[INFO] running `Command { std: "docker" "start" "-a" "407a6ec8d4b2c1343298bb757ff89fa936969b115afdd54a12fdace677179218", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling anstyle v1.0.5
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling indexmap v2.2.2
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling emojis v0.6.1
[INFO] [stderr]    Compiling diacritics v0.2.0
[INFO] [stderr]    Compiling indicatif v0.17.7
[INFO] [stderr]    Compiling temp-dir v0.1.12
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.1.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling lazy-regex v3.1.0
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling h2 v0.3.24
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.24
[INFO] [stderr]    Compiling gourcers v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s
[INFO] running `Command { std: "docker" "inspect" "407a6ec8d4b2c1343298bb757ff89fa936969b115afdd54a12fdace677179218", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "407a6ec8d4b2c1343298bb757ff89fa936969b115afdd54a12fdace677179218", kill_on_drop: false }`
[INFO] [stdout] 407a6ec8d4b2c1343298bb757ff89fa936969b115afdd54a12fdace677179218
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2f40016c6241895220da38722d7fbe42505edabc33419ca6655f32f0c16911c7
[INFO] running `Command { std: "docker" "start" "-a" "2f40016c6241895220da38722d7fbe42505edabc33419ca6655f32f0c16911c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling gourcers v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s
[INFO] running `Command { std: "docker" "inspect" "2f40016c6241895220da38722d7fbe42505edabc33419ca6655f32f0c16911c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f40016c6241895220da38722d7fbe42505edabc33419ca6655f32f0c16911c7", kill_on_drop: false }`
[INFO] [stdout] 2f40016c6241895220da38722d7fbe42505edabc33419ca6655f32f0c16911c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] bf75f967070316f52cc6ae5f7a0a27d1db1bbb37b4b2f8bf7fb441d087f6fb79
[INFO] running `Command { std: "docker" "start" "-a" "bf75f967070316f52cc6ae5f7a0a27d1db1bbb37b4b2f8bf7fb441d087f6fb79", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gourcers-7945f049e300a3d3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test include::tests::test_parse_file ... ok
[INFO] [stdout] test include::tests::test_parse_rule ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bf75f967070316f52cc6ae5f7a0a27d1db1bbb37b4b2f8bf7fb441d087f6fb79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf75f967070316f52cc6ae5f7a0a27d1db1bbb37b4b2f8bf7fb441d087f6fb79", kill_on_drop: false }`
[INFO] [stdout] bf75f967070316f52cc6ae5f7a0a27d1db1bbb37b4b2f8bf7fb441d087f6fb79
