[INFO] cloning repository https://github.com/valentinstoecker/tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/valentinstoecker/tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalentinstoecker%2Ftools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalentinstoecker%2Ftools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9acb350513ac7d0285c9f30e441c96855f490a54
[INFO] testing valentinstoecker/tools against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalentinstoecker%2Ftools" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/valentinstoecker/tools
[INFO] finished tweaking git repo https://github.com/valentinstoecker/tools
[INFO] tweaked toml for git repo https://github.com/valentinstoecker/tools written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/valentinstoecker/tools 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/valentinstoecker/tools 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]  Downloading crates ...
[INFO] [stderr]   Downloaded errno v0.3.4
[INFO] [stderr]   Downloaded tui v0.19.0
[INFO] [stderr]   Downloaded rustix v0.38.17
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5750e9a8076bd240c2ff649f17f428ba89e70e4ba0db932d283b39d9ddfedcea
[INFO] running `Command { std: "docker" "start" "-a" "5750e9a8076bd240c2ff649f17f428ba89e70e4ba0db932d283b39d9ddfedcea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5750e9a8076bd240c2ff649f17f428ba89e70e4ba0db932d283b39d9ddfedcea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5750e9a8076bd240c2ff649f17f428ba89e70e4ba0db932d283b39d9ddfedcea", kill_on_drop: false }`
[INFO] [stdout] 5750e9a8076bd240c2ff649f17f428ba89e70e4ba0db932d283b39d9ddfedcea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f36410dce21de501926f4a2532685dd88f494c1f81248b2b6e30f0d62e82f442
[INFO] running `Command { std: "docker" "start" "-a" "f36410dce21de501926f4a2532685dd88f494c1f81248b2b6e30f0d62e82f442", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling rustix v0.38.17
[INFO] [stderr]    Compiling linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling deranged v0.3.8
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling time v0.3.29
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling tui v0.19.0
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
[INFO] running `Command { std: "docker" "inspect" "f36410dce21de501926f4a2532685dd88f494c1f81248b2b6e30f0d62e82f442", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f36410dce21de501926f4a2532685dd88f494c1f81248b2b6e30f0d62e82f442", kill_on_drop: false }`
[INFO] [stdout] f36410dce21de501926f4a2532685dd88f494c1f81248b2b6e30f0d62e82f442
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 466e9cb53a5d345211567ae16e8dc9731515b9f2bda47f86653dad8dbdc9230e
[INFO] running `Command { std: "docker" "start" "-a" "466e9cb53a5d345211567ae16e8dc9731515b9f2bda47f86653dad8dbdc9230e", kill_on_drop: false }`
[INFO] [stderr]    Compiling tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.04s
[INFO] running `Command { std: "docker" "inspect" "466e9cb53a5d345211567ae16e8dc9731515b9f2bda47f86653dad8dbdc9230e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "466e9cb53a5d345211567ae16e8dc9731515b9f2bda47f86653dad8dbdc9230e", kill_on_drop: false }`
[INFO] [stdout] 466e9cb53a5d345211567ae16e8dc9731515b9f2bda47f86653dad8dbdc9230e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d9b89a944a8ca44dd3203ed3c8756edfce85d9b935fc4877f22b2dec0238f29b
[INFO] running `Command { std: "docker" "start" "-a" "d9b89a944a8ca44dd3203ed3c8756edfce85d9b935fc4877f22b2dec0238f29b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tools-e3318f1e46b0a1f2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test blob::tests::test_file_store ... FAILED
[INFO] [stdout] test widgets::list::test_list ... ok
[INFO] [stdout] test utils::nondet::tests::test_singleton ... ok
[INFO] [stdout] test utils::nondet::tests::test_and_then ... ok
[INFO] [stdout] test utils::ioutil::test_tee_writer ... ok
[INFO] [stdout] test utils::nondet::tests::test_new ... ok
[INFO] [stdout] test blob::tests::test_mem_store ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test blob::tests::test_zipped_store ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- blob::tests::test_file_store stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     blob::tests::test_file_store
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.40s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d9b89a944a8ca44dd3203ed3c8756edfce85d9b935fc4877f22b2dec0238f29b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9b89a944a8ca44dd3203ed3c8756edfce85d9b935fc4877f22b2dec0238f29b", kill_on_drop: false }`
[INFO] [stdout] d9b89a944a8ca44dd3203ed3c8756edfce85d9b935fc4877f22b2dec0238f29b
