Oct 13 05:44:39.019 INFO testing nellshamrell/redis-to-postgres-migrator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:44:39.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:44:39.339 INFO blam! 610a97d012d4456f9a92757d8e92faa7785a614bbd0181809939b242af4acc5f Oct 13 05:44:39.348 INFO running `"docker" "start" "-a" "610a97d012d4456f9a92757d8e92faa7785a614bbd0181809939b242af4acc5f"` Oct 13 05:44:40.411 INFO kablam! usermod: no changes Oct 13 05:44:40.547 INFO kablam! Compiling libc v0.2.21 Oct 13 05:44:40.547 INFO kablam! Compiling md5 v0.3.4 Oct 13 05:44:40.547 INFO kablam! Compiling bufstream v0.1.2 Oct 13 05:44:40.547 INFO kablam! Compiling sha1 v0.1.1 Oct 13 05:44:42.015 INFO kablam! Compiling redis v0.5.4 Oct 13 05:44:42.573 INFO kablam! Compiling memchr v1.0.1 Oct 13 05:44:43.135 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 13 05:44:44.274 INFO kablam! Compiling postgres-shared v0.2.0 Oct 13 05:44:48.075 INFO kablam! Compiling postgres v0.14.0 Oct 13 05:44:51.385 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 13 05:44:53.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.94s Oct 13 05:44:53.372 INFO kablam! su: No module specific data is present Oct 13 05:44:54.433 INFO running `"docker" "rm" "-f" "610a97d012d4456f9a92757d8e92faa7785a614bbd0181809939b242af4acc5f"` Oct 13 05:44:54.785 INFO blam! 610a97d012d4456f9a92757d8e92faa7785a614bbd0181809939b242af4acc5f Oct 13 05:44:54.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:44:55.260 INFO blam! 14266dcda68399a89a1321d068127fac646186e4527b5f6132d0c00a40b7b1b6 Oct 13 05:44:55.261 INFO running `"docker" "start" "-a" "14266dcda68399a89a1321d068127fac646186e4527b5f6132d0c00a40b7b1b6"` Oct 13 05:44:56.885 INFO kablam! usermod: no changes Oct 13 05:44:56.951 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 13 05:44:57.522 INFO kablam! warning: unused import: `std::env` Oct 13 05:44:57.522 INFO kablam! --> src/main.rs:1:5 Oct 13 05:44:57.522 INFO kablam! | Oct 13 05:44:57.522 INFO kablam! 1 | use std::env; Oct 13 05:44:57.522 INFO kablam! | ^^^^^^^^ Oct 13 05:44:57.522 INFO kablam! | Oct 13 05:44:57.522 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:44:57.522 INFO kablam! Oct 13 05:44:57.573 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:57.573 INFO kablam! --> src/main.rs:93:9 Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! 93 | redis_cleanup(); Oct 13 05:44:57.573 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:44:57.573 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:57.573 INFO kablam! Oct 13 05:44:57.573 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:57.573 INFO kablam! --> src/main.rs:96:9 Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! 96 | create_redis_data(); Oct 13 05:44:57.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:57.573 INFO kablam! Oct 13 05:44:57.573 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:57.573 INFO kablam! --> src/main.rs:116:9 Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! 116 | redis_cleanup(); Oct 13 05:44:57.573 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:44:57.573 INFO kablam! | Oct 13 05:44:57.573 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:57.573 INFO kablam! Oct 13 05:44:58.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 13 05:44:58.631 INFO kablam! su: No module specific data is present Oct 13 05:44:59.101 INFO running `"docker" "rm" "-f" "14266dcda68399a89a1321d068127fac646186e4527b5f6132d0c00a40b7b1b6"` Oct 13 05:44:59.279 INFO blam! 14266dcda68399a89a1321d068127fac646186e4527b5f6132d0c00a40b7b1b6