[INFO] cloning repository https://github.com/nonsible/nonsible
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nonsible/nonsible" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnonsible%2Fnonsible", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnonsible%2Fnonsible'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e15c4e73ca7cc140f3400dd4ef85634aecda832f
[INFO] testing nonsible/nonsible against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnonsible%2Fnonsible" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nonsible/nonsible
[INFO] finished tweaking git repo https://github.com/nonsible/nonsible
[INFO] tweaked toml for git repo https://github.com/nonsible/nonsible written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nonsible/nonsible on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nonsible/nonsible 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rpassword v7.2.0
[INFO] [stderr]   Downloaded rtoolbox v0.0.1
[INFO] [stderr]   Downloaded terminfo v0.8.0
[INFO] [stderr]   Downloaded clearscreen v2.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c5bc9d00bcbc4fc89352f887ca0cd3e98a83062c2ccf0925a6ba948b6afb461
[INFO] running `Command { std: "docker" "start" "-a" "7c5bc9d00bcbc4fc89352f887ca0cd3e98a83062c2ccf0925a6ba948b6afb461", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c5bc9d00bcbc4fc89352f887ca0cd3e98a83062c2ccf0925a6ba948b6afb461", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c5bc9d00bcbc4fc89352f887ca0cd3e98a83062c2ccf0925a6ba948b6afb461", kill_on_drop: false }`
[INFO] [stdout] 7c5bc9d00bcbc4fc89352f887ca0cd3e98a83062c2ccf0925a6ba948b6afb461
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a49ea96aecef41325660d5ce60c936ed85949901a149f385f8b085aa1c2426fe
[INFO] running `Command { std: "docker" "start" "-a" "a49ea96aecef41325660d5ce60c936ed85949901a149f385f8b085aa1c2426fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.14.1
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.10
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling rtoolbox v0.0.1
[INFO] [stderr]    Compiling rpassword v7.2.0
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling clearscreen v2.0.1
[INFO] [stderr]    Compiling csv v1.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.25
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling nonsible v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.48s
[INFO] running `Command { std: "docker" "inspect" "a49ea96aecef41325660d5ce60c936ed85949901a149f385f8b085aa1c2426fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a49ea96aecef41325660d5ce60c936ed85949901a149f385f8b085aa1c2426fe", kill_on_drop: false }`
[INFO] [stdout] a49ea96aecef41325660d5ce60c936ed85949901a149f385f8b085aa1c2426fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3b3b1646664d5520f844b7fc7249d15ea5a7e09eb472dc7485f51a79949f8c3
[INFO] running `Command { std: "docker" "start" "-a" "f3b3b1646664d5520f844b7fc7249d15ea5a7e09eb472dc7485f51a79949f8c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling nonsible v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "f3b3b1646664d5520f844b7fc7249d15ea5a7e09eb472dc7485f51a79949f8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3b3b1646664d5520f844b7fc7249d15ea5a7e09eb472dc7485f51a79949f8c3", kill_on_drop: false }`
[INFO] [stdout] f3b3b1646664d5520f844b7fc7249d15ea5a7e09eb472dc7485f51a79949f8c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a42dbf1a4dcc1f613c0985957e4c3a431329b0b44861fffb8abbd36b94c3d752
[INFO] running `Command { std: "docker" "start" "-a" "a42dbf1a4dcc1f613c0985957e4c3a431329b0b44861fffb8abbd36b94c3d752", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nonsible-110b891a93f56e58)
[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" "a42dbf1a4dcc1f613c0985957e4c3a431329b0b44861fffb8abbd36b94c3d752", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a42dbf1a4dcc1f613c0985957e4c3a431329b0b44861fffb8abbd36b94c3d752", kill_on_drop: false }`
[INFO] [stdout] a42dbf1a4dcc1f613c0985957e4c3a431329b0b44861fffb8abbd36b94c3d752
