Oct 10 17:40:38.318 INFO testing nellshamrell/redis-to-postgres-migrator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:40:38.318 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:40:38.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:40:38.748 INFO blam! 73b9b71e07882fa8a9213356c10b9f452f87b74752df9f4ce85b09ccff4b73ff Oct 10 17:40:38.755 INFO running `"docker" "start" "-a" "73b9b71e07882fa8a9213356c10b9f452f87b74752df9f4ce85b09ccff4b73ff"` Oct 10 17:40:39.664 INFO kablam! usermod: no changes Oct 10 17:40:39.747 INFO kablam! Compiling libc v0.2.21 Oct 10 17:40:39.747 INFO kablam! Compiling md5 v0.3.4 Oct 10 17:40:39.749 INFO kablam! Compiling sha1 v0.1.1 Oct 10 17:40:40.611 INFO kablam! Compiling redis v0.5.4 Oct 10 17:40:41.129 INFO kablam! Compiling memchr v1.0.1 Oct 10 17:40:41.841 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 10 17:40:42.854 INFO kablam! Compiling postgres-shared v0.2.0 Oct 10 17:40:46.392 INFO kablam! Compiling postgres v0.14.0 Oct 10 17:40:49.840 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 10 17:40:52.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.80s Oct 10 17:40:52.492 INFO kablam! su: No module specific data is present Oct 10 17:40:52.880 INFO running `"docker" "rm" "-f" "73b9b71e07882fa8a9213356c10b9f452f87b74752df9f4ce85b09ccff4b73ff"` Oct 10 17:40:53.000 INFO blam! 73b9b71e07882fa8a9213356c10b9f452f87b74752df9f4ce85b09ccff4b73ff Oct 10 17:40:53.002 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:40:53.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:40:53.241 INFO blam! 8200eedad96625bb9ac1c121edc4f7dfe7bf924294d3b224a70748aa83c409b8 Oct 10 17:40:53.244 INFO running `"docker" "start" "-a" "8200eedad96625bb9ac1c121edc4f7dfe7bf924294d3b224a70748aa83c409b8"` Oct 10 17:40:53.752 INFO kablam! usermod: no changes Oct 10 17:40:53.804 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 10 17:40:55.151 INFO kablam! warning: unused import: `std::env` Oct 10 17:40:55.151 INFO kablam! --> src/main.rs:1:5 Oct 10 17:40:55.151 INFO kablam! | Oct 10 17:40:55.151 INFO kablam! 1 | use std::env; Oct 10 17:40:55.151 INFO kablam! | ^^^^^^^^ Oct 10 17:40:55.151 INFO kablam! | Oct 10 17:40:55.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:40:55.151 INFO kablam! Oct 10 17:40:55.228 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:40:55.228 INFO kablam! --> src/main.rs:93:9 Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! 93 | redis_cleanup(); Oct 10 17:40:55.228 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:40:55.228 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:40:55.228 INFO kablam! Oct 10 17:40:55.228 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:40:55.228 INFO kablam! --> src/main.rs:96:9 Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! 96 | create_redis_data(); Oct 10 17:40:55.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:40:55.228 INFO kablam! Oct 10 17:40:55.228 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:40:55.228 INFO kablam! --> src/main.rs:116:9 Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! 116 | redis_cleanup(); Oct 10 17:40:55.228 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:40:55.228 INFO kablam! | Oct 10 17:40:55.228 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:40:55.229 INFO kablam! Oct 10 17:40:56.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 10 17:40:56.271 INFO kablam! su: No module specific data is present Oct 10 17:40:56.540 INFO running `"docker" "rm" "-f" "8200eedad96625bb9ac1c121edc4f7dfe7bf924294d3b224a70748aa83c409b8"` Oct 10 17:40:56.620 INFO blam! 8200eedad96625bb9ac1c121edc4f7dfe7bf924294d3b224a70748aa83c409b8 Oct 10 17:40:56.621 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:40:56.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:40:56.860 INFO blam! bed93aba697fbf232f133fb862e30ddad8b57428cc91e3b1971e9d04d6c37dc2 Oct 10 17:40:56.861 INFO running `"docker" "start" "-a" "bed93aba697fbf232f133fb862e30ddad8b57428cc91e3b1971e9d04d6c37dc2"` Oct 10 17:40:57.222 INFO kablam! usermod: no changes Oct 10 17:40:57.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 17:40:57.276 INFO kablam! Running /target/debug/deps/data_migrator-d0774e5e1c5ae32c Oct 10 17:40:57.278 INFO blam! Oct 10 17:40:57.278 INFO blam! running 1 test Oct 10 17:40:57.314 INFO blam! test tests::test_postgres ... FAILED Oct 10 17:40:57.315 INFO blam! Oct 10 17:40:57.315 INFO blam! failures: Oct 10 17:40:57.315 INFO blam! Oct 10 17:40:57.316 INFO blam! ---- tests::test_postgres stdout ---- Oct 10 17:40:57.316 INFO kablam! error: test failed, to rerun pass '--bin data-migrator' Oct 10 17:40:57.316 INFO blam! thread 'tests::test_postgres' panicked at 'called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)', libcore/result.rs:1009:5 Oct 10 17:40:57.317 INFO blam! stack backtrace: Oct 10 17:40:57.317 INFO blam! 0: 0x5634cfd7c60e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:40:57.317 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:40:57.317 INFO kablam! su: No module specific data is present Oct 10 17:40:57.318 INFO blam! 1: 0x5634cfd85b96 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:40:57.318 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:40:57.318 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:40:57.318 INFO blam! 2: 0x5634cfd8079d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:40:57.319 INFO blam! at libstd/panicking.rs:211 Oct 10 17:40:57.319 INFO blam! 3: 0x5634cfd804ab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:40:57.319 INFO blam! at libstd/panicking.rs:221 Oct 10 17:40:57.320 INFO blam! 4: 0x5634cfd80e4c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:40:57.320 INFO blam! at libstd/panicking.rs:476 Oct 10 17:40:57.320 INFO blam! 5: 0x5634cfd80a09 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:40:57.320 INFO blam! at libstd/panicking.rs:390 Oct 10 17:40:57.321 INFO blam! 6: 0x5634cfd80905 - rust_begin_unwind Oct 10 17:40:57.321 INFO blam! at libstd/panicking.rs:325 Oct 10 17:40:57.321 INFO blam! 7: 0x5634cfdc174b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:40:57.321 INFO blam! at libcore/panicking.rs:77 Oct 10 17:40:57.322 INFO blam! 8: 0x5634cfc2fcb3 - core::result::unwrap_failed::h35ce9619281e7a25 Oct 10 17:40:57.322 INFO blam! at libcore/macros.rs:26 Oct 10 17:40:57.322 INFO blam! 9: 0x5634cfc2f13b - >::unwrap::h3dae11a45dd88ccd Oct 10 17:40:57.323 INFO blam! at libcore/result.rs:808 Oct 10 17:40:57.323 INFO blam! 10: 0x5634cfc30576 - data_migrator::tests::redis_cleanup::h2f0e768bd5b36fef Oct 10 17:40:57.323 INFO blam! at src/main.rs:67 Oct 10 17:40:57.323 INFO blam! 11: 0x5634cfc30943 - data_migrator::tests::test_postgres::h06cb44c15b01b292 Oct 10 17:40:57.324 INFO blam! at src/main.rs:93 Oct 10 17:40:57.324 INFO blam! 12: 0x5634cfc30909 - data_migrator::tests::test_postgres::{{closure}}::hcd28761af84d309c Oct 10 17:40:57.324 INFO blam! at src/main.rs:92 Oct 10 17:40:57.325 INFO blam! 13: 0x5634cfc312bd - core::ops::function::FnOnce::call_once::hf99e6123de2a1b3f Oct 10 17:40:57.325 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:40:57.325 INFO blam! 14: 0x5634cfc3754e - >::call_box::h95b7cb918af67b5d Oct 10 17:40:57.326 INFO blam! at libtest/lib.rs:1468 Oct 10 17:40:57.326 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:40:57.326 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:40:57.326 INFO blam! 15: 0x5634cfd90d69 - __rust_maybe_catch_panic Oct 10 17:40:57.327 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:40:57.327 INFO blam! 16: 0x5634cfc5809d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:40:57.327 INFO blam! at libstd/panicking.rs:289 Oct 10 17:40:57.328 INFO blam! at libstd/panic.rs:392 Oct 10 17:40:57.328 INFO blam! at libtest/lib.rs:1423 Oct 10 17:40:57.328 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:40:57.328 INFO blam! 17: 0x5634cfc58ca4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:40:57.329 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:40:57.329 INFO blam! at libstd/panic.rs:313 Oct 10 17:40:57.329 INFO blam! at libstd/panicking.rs:310 Oct 10 17:40:57.330 INFO blam! 18: 0x5634cfd90d69 - __rust_maybe_catch_panic Oct 10 17:40:57.330 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:40:57.330 INFO blam! 19: 0x5634cfc46266 - >::call_box::h96125cb29a9ba44b Oct 10 17:40:57.330 INFO blam! at libstd/panicking.rs:289 Oct 10 17:40:57.331 INFO blam! at libstd/panic.rs:392 Oct 10 17:40:57.331 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:40:57.331 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:40:57.332 INFO blam! 20: 0x5634cfd7ea4a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:40:57.332 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:40:57.332 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:40:57.332 INFO blam! 21: 0x5634cfd70d25 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:40:57.333 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:40:57.333 INFO blam! 22: 0x7f77107506b9 - start_thread Oct 10 17:40:57.333 INFO blam! 23: 0x7f771027041c - clone Oct 10 17:40:57.334 INFO blam! 24: 0x0 - Oct 10 17:40:57.334 INFO blam! Oct 10 17:40:57.334 INFO blam! Oct 10 17:40:57.334 INFO blam! failures: Oct 10 17:40:57.335 INFO blam! tests::test_postgres Oct 10 17:40:57.335 INFO blam! Oct 10 17:40:57.335 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:57.335 INFO blam! Oct 10 17:40:57.569 INFO running `"docker" "rm" "-f" "bed93aba697fbf232f133fb862e30ddad8b57428cc91e3b1971e9d04d6c37dc2"` Oct 10 17:40:57.667 INFO blam! bed93aba697fbf232f133fb862e30ddad8b57428cc91e3b1971e9d04d6c37dc2