[INFO] cloning repository https://github.com/azzamsa/zman [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/azzamsa/zman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazzamsa%2Fzman", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazzamsa%2Fzman'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1bacc8069c4e60ca127407d971a20a6c0d15d520 [INFO] testing azzamsa/zman against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazzamsa%2Fzman" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/azzamsa/zman on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/azzamsa/zman [INFO] finished tweaking git repo https://github.com/azzamsa/zman [INFO] tweaked toml for git repo https://github.com/azzamsa/zman written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/azzamsa/zman already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee6ca2c1ff8d29ef41ff73e2e8e576449c12b3a3fa0747adcceea83bd211eadf [INFO] running `Command { std: "docker" "start" "-a" "ee6ca2c1ff8d29ef41ff73e2e8e576449c12b3a3fa0747adcceea83bd211eadf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee6ca2c1ff8d29ef41ff73e2e8e576449c12b3a3fa0747adcceea83bd211eadf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee6ca2c1ff8d29ef41ff73e2e8e576449c12b3a3fa0747adcceea83bd211eadf", kill_on_drop: false }` [INFO] [stdout] ee6ca2c1ff8d29ef41ff73e2e8e576449c12b3a3fa0747adcceea83bd211eadf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc9c3917f25f578a504f820bdd7ede51b4cb1765a3cb88cd1dfe483b5b0cd3af [INFO] running `Command { std: "docker" "start" "-a" "bc9c3917f25f578a504f820bdd7ede51b4cb1765a3cb88cd1dfe483b5b0cd3af", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling zman v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.91s [INFO] running `Command { std: "docker" "inspect" "bc9c3917f25f578a504f820bdd7ede51b4cb1765a3cb88cd1dfe483b5b0cd3af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc9c3917f25f578a504f820bdd7ede51b4cb1765a3cb88cd1dfe483b5b0cd3af", kill_on_drop: false }` [INFO] [stdout] bc9c3917f25f578a504f820bdd7ede51b4cb1765a3cb88cd1dfe483b5b0cd3af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4740dab755fccdda64974e7a601ae418399a540a1925ed1cce331594d3b1cbfe [INFO] running `Command { std: "docker" "start" "-a" "4740dab755fccdda64974e7a601ae418399a540a1925ed1cce331594d3b1cbfe", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling termtree v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling predicates-tree v1.0.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling predicates v2.0.3 [INFO] [stderr] Compiling assert_cmd v1.0.8 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling zman v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.91s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/zman-688169c9eebae6d0) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/zman-3cd96d0d475fb73a) [INFO] [stderr] Executable tests/integration.rs (/opt/rustwide/target/debug/deps/integration-8544defcbbf647e9) [INFO] running `Command { std: "docker" "inspect" "4740dab755fccdda64974e7a601ae418399a540a1925ed1cce331594d3b1cbfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4740dab755fccdda64974e7a601ae418399a540a1925ed1cce331594d3b1cbfe", kill_on_drop: false }` [INFO] [stdout] 4740dab755fccdda64974e7a601ae418399a540a1925ed1cce331594d3b1cbfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5ad4b55c7bd89e203d18616df34358ac3e24a26d342c7f925af75dff6d2ecca6 [INFO] running `Command { std: "docker" "start" "-a" "5ad4b55c7bd89e203d18616df34358ac3e24a26d342c7f925af75dff6d2ecca6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.80s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zman-688169c9eebae6d0) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test progress::tests::month_should_be_0 ... ok [INFO] [stdout] test progress::tests::year_should_be_100 ... ok [INFO] [stdout] test progress::tests::month_should_be_100 ... ok [INFO] [stdout] test progress::tests::year_should_be_50 ... ok [INFO] [stdout] test progress::tests::week_should_be_100 ... ok [INFO] [stdout] test progress::tests::month_should_be_50 ... ok [INFO] [stdout] test progress::tests::week_should_be_50 ... ok [INFO] [stdout] test progress::tests::week_should_be_0 ... ok [INFO] [stdout] test progress::tests::year_should_be_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zman-3cd96d0d475fb73a) [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] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-8544defcbbf647e9) [INFO] [stdout] running 5 tests [INFO] [stdout] test help ... ok [INFO] [stdout] test year ... ok [INFO] [stdout] test rest_bar ... ok [INFO] [stdout] test year_json ... ok [INFO] [stderr] Doc-tests zman [INFO] [stdout] test full_bar ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] running `Command { std: "docker" "inspect" "5ad4b55c7bd89e203d18616df34358ac3e24a26d342c7f925af75dff6d2ecca6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ad4b55c7bd89e203d18616df34358ac3e24a26d342c7f925af75dff6d2ecca6", kill_on_drop: false }` [INFO] [stdout] 5ad4b55c7bd89e203d18616df34358ac3e24a26d342c7f925af75dff6d2ecca6