Oct 13 05:44:41.737 INFO testing nellshamrell/redis-to-postgres-migrator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:44:41.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:42.301 INFO blam! e8ba1f0b3326056d32f7dd7186652a671504defb46ac7ba5cabd2a57beb9c531 Oct 13 05:44:42.302 INFO running `"docker" "start" "-a" "e8ba1f0b3326056d32f7dd7186652a671504defb46ac7ba5cabd2a57beb9c531"` Oct 13 05:44:43.301 INFO kablam! usermod: no changes Oct 13 05:44:43.394 INFO kablam! Compiling libc v0.2.21 Oct 13 05:44:43.407 INFO kablam! Compiling md5 v0.3.4 Oct 13 05:44:43.411 INFO kablam! Compiling sha1 v0.1.1 Oct 13 05:44:44.295 INFO kablam! Compiling redis v0.5.4 Oct 13 05:44:45.103 INFO kablam! Compiling memchr v1.0.1 Oct 13 05:44:45.895 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 13 05:44:47.355 INFO kablam! Compiling postgres-shared v0.2.0 Oct 13 05:44:50.795 INFO kablam! Compiling postgres v0.14.0 Oct 13 05:44:55.014 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 13 05:44:57.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.81s Oct 13 05:44:57.145 INFO kablam! su: No module specific data is present Oct 13 05:44:57.641 INFO running `"docker" "rm" "-f" "e8ba1f0b3326056d32f7dd7186652a671504defb46ac7ba5cabd2a57beb9c531"` Oct 13 05:44:57.795 INFO blam! e8ba1f0b3326056d32f7dd7186652a671504defb46ac7ba5cabd2a57beb9c531 Oct 13 05:44:57.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.051 INFO blam! 8c9138e90eb1ee57f70431d32cf7536b39d96e30e9ac3cdef58b1e3a42f30b40 Oct 13 05:44:58.053 INFO running `"docker" "start" "-a" "8c9138e90eb1ee57f70431d32cf7536b39d96e30e9ac3cdef58b1e3a42f30b40"` Oct 13 05:44:58.852 INFO kablam! usermod: no changes Oct 13 05:44:58.906 INFO kablam! Compiling data-migrator v0.1.0 (/source) Oct 13 05:44:59.570 INFO kablam! warning: unused import: `std::env` Oct 13 05:44:59.570 INFO kablam! --> src/main.rs:1:5 Oct 13 05:44:59.570 INFO kablam! | Oct 13 05:44:59.570 INFO kablam! 1 | use std::env; Oct 13 05:44:59.570 INFO kablam! | ^^^^^^^^ Oct 13 05:44:59.570 INFO kablam! | Oct 13 05:44:59.570 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:44:59.570 INFO kablam! Oct 13 05:44:59.623 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:59.623 INFO kablam! --> src/main.rs:93:9 Oct 13 05:44:59.623 INFO kablam! | Oct 13 05:44:59.623 INFO kablam! 93 | redis_cleanup(); Oct 13 05:44:59.623 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:44:59.623 INFO kablam! | Oct 13 05:44:59.623 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:44:59.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:59.623 INFO kablam! Oct 13 05:44:59.624 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:59.624 INFO kablam! --> src/main.rs:96:9 Oct 13 05:44:59.624 INFO kablam! | Oct 13 05:44:59.624 INFO kablam! 96 | create_redis_data(); Oct 13 05:44:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:44:59.624 INFO kablam! | Oct 13 05:44:59.624 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:59.624 INFO kablam! Oct 13 05:44:59.624 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:44:59.624 INFO kablam! --> src/main.rs:116:9 Oct 13 05:44:59.624 INFO kablam! | Oct 13 05:44:59.624 INFO kablam! 116 | redis_cleanup(); Oct 13 05:44:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:44:59.624 INFO kablam! | Oct 13 05:44:59.624 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:44:59.624 INFO kablam! Oct 13 05:45:00.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 13 05:45:00.522 INFO kablam! su: No module specific data is present Oct 13 05:45:00.919 INFO running `"docker" "rm" "-f" "8c9138e90eb1ee57f70431d32cf7536b39d96e30e9ac3cdef58b1e3a42f30b40"` Oct 13 05:45:01.025 INFO blam! 8c9138e90eb1ee57f70431d32cf7536b39d96e30e9ac3cdef58b1e3a42f30b40