[INFO] cloning repository https://github.com/habara-k/wordle-pokemon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/habara-k/wordle-pokemon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabara-k%2Fwordle-pokemon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabara-k%2Fwordle-pokemon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4fe297909e4cf4c768969c9e8ca62914cecdcbee
[INFO] testing habara-k/wordle-pokemon against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabara-k%2Fwordle-pokemon" "/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/habara-k/wordle-pokemon
[INFO] finished tweaking git repo https://github.com/habara-k/wordle-pokemon
[INFO] tweaked toml for git repo https://github.com/habara-k/wordle-pokemon written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/habara-k/wordle-pokemon on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/habara-k/wordle-pokemon 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.7
[INFO] [stderr]   Downloaded pprof v0.4.5
[INFO] [stderr]   Downloaded prost-derive v0.7.0
[INFO] [stderr]   Downloaded debugid v0.7.2
[INFO] [stderr]   Downloaded memmap2 v0.5.2
[INFO] [stderr]   Downloaded symbolic-common v8.6.0
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.7
[INFO] [stderr]   Downloaded which v4.2.4
[INFO] [stderr]   Downloaded prost v0.7.0
[INFO] [stderr]   Downloaded cc v1.0.72
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.2
[INFO] [stderr]   Downloaded prost-types v0.7.0
[INFO] [stderr]   Downloaded symbolic-demangle v8.6.0
[INFO] [stderr]   Downloaded backtrace v0.3.64
[INFO] [stderr]   Downloaded object v0.27.1
[INFO] [stderr]   Downloaded prost-build v0.7.0
[INFO] [stderr]   Downloaded nix v0.20.2
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fab861f75a106ebf22f23f7bac0ee9ab2bc2069c9fa64ad2a38879e742b3f492
[INFO] running `Command { std: "docker" "start" "-a" "fab861f75a106ebf22f23f7bac0ee9ab2bc2069c9fa64ad2a38879e742b3f492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fab861f75a106ebf22f23f7bac0ee9ab2bc2069c9fa64ad2a38879e742b3f492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fab861f75a106ebf22f23f7bac0ee9ab2bc2069c9fa64ad2a38879e742b3f492", kill_on_drop: false }`
[INFO] [stdout] fab861f75a106ebf22f23f7bac0ee9ab2bc2069c9fa64ad2a38879e742b3f492
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 106580056e15f9175c5512c4173c4c011f82fde53afc4f28e7736e010f443e6e
[INFO] running `Command { std: "docker" "start" "-a" "106580056e15f9175c5512c4173c4c011f82fde53afc4f28e7736e010f443e6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.117
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling anyhow v1.0.53
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling debugid v0.7.2
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling symbolic-demangle v8.6.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling object v0.27.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling backtrace v0.3.64
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling which v4.2.4
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling memmap2 v0.5.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling symbolic-common v8.6.0
[INFO] [stderr]    Compiling prost-build v0.7.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling prost-derive v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling argh_derive v0.1.7
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling prost v0.7.0
[INFO] [stderr]    Compiling argh v0.1.7
[INFO] [stderr]    Compiling prost-types v0.7.0
[INFO] [stderr]    Compiling pprof v0.4.5
[INFO] [stderr]    Compiling wordle-pokemon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.38s
[INFO] running `Command { std: "docker" "inspect" "106580056e15f9175c5512c4173c4c011f82fde53afc4f28e7736e010f443e6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "106580056e15f9175c5512c4173c4c011f82fde53afc4f28e7736e010f443e6e", kill_on_drop: false }`
[INFO] [stdout] 106580056e15f9175c5512c4173c4c011f82fde53afc4f28e7736e010f443e6e
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef2eae894fa6bc0c4e3ac20914f6e8f67043c128801fab508b26890b5d3dc72a
[INFO] running `Command { std: "docker" "start" "-a" "ef2eae894fa6bc0c4e3ac20914f6e8f67043c128801fab508b26890b5d3dc72a", kill_on_drop: false }`
[INFO] [stderr]    Compiling wordle-pokemon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "ef2eae894fa6bc0c4e3ac20914f6e8f67043c128801fab508b26890b5d3dc72a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef2eae894fa6bc0c4e3ac20914f6e8f67043c128801fab508b26890b5d3dc72a", kill_on_drop: false }`
[INFO] [stdout] ef2eae894fa6bc0c4e3ac20914f6e8f67043c128801fab508b26890b5d3dc72a
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f6fa51837c963c0408833a68849db2497f33fccb4639177ab5eb73aaa5557140
[INFO] running `Command { std: "docker" "start" "-a" "f6fa51837c963c0408833a68849db2497f33fccb4639177ab5eb73aaa5557140", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wordle_pokemon-64ef12304bee2dd3)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/app.rs (/opt/rustwide/target/debug/deps/app-347c101f11cc7bb4)
[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] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/dump_json.rs (/opt/rustwide/target/debug/deps/dump_json-eae87ffa76eb3808)
[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] [stdout] 
[INFO] [stderr]      Running unittests src/bin/solve.rs (/opt/rustwide/target/debug/deps/solve-b6e05179a0ddcd77)
[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] [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] [stderr]    Doc-tests wordle_pokemon
[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" "f6fa51837c963c0408833a68849db2497f33fccb4639177ab5eb73aaa5557140", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6fa51837c963c0408833a68849db2497f33fccb4639177ab5eb73aaa5557140", kill_on_drop: false }`
[INFO] [stdout] f6fa51837c963c0408833a68849db2497f33fccb4639177ab5eb73aaa5557140
