[INFO] cloning repository kleimkuhler/tec [INFO] running `"git" "clone" "--bare" "git://github.com/kleimkuhler/tec.git" "work/cache/sources/gh/kleimkuhler/tec"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/kleimkuhler/tec'... [INFO] running `"git" "clone" "work/cache/sources/gh/kleimkuhler/tec" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kleimkuhler/tec"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kleimkuhler/tec'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kleimkuhler/tec" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d56df1f6c47e94e73b9542a4351cedeb4428e6ed [INFO] sha for GitHub repo kleimkuhler/tec: d56df1f6c47e94e73b9542a4351cedeb4428e6ed [INFO] validating manifest of kleimkuhler/tec on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kleimkuhler/tec on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kleimkuhler/tec [INFO] finished frobbing kleimkuhler/tec [INFO] frobbed toml for kleimkuhler/tec written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kleimkuhler/tec/Cargo.toml [INFO] started frobbing kleimkuhler/tec [INFO] finished frobbing kleimkuhler/tec [INFO] frobbed toml for kleimkuhler/tec written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec/Cargo.toml [INFO] crate kleimkuhler/tec already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kleimkuhler/tec against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 042251cc8cbf0a86e5f1398acb42bde8cdc953d7c48e25d676f3140232c1ca1e [INFO] running `"docker" "start" "-a" "042251cc8cbf0a86e5f1398acb42bde8cdc953d7c48e25d676f3140232c1ca1e"` [INFO] [stderr] Compiling tec v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/container.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | value: T, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s [INFO] running `"docker" "inspect" "042251cc8cbf0a86e5f1398acb42bde8cdc953d7c48e25d676f3140232c1ca1e"` [INFO] running `"docker" "rm" "-f" "042251cc8cbf0a86e5f1398acb42bde8cdc953d7c48e25d676f3140232c1ca1e"` [INFO] [stdout] 042251cc8cbf0a86e5f1398acb42bde8cdc953d7c48e25d676f3140232c1ca1e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8c12f0b8c57e3323057f2456f71d4fb1712752235a804334a4747e3a0098a9fc [INFO] running `"docker" "start" "-a" "8c12f0b8c57e3323057f2456f71d4fb1712752235a804334a4747e3a0098a9fc"` [INFO] [stderr] Compiling tec v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.42s [INFO] running `"docker" "inspect" "8c12f0b8c57e3323057f2456f71d4fb1712752235a804334a4747e3a0098a9fc"` [INFO] running `"docker" "rm" "-f" "8c12f0b8c57e3323057f2456f71d4fb1712752235a804334a4747e3a0098a9fc"` [INFO] [stdout] 8c12f0b8c57e3323057f2456f71d4fb1712752235a804334a4747e3a0098a9fc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kleimkuhler/tec:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 14ec9912acc3f275e76786407a35534fd1a0d30109c88ffcc1aa396c79028649 [INFO] running `"docker" "start" "-a" "14ec9912acc3f275e76786407a35534fd1a0d30109c88ffcc1aa396c79028649"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/tec-8095216718b1787c [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test container::tests::reserve_does_nothing_when_capacity_exists ... ok [INFO] [stdout] test container::tests::reserve_and_store ... ok [INFO] [stdout] test container::tests::store_access_value ... ok [INFO] [stdout] test container::tests::drop_access_resets_expiration ... ok [INFO] [stdout] test container::tests::store_and_background_purge ... ok [INFO] [stdout] test container::tests::store_and_self_purge ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests tec [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "14ec9912acc3f275e76786407a35534fd1a0d30109c88ffcc1aa396c79028649"` [INFO] running `"docker" "rm" "-f" "14ec9912acc3f275e76786407a35534fd1a0d30109c88ffcc1aa396c79028649"` [INFO] [stdout] 14ec9912acc3f275e76786407a35534fd1a0d30109c88ffcc1aa396c79028649