[INFO] cloning repository kolemannix/hello_redis [INFO] running `"git" "clone" "--bare" "git://github.com/kolemannix/hello_redis.git" "work/cache/sources/gh/kolemannix/hello_redis"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/kolemannix/hello_redis'... [INFO] running `"git" "clone" "work/cache/sources/gh/kolemannix/hello_redis" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kolemannix/hello_redis"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kolemannix/hello_redis'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kolemannix/hello_redis" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6dc386b594d019b4b838ebc96483c0051bac7e80 [INFO] sha for GitHub repo kolemannix/hello_redis: 6dc386b594d019b4b838ebc96483c0051bac7e80 [INFO] validating manifest of kolemannix/hello_redis 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 kolemannix/hello_redis 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 kolemannix/hello_redis [INFO] finished frobbing kolemannix/hello_redis [INFO] frobbed toml for kolemannix/hello_redis written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kolemannix/hello_redis/Cargo.toml [INFO] started frobbing kolemannix/hello_redis [INFO] finished frobbing kolemannix/hello_redis [INFO] frobbed toml for kolemannix/hello_redis written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis/Cargo.toml [INFO] crate kolemannix/hello_redis 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kolemannix/hello_redis against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis:/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] 84b440c313dd1249edc18767b4aba5a65e5ee1b635fa0dd0b472219afacfad38 [INFO] running `"docker" "start" "-a" "84b440c313dd1249edc18767b4aba5a65e5ee1b635fa0dd0b472219afacfad38"` [INFO] [stderr] Compiling hello_redis v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Borrowed` [INFO] [stderr] --> src/lib.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | use std::borrow::Cow::{Borrowed}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `await_response_integer` [INFO] [stderr] --> src/lib.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | fn await_response_integer(stream: &mut TcpStream) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/lib.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | value: Vec [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_number` [INFO] [stderr] --> src/lib.rs:294:1 [INFO] [stderr] | [INFO] [stderr] 294 | fn write_number(writer: &mut T, num: u32) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `"docker" "inspect" "84b440c313dd1249edc18767b4aba5a65e5ee1b635fa0dd0b472219afacfad38"` [INFO] running `"docker" "rm" "-f" "84b440c313dd1249edc18767b4aba5a65e5ee1b635fa0dd0b472219afacfad38"` [INFO] [stdout] 84b440c313dd1249edc18767b4aba5a65e5ee1b635fa0dd0b472219afacfad38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis:/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] 8faae086e6fe1b5bfc523a2b8e1bcaf2b08663599b197e707109d3fb4c035a60 [INFO] running `"docker" "start" "-a" "8faae086e6fe1b5bfc523a2b8e1bcaf2b08663599b197e707109d3fb4c035a60"` [INFO] [stderr] Compiling hello_redis v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Borrowed` [INFO] [stderr] --> src/lib.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | use std::borrow::Cow::{Borrowed}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `await_response_integer` [INFO] [stderr] --> src/lib.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | fn await_response_integer(stream: &mut TcpStream) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/lib.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | value: Vec [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_number` [INFO] [stderr] --> src/lib.rs:294:1 [INFO] [stderr] | [INFO] [stderr] 294 | fn write_number(writer: &mut T, num: u32) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "8faae086e6fe1b5bfc523a2b8e1bcaf2b08663599b197e707109d3fb4c035a60"` [INFO] running `"docker" "rm" "-f" "8faae086e6fe1b5bfc523a2b8e1bcaf2b08663599b197e707109d3fb4c035a60"` [INFO] [stdout] 8faae086e6fe1b5bfc523a2b8e1bcaf2b08663599b197e707109d3fb4c035a60 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kolemannix/hello_redis:/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] d72916d9698fecd4fe045f00f3c88d23436d4d52d548719d03c69ede16d85a2c [INFO] running `"docker" "start" "-a" "d72916d9698fecd4fe045f00f3c88d23436d4d52d548719d03c69ede16d85a2c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_redis-5d3160d7b7cd9e1d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::set_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_redis-fc5f8a4e4d4a5ea6 [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] [stderr] Doc-tests hello_redis [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" "d72916d9698fecd4fe045f00f3c88d23436d4d52d548719d03c69ede16d85a2c"` [INFO] running `"docker" "rm" "-f" "d72916d9698fecd4fe045f00f3c88d23436d4d52d548719d03c69ede16d85a2c"` [INFO] [stdout] d72916d9698fecd4fe045f00f3c88d23436d4d52d548719d03c69ede16d85a2c