[INFO] cloning repository https://github.com/BlackRavenoo/todo-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BlackRavenoo/todo-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackRavenoo%2Ftodo-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackRavenoo%2Ftodo-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4943a0b7491220f56a67d0c0e7f72241c122e99e
[INFO] testing BlackRavenoo/todo-app against 1.80.0 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackRavenoo%2Ftodo-app" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/BlackRavenoo/todo-app on toolchain 1.80.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/BlackRavenoo/todo-app
[INFO] finished tweaking git repo https://github.com/BlackRavenoo/todo-app
[INFO] tweaked toml for git repo https://github.com/BlackRavenoo/todo-app written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/BlackRavenoo/todo-app 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.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 946d7cd4f8e0088081fd8e213510f36716c8e4e32488efb24c8c48009a8076a5
[INFO] running `Command { std: "docker" "start" "-a" "946d7cd4f8e0088081fd8e213510f36716c8e4e32488efb24c8c48009a8076a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "946d7cd4f8e0088081fd8e213510f36716c8e4e32488efb24c8c48009a8076a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "946d7cd4f8e0088081fd8e213510f36716c8e4e32488efb24c8c48009a8076a5", kill_on_drop: false }`
[INFO] [stdout] 946d7cd4f8e0088081fd8e213510f36716c8e4e32488efb24c8c48009a8076a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cff0bb829666602370dfeafdc9033aae491507fc7483adc318a2724ac17bef58
[INFO] running `Command { std: "docker" "start" "-a" "cff0bb829666602370dfeafdc9033aae491507fc7483adc318a2724ac17bef58", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling winnow v0.6.5
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling stability v0.1.1
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.6.0
[INFO] [stderr]    Compiling rust-ini v0.19.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling pest_meta v2.7.9
[INFO] [stderr]    Compiling pest_generator v2.7.9
[INFO] [stderr]    Compiling pest_derive v2.7.9
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling toml_edit v0.22.9
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling ratatui v0.26.1
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling todo-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
[INFO] running `Command { std: "docker" "inspect" "cff0bb829666602370dfeafdc9033aae491507fc7483adc318a2724ac17bef58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cff0bb829666602370dfeafdc9033aae491507fc7483adc318a2724ac17bef58", kill_on_drop: false }`
[INFO] [stdout] cff0bb829666602370dfeafdc9033aae491507fc7483adc318a2724ac17bef58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61f6102a894188b1a1dcf93ec362b0c5441f5b0a80e4ea010f702c644a154e31
[INFO] running `Command { std: "docker" "start" "-a" "61f6102a894188b1a1dcf93ec362b0c5441f5b0a80e4ea010f702c644a154e31", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.0.14
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.6.0
[INFO] [stderr]    Compiling rust-ini v0.19.0
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling todo-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.69s
[INFO] running `Command { std: "docker" "inspect" "61f6102a894188b1a1dcf93ec362b0c5441f5b0a80e4ea010f702c644a154e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61f6102a894188b1a1dcf93ec362b0c5441f5b0a80e4ea010f702c644a154e31", kill_on_drop: false }`
[INFO] [stdout] 61f6102a894188b1a1dcf93ec362b0c5441f5b0a80e4ea010f702c644a154e31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c1f287d5cfa5e3e75b17740cd534c9fb593e19f667c8aec21a1937253e3862b7
[INFO] running `Command { std: "docker" "start" "-a" "c1f287d5cfa5e3e75b17740cd534c9fb593e19f667c8aec21a1937253e3862b7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/todo_app-586f4ab0e4ee5a8c)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/todo_app-c132944392e5fe22)
[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]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-64bdc94c2c83ad9c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tasks_list_works ... ok
[INFO] [stdout] test add_tasks_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests todo_app
[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" "c1f287d5cfa5e3e75b17740cd534c9fb593e19f667c8aec21a1937253e3862b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1f287d5cfa5e3e75b17740cd534c9fb593e19f667c8aec21a1937253e3862b7", kill_on_drop: false }`
[INFO] [stdout] c1f287d5cfa5e3e75b17740cd534c9fb593e19f667c8aec21a1937253e3862b7
[INFO] testing BlackRavenoo/todo-app against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackRavenoo%2Ftodo-app" "/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/BlackRavenoo/todo-app on toolchain beta-2024-07-26
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/BlackRavenoo/todo-app
[INFO] finished tweaking git repo https://github.com/BlackRavenoo/todo-app
[INFO] tweaked toml for git repo https://github.com/BlackRavenoo/todo-app written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/BlackRavenoo/todo-app 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" "+beta-2024-07-26" "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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 314da8744366fbef1dd94b1c8c3876579251b1f56dd11d22bfb88786dea95a25
[INFO] running `Command { std: "docker" "start" "-a" "314da8744366fbef1dd94b1c8c3876579251b1f56dd11d22bfb88786dea95a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "314da8744366fbef1dd94b1c8c3876579251b1f56dd11d22bfb88786dea95a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "314da8744366fbef1dd94b1c8c3876579251b1f56dd11d22bfb88786dea95a25", kill_on_drop: false }`
[INFO] [stdout] 314da8744366fbef1dd94b1c8c3876579251b1f56dd11d22bfb88786dea95a25
[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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68c959d359b89162f8c907f66db6351f0ba8c83d774eb91c23221e34cb7bbaf0
[INFO] running `Command { std: "docker" "start" "-a" "68c959d359b89162f8c907f66db6351f0ba8c83d774eb91c23221e34cb7bbaf0", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling winnow v0.6.5
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling stability v0.1.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.6.0
[INFO] [stderr]    Compiling rust-ini v0.19.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling pest_meta v2.7.9
[INFO] [stderr]    Compiling pest_generator v2.7.9
[INFO] [stderr]    Compiling pest_derive v2.7.9
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling toml_edit v0.22.9
[INFO] [stderr]    Compiling ratatui v0.26.1
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling todo-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
[INFO] running `Command { std: "docker" "inspect" "68c959d359b89162f8c907f66db6351f0ba8c83d774eb91c23221e34cb7bbaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68c959d359b89162f8c907f66db6351f0ba8c83d774eb91c23221e34cb7bbaf0", kill_on_drop: false }`
[INFO] [stdout] 68c959d359b89162f8c907f66db6351f0ba8c83d774eb91c23221e34cb7bbaf0
[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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 713d85c09bd5994ca97bdef45b05709c7d234c6d9f43226953f07c71467854af
[INFO] running `Command { std: "docker" "start" "-a" "713d85c09bd5994ca97bdef45b05709c7d234c6d9f43226953f07c71467854af", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.0.14
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.6.0
[INFO] [stderr]    Compiling rust-ini v0.19.0
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling todo-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.14s
[INFO] running `Command { std: "docker" "inspect" "713d85c09bd5994ca97bdef45b05709c7d234c6d9f43226953f07c71467854af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "713d85c09bd5994ca97bdef45b05709c7d234c6d9f43226953f07c71467854af", kill_on_drop: false }`
[INFO] [stdout] 713d85c09bd5994ca97bdef45b05709c7d234c6d9f43226953f07c71467854af
[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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 18f4191edd7c7321fbc3e65315819db9f769d9428e95ff190d26c55bddaa3642
[INFO] running `Command { std: "docker" "start" "-a" "18f4191edd7c7321fbc3e65315819db9f769d9428e95ff190d26c55bddaa3642", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/todo_app-cf50e5831afd11fd)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/todo_app-32cebc561c2099bf)
[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]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-2a859bdaed0ad22c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test add_tasks_works ... ok
[INFO] [stdout] test tasks_list_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tasks_list_works stdout ----
[INFO] [stdout] thread 'tasks_list_works' panicked at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(some_task)
[INFO] [stdout] ├── var: 
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/todo-app" "tasks"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555e8389f0c5 - std::backtrace_rs::backtrace::libunwind::trace::hec2dc58314f3b5ff
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x555e8389f0c5 - std::backtrace_rs::backtrace::trace_unsynchronized::h331ee0b0169d7b05
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x555e8389f0c5 - std::sys::backtrace::_print_fmt::h29aa16f5d373cd01
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/backtrace.rs:65:5
[INFO] [stdout]    3:     0x555e8389f0c5 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hee7def06ed53e721
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/backtrace.rs:40:26
[INFO] [stdout]    4:     0x555e838c5b9b - core::fmt::rt::Argument::fmt::hc46773f831b98118
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x555e838c5b9b - core::fmt::write::hda013bd82d767381
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/fmt/mod.rs:1182:21
[INFO] [stdout]    6:     0x555e8389c2bf - std::io::Write::write_fmt::h3c179f9c9109845f
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/io/mod.rs:1827:15
[INFO] [stdout]    7:     0x555e838a0961 - std::sys::backtrace::BacktraceLock::print::h907db10e44632b3a
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/backtrace.rs:43:9
[INFO] [stdout]    8:     0x555e838a0961 - std::panicking::default_hook::{{closure}}::hf6a2255341957303
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:269:22
[INFO] [stdout]    9:     0x555e838a0508 - std::panicking::default_hook::h0b7d4412c1e361bd
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:293:9
[INFO] [stdout]   10:     0x555e837e9c8a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6f0dcfab91cb42b9
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/alloc/src/boxed.rs:2084:9
[INFO] [stdout]   11:     0x555e837e9c8a - test::test_main::{{closure}}::h72fffd95dc399f9a
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:136:21
[INFO] [stdout]   12:     0x555e838a11ff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdc9e661750688cd9
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/alloc/src/boxed.rs:2084:9
[INFO] [stdout]   13:     0x555e838a11ff - std::panicking::rust_panic_with_hook::h6fa5f6f38389e656
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:808:13
[INFO] [stdout]   14:     0x555e838a0e27 - std::panicking::begin_panic_handler::{{closure}}::he96dd93ff17a0601
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:674:13
[INFO] [stdout]   15:     0x555e8389f589 - std::sys::backtrace::__rust_end_short_backtrace::h2f5b06618a35c92b
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   16:     0x555e838a0ab4 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:665:5
[INFO] [stdout]   17:     0x555e837a8753 - core::panicking::panic_fmt::h8c83251fb1f17232
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/panicking.rs:74:14
[INFO] [stdout]   18:     0x555e8380b17c - core::panicking::panic_display::h88351ac27b57c63b
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/panicking.rs:264:5
[INFO] [stdout]   19:     0x555e8380e07e - assert_cmd::assert::AssertError::panic::panic_cold_display::hd45af954a920775c
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/panic.rs:101:13
[INFO] [stdout]   20:     0x555e8380c6a7 - assert_cmd::assert::AssertError::panic::h21b08413c67d2121
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x555e837f9387 - core::ops::function::FnOnce::call_once::h2d86c8f366b1f49a
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x555e837f4f60 - core::result::Result<T,E>::unwrap_or_else::h01c0c09e76ccc0a0
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/result.rs:1456:23
[INFO] [stdout]   23:     0x555e837a9d35 - assert_cmd::assert::Assert::stdout::h85d0514b77eb1828
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/assert.rs:364:9
[INFO] [stdout]   24:     0x555e837ae7a3 - cli::tasks_list_works::h9a88a365c185b72b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:54:5
[INFO] [stdout]   25:     0x555e837ae467 - cli::tasks_list_works::{{closure}}::h5274dce6ea126a85
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:43:22
[INFO] [stdout]   26:     0x555e837ab0e6 - core::ops::function::FnOnce::call_once::h8b25bb679f319039
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x555e837ee2ab - core::ops::function::FnOnce::call_once::h788ee3fc6372fe12
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x555e837ee2ab - test::__rust_begin_short_backtrace::h0b0f53beddd14f38
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:624:18
[INFO] [stdout]   29:     0x555e837edb75 - test::run_test_in_process::{{closure}}::h645ad5b08dcac736
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:647:60
[INFO] [stdout]   30:     0x555e837edb75 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h13a9ea300fa9375a
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x555e837edb75 - std::panicking::try::do_call::h3c33fd2b0e3ab741
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:557:40
[INFO] [stdout]   32:     0x555e837edb75 - std::panicking::try::h9de109b4a77d414a
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:521:19
[INFO] [stdout]   33:     0x555e837edb75 - std::panic::catch_unwind::h7a9cc2cc885e07f3
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panic.rs:350:14
[INFO] [stdout]   34:     0x555e837edb75 - test::run_test_in_process::h4490f48416b31ff5
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:647:27
[INFO] [stdout]   35:     0x555e837edb75 - test::run_test::{{closure}}::h64fac1191e81cdc9
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:568:43
[INFO] [stdout]   36:     0x555e837b5b64 - test::run_test::{{closure}}::h3c707042334c62ce
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/test/src/lib.rs:598:41
[INFO] [stdout]   37:     0x555e837b5b64 - std::sys::backtrace::__rust_begin_short_backtrace::h31cae4440f65dd8f
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   38:     0x555e837b9332 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h2246f3572a11351e
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/thread/mod.rs:538:17
[INFO] [stdout]   39:     0x555e837b9332 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb6e3eb184ade2311
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x555e837b9332 - std::panicking::try::do_call::h8ece1fa8e254a5a6
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:557:40
[INFO] [stdout]   41:     0x555e837b9332 - std::panicking::try::hb70dcd5ed4d9c4a2
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panicking.rs:521:19
[INFO] [stdout]   42:     0x555e837b9332 - std::panic::catch_unwind::hd64400f33f5bb43f
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/panic.rs:350:14
[INFO] [stdout]   43:     0x555e837b9332 - std::thread::Builder::spawn_unchecked_::{{closure}}::haba269da368644d8
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/thread/mod.rs:537:30
[INFO] [stdout]   44:     0x555e837b9332 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h592e2aa37225a6b7
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x555e838a5eeb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5e49ad344eded169
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/alloc/src/boxed.rs:2070:9
[INFO] [stdout]   46:     0x555e838a5eeb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc344207bfeabc120
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/alloc/src/boxed.rs:2070:9
[INFO] [stdout]   47:     0x555e838a5eeb - std::sys::pal::unix::thread::Thread::new::thread_start::h30a261106ad4495b
[INFO] [stdout]                                at /rustc/08328a323ecd80b443a8fcc72c6b1071f48e233f/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   48:     0x7f3f948d2ac3 - <unknown>
[INFO] [stdout]   49:     0x7f3f94963a04 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tasks_list_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] running `Command { std: "docker" "inspect" "18f4191edd7c7321fbc3e65315819db9f769d9428e95ff190d26c55bddaa3642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18f4191edd7c7321fbc3e65315819db9f769d9428e95ff190d26c55bddaa3642", kill_on_drop: false }`
[INFO] [stdout] 18f4191edd7c7321fbc3e65315819db9f769d9428e95ff190d26c55bddaa3642