Oct 16 06:49:23.308 INFO testing harmony-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:49:23.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 06:49:23.679 INFO blam! 3a3fcdae8f864426e82647184b0982248c931a5528e237981c45a28fac6f7dcc Oct 16 06:49:23.683 INFO running `"docker" "start" "-a" "3a3fcdae8f864426e82647184b0982248c931a5528e237981c45a28fac6f7dcc"` Oct 16 06:49:25.264 INFO kablam! usermod: no changes Oct 16 06:49:25.319 INFO kablam! Compiling harmony v0.2.1 (/source) Oct 16 06:49:26.303 INFO kablam! warning: variable does not need to be mutable Oct 16 06:49:26.303 INFO kablam! --> src/lib.rs:363:13 Oct 16 06:49:26.303 INFO kablam! | Oct 16 06:49:26.303 INFO kablam! 363 | let mut stages = [PlayState::Placed, PlayState::Static, PlayState::Moved]; Oct 16 06:49:26.303 INFO kablam! | ----^^^^^^ Oct 16 06:49:26.303 INFO kablam! | | Oct 16 06:49:26.303 INFO kablam! | help: remove this `mut` Oct 16 06:49:26.303 INFO kablam! | Oct 16 06:49:26.303 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:49:26.303 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:199:14 Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:26.315 INFO kablam! | ^ Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 06:49:26.315 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:199:17 Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:26.315 INFO kablam! | ^ Oct 16 06:49:26.315 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:204:29 Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! 204 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:26.315 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.315 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:205:29 Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! 205 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:26.315 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.315 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:206:29 Oct 16 06:49:26.315 INFO kablam! | Oct 16 06:49:26.315 INFO kablam! 206 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:26.315 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.315 INFO kablam! Oct 16 06:49:26.315 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:26.315 INFO kablam! --> src/lib.rs:207:29 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 207 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:217:29 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 217 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:218:29 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 218 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:219:29 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 219 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:220:29 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 220 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:231:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 231 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:232:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 232 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:233:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 233 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:234:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 234 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:246:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 246 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:247:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 247 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:248:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 248 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:26.316 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:26.316 INFO kablam! --> src/lib.rs:249:33 Oct 16 06:49:26.316 INFO kablam! | Oct 16 06:49:26.316 INFO kablam! 249 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:26.316 INFO kablam! | ^^^^^^^ Oct 16 06:49:26.316 INFO kablam! Oct 16 06:49:27.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 16 06:49:27.245 INFO kablam! su: No module specific data is present Oct 16 06:49:27.971 INFO running `"docker" "rm" "-f" "3a3fcdae8f864426e82647184b0982248c931a5528e237981c45a28fac6f7dcc"` Oct 16 06:49:28.401 INFO blam! 3a3fcdae8f864426e82647184b0982248c931a5528e237981c45a28fac6f7dcc Oct 16 06:49:28.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 06:49:28.849 INFO blam! eee4e08b18328ea3238827d524963e16c64b5307aaefce9d556d91851240cd4f Oct 16 06:49:28.853 INFO running `"docker" "start" "-a" "eee4e08b18328ea3238827d524963e16c64b5307aaefce9d556d91851240cd4f"` Oct 16 06:49:29.748 INFO kablam! usermod: no changes Oct 16 06:49:29.813 INFO kablam! Compiling harmony v0.2.1 (/source) Oct 16 06:49:30.909 INFO kablam! warning: variable does not need to be mutable Oct 16 06:49:30.909 INFO kablam! --> src/lib.rs:363:13 Oct 16 06:49:30.909 INFO kablam! | Oct 16 06:49:30.910 INFO kablam! 363 | let mut stages = [PlayState::Placed, PlayState::Static, PlayState::Moved]; Oct 16 06:49:30.911 INFO kablam! | ----^^^^^^ Oct 16 06:49:30.911 INFO kablam! | | Oct 16 06:49:30.911 INFO kablam! | help: remove this `mut` Oct 16 06:49:30.911 INFO kablam! | Oct 16 06:49:30.911 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:49:30.911 INFO kablam! Oct 16 06:49:30.959 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 16 06:49:30.959 INFO kablam! --> src/lib.rs:199:14 Oct 16 06:49:30.959 INFO kablam! | Oct 16 06:49:30.959 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:30.959 INFO kablam! | ^ Oct 16 06:49:30.959 INFO kablam! | Oct 16 06:49:30.959 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 06:49:30.959 INFO kablam! Oct 16 06:49:30.959 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 16 06:49:30.959 INFO kablam! --> src/lib.rs:199:17 Oct 16 06:49:30.959 INFO kablam! | Oct 16 06:49:30.959 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:30.959 INFO kablam! | ^ Oct 16 06:49:30.959 INFO kablam! Oct 16 06:49:30.959 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.959 INFO kablam! --> src/lib.rs:204:29 Oct 16 06:49:30.959 INFO kablam! | Oct 16 06:49:30.959 INFO kablam! 204 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:30.959 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.959 INFO kablam! Oct 16 06:49:30.959 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.959 INFO kablam! --> src/lib.rs:205:29 Oct 16 06:49:30.959 INFO kablam! | Oct 16 06:49:30.959 INFO kablam! 205 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:30.959 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.959 INFO kablam! Oct 16 06:49:30.959 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.959 INFO kablam! --> src/lib.rs:206:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 206 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:207:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 207 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:217:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 217 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:218:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 218 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:219:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 219 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:220:29 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 220 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:231:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 231 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:232:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 232 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:233:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 233 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:234:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 234 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:246:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 246 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:247:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 247 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:248:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 248 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:30.960 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.960 INFO kablam! --> src/lib.rs:249:33 Oct 16 06:49:30.960 INFO kablam! | Oct 16 06:49:30.960 INFO kablam! 249 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:30.960 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.960 INFO kablam! Oct 16 06:49:32.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 16 06:49:32.161 INFO kablam! su: No module specific data is present Oct 16 06:49:32.787 INFO running `"docker" "rm" "-f" "eee4e08b18328ea3238827d524963e16c64b5307aaefce9d556d91851240cd4f"` Oct 16 06:49:33.019 INFO blam! eee4e08b18328ea3238827d524963e16c64b5307aaefce9d556d91851240cd4f Oct 16 06:49:33.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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 16 06:49:33.343 INFO blam! 059df57af627fe81b8eb2dbce5fa13331873b982d6001b201238adcb6c62daaf Oct 16 06:49:33.355 INFO running `"docker" "start" "-a" "059df57af627fe81b8eb2dbce5fa13331873b982d6001b201238adcb6c62daaf"` Oct 16 06:49:34.491 INFO kablam! usermod: no changes Oct 16 06:49:34.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 06:49:34.551 INFO kablam! Running /target/debug/deps/harmony-c63400ba6267ecd1 Oct 16 06:49:34.567 INFO blam! Oct 16 06:49:34.567 INFO blam! running 4 tests Oct 16 06:49:34.567 INFO blam! test tests::harmonies_test ... ok Oct 16 06:49:34.567 INFO blam! test tests::test ... ok Oct 16 06:49:34.587 INFO blam! test tests::directions ... ok Oct 16 06:49:34.587 INFO kablam! Doc-tests harmony Oct 16 06:49:34.587 INFO blam! test tests::it_works ... ok Oct 16 06:49:34.587 INFO blam! Oct 16 06:49:34.587 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:49:34.587 INFO blam! Oct 16 06:49:35.571 INFO blam! Oct 16 06:49:35.571 INFO blam! running 0 tests Oct 16 06:49:35.571 INFO blam! Oct 16 06:49:35.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:49:35.571 INFO blam! Oct 16 06:49:35.584 INFO kablam! su: No module specific data is present Oct 16 06:49:36.189 INFO running `"docker" "rm" "-f" "059df57af627fe81b8eb2dbce5fa13331873b982d6001b201238adcb6c62daaf"` Oct 16 06:49:36.431 INFO blam! 059df57af627fe81b8eb2dbce5fa13331873b982d6001b201238adcb6c62daaf