[INFO] cloning repository https://github.com/cyqsimon/decay-cache
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyqsimon/decay-cache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdecay-cache", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdecay-cache'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae5620a29d324f9f56500b33a5beb98720a620ff
[INFO] testing cyqsimon/decay-cache against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdecay-cache" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cyqsimon/decay-cache
[INFO] finished tweaking git repo https://github.com/cyqsimon/decay-cache
[INFO] tweaked toml for git repo https://github.com/cyqsimon/decay-cache written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cyqsimon/decay-cache on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cyqsimon/decay-cache 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.59
[INFO] [stderr]   Downloaded temp-dir v0.1.11
[INFO] [stderr]   Downloaded rstest_macros v0.17.0
[INFO] [stderr]   Downloaded rstest v0.17.0
[INFO] [stderr]   Downloaded lfu_cache v1.3.0
[INFO] [stderr]   Downloaded syn v2.0.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55
[INFO] running `Command { std: "docker" "start" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling lfu_cache v1.3.0
[INFO] [stderr]    Compiling tokio v1.28.1
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling uuid v1.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling decay-cache v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.94s
[INFO] running `Command { std: "docker" "inspect" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tokio v1.28.1
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling temp-dir v0.1.11
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rstest_macros v0.17.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling uuid v1.3.3
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling decay-cache v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rstest v0.17.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.25s
[INFO] running `Command { std: "docker" "inspect" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/decay_cache-46b20eb6bb885da3)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test::can_clear::case_2 ... ok
[INFO] [stdout] test test::can_clear::case_1 ... ok
[INFO] [stdout] test test::can_direct_flush ... ok
[INFO] [stdout] test test::can_delete ... ok
[INFO] [stdout] test test::can_mutate ... ok
[INFO] [stdout] test test::can_load_when_full ... ok
[INFO] [stdout] test test::can_load_mut_when_full ... ok
[INFO] [stdout] test test::can_push_without_flush ... ok
[INFO] [stdout] test test::can_reject_random_key ... ok
[INFO] [stdout] test test::can_get ... ok
[INFO] [stdout] test test::can_evict_lfu ... ok
[INFO] [stdout] test test::can_manual_flush ... ok
[INFO] [stdout] test test::can_get_mut ... ok
[INFO] [stdout] test test::can_load_mut_when_not_full ... ok
[INFO] [stdout] test test::can_load_when_not_full ... ok
[INFO] [stdout] test test::can_reject_get_mut_when_shared ... ok
[INFO] [stdout] test test::can_manual_flush_all ... ok
[INFO] [stdout] test test::mutation_persists_after_manual_flush ... ok
[INFO] [stdout] test test::mutation_persists_after_lfu_flush ... ok
[INFO] [stdout] test test::wont_flush_lfu_when_not_mutated ... ok
[INFO] [stdout] test test::will_flush_lfu_when_mutated ... ok
[INFO] [stdout] test test::manual_flush_all_only_flushes_mutated ... ok
[INFO] [stdout] test test::manual_flush_only_flushes_mutated ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests decay_cache
[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" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55", kill_on_drop: false }`
[INFO] [stdout] 3cc18dd887fa6d66189f048b52887a1fac75c5a51f84baeefb342f0485876a55
