Oct 16 06:49:22.277 INFO testing harmony-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 06:49:22.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 06:49:22.792 INFO blam! 074e576470c3af6c2ebf440768753254e43eb56221cbc6f70704a097b8602c57 Oct 16 06:49:22.799 INFO running `"docker" "start" "-a" "074e576470c3af6c2ebf440768753254e43eb56221cbc6f70704a097b8602c57"` Oct 16 06:49:24.043 INFO kablam! usermod: no changes Oct 16 06:49:24.101 INFO kablam! Compiling harmony v0.2.1 (/source) Oct 16 06:49:24.971 INFO kablam! warning: variable does not need to be mutable Oct 16 06:49:24.971 INFO kablam! --> src/lib.rs:363:13 Oct 16 06:49:24.971 INFO kablam! | Oct 16 06:49:24.971 INFO kablam! 363 | let mut stages = [PlayState::Placed, PlayState::Static, PlayState::Moved]; Oct 16 06:49:24.971 INFO kablam! | ----^^^^^^ Oct 16 06:49:24.971 INFO kablam! | | Oct 16 06:49:24.971 INFO kablam! | help: remove this `mut` Oct 16 06:49:24.971 INFO kablam! | Oct 16 06:49:24.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:49:24.971 INFO kablam! Oct 16 06:49:24.991 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 16 06:49:24.991 INFO kablam! --> src/lib.rs:199:14 Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.991 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:24.991 INFO kablam! | ^ Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.991 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 06:49:24.991 INFO kablam! Oct 16 06:49:24.991 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 16 06:49:24.991 INFO kablam! --> src/lib.rs:199:17 Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.991 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:24.991 INFO kablam! | ^ Oct 16 06:49:24.991 INFO kablam! Oct 16 06:49:24.991 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:24.991 INFO kablam! --> src/lib.rs:204:29 Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.991 INFO kablam! 204 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:24.991 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.991 INFO kablam! Oct 16 06:49:24.991 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:24.991 INFO kablam! --> src/lib.rs:205:29 Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.991 INFO kablam! 205 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:24.991 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.991 INFO kablam! Oct 16 06:49:24.991 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:24.991 INFO kablam! --> src/lib.rs:206:29 Oct 16 06:49:24.991 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 206 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:207:29 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 207 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:217:29 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 217 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:218:29 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 218 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:219:29 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 219 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:220:29 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 220 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:231:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 231 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:232:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 232 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:233:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 233 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:234:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 234 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:246:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 246 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:247:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 247 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:248:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 248 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:24.992 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:24.992 INFO kablam! --> src/lib.rs:249:33 Oct 16 06:49:24.992 INFO kablam! | Oct 16 06:49:24.992 INFO kablam! 249 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:24.992 INFO kablam! | ^^^^^^^ Oct 16 06:49:24.992 INFO kablam! Oct 16 06:49:26.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.00s Oct 16 06:49:26.074 INFO kablam! su: No module specific data is present Oct 16 06:49:27.301 INFO running `"docker" "rm" "-f" "074e576470c3af6c2ebf440768753254e43eb56221cbc6f70704a097b8602c57"` Oct 16 06:49:27.562 INFO blam! 074e576470c3af6c2ebf440768753254e43eb56221cbc6f70704a097b8602c57 Oct 16 06:49:27.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 06:49:28.039 INFO blam! 60769439f7af1a5c14f6f0a4875d5ff76822c1e82eae6d46d9565a3d5fd0d282 Oct 16 06:49:28.047 INFO running `"docker" "start" "-a" "60769439f7af1a5c14f6f0a4875d5ff76822c1e82eae6d46d9565a3d5fd0d282"` Oct 16 06:49:29.340 INFO kablam! usermod: no changes Oct 16 06:49:29.380 INFO kablam! Compiling harmony v0.2.1 (/source) Oct 16 06:49:30.402 INFO kablam! warning: variable does not need to be mutable Oct 16 06:49:30.403 INFO kablam! --> src/lib.rs:363:13 Oct 16 06:49:30.403 INFO kablam! | Oct 16 06:49:30.403 INFO kablam! 363 | let mut stages = [PlayState::Placed, PlayState::Static, PlayState::Moved]; Oct 16 06:49:30.403 INFO kablam! | ----^^^^^^ Oct 16 06:49:30.403 INFO kablam! | | Oct 16 06:49:30.403 INFO kablam! | help: remove this `mut` Oct 16 06:49:30.403 INFO kablam! | Oct 16 06:49:30.403 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:49:30.403 INFO kablam! Oct 16 06:49:30.459 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 16 06:49:30.459 INFO kablam! --> src/lib.rs:199:14 Oct 16 06:49:30.459 INFO kablam! | Oct 16 06:49:30.459 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:30.459 INFO kablam! | ^ Oct 16 06:49:30.460 INFO kablam! | Oct 16 06:49:30.460 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 06:49:30.460 INFO kablam! Oct 16 06:49:30.460 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 16 06:49:30.460 INFO kablam! --> src/lib.rs:199:17 Oct 16 06:49:30.460 INFO kablam! | Oct 16 06:49:30.460 INFO kablam! 199 | for (A, B) in harmonies.iter().combinations() { Oct 16 06:49:30.461 INFO kablam! | ^ Oct 16 06:49:30.461 INFO kablam! Oct 16 06:49:30.461 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.461 INFO kablam! --> src/lib.rs:204:29 Oct 16 06:49:30.461 INFO kablam! | Oct 16 06:49:30.461 INFO kablam! 204 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:30.461 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.462 INFO kablam! Oct 16 06:49:30.462 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.462 INFO kablam! --> src/lib.rs:205:29 Oct 16 06:49:30.462 INFO kablam! | Oct 16 06:49:30.462 INFO kablam! 205 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:30.462 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.462 INFO kablam! Oct 16 06:49:30.462 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.463 INFO kablam! --> src/lib.rs:206:29 Oct 16 06:49:30.463 INFO kablam! | Oct 16 06:49:30.463 INFO kablam! 206 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:30.463 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.463 INFO kablam! Oct 16 06:49:30.463 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.463 INFO kablam! --> src/lib.rs:207:29 Oct 16 06:49:30.463 INFO kablam! | Oct 16 06:49:30.464 INFO kablam! 207 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:30.464 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.464 INFO kablam! Oct 16 06:49:30.464 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.464 INFO kablam! --> src/lib.rs:217:29 Oct 16 06:49:30.464 INFO kablam! | Oct 16 06:49:30.464 INFO kablam! 217 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:30.464 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.465 INFO kablam! Oct 16 06:49:30.465 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.465 INFO kablam! --> src/lib.rs:218:29 Oct 16 06:49:30.465 INFO kablam! | Oct 16 06:49:30.465 INFO kablam! 218 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:30.465 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.465 INFO kablam! Oct 16 06:49:30.465 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.466 INFO kablam! --> src/lib.rs:219:29 Oct 16 06:49:30.466 INFO kablam! | Oct 16 06:49:30.466 INFO kablam! 219 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:30.466 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.466 INFO kablam! Oct 16 06:49:30.466 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.466 INFO kablam! --> src/lib.rs:220:29 Oct 16 06:49:30.467 INFO kablam! | Oct 16 06:49:30.467 INFO kablam! 220 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:30.467 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.467 INFO kablam! Oct 16 06:49:30.467 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.467 INFO kablam! --> src/lib.rs:231:33 Oct 16 06:49:30.467 INFO kablam! | Oct 16 06:49:30.467 INFO kablam! 231 | let A_lower = std::cmp::min(A.start.y, A.end.y); Oct 16 06:49:30.468 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.468 INFO kablam! Oct 16 06:49:30.468 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.468 INFO kablam! --> src/lib.rs:232:33 Oct 16 06:49:30.468 INFO kablam! | Oct 16 06:49:30.468 INFO kablam! 232 | let A_upper = std::cmp::max(A.start.y, A.end.y); Oct 16 06:49:30.468 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.468 INFO kablam! Oct 16 06:49:30.469 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.469 INFO kablam! --> src/lib.rs:233:33 Oct 16 06:49:30.469 INFO kablam! | Oct 16 06:49:30.469 INFO kablam! 233 | let B_lower = std::cmp::min(B.start.y, B.end.y); Oct 16 06:49:30.469 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.469 INFO kablam! Oct 16 06:49:30.469 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.469 INFO kablam! --> src/lib.rs:234:33 Oct 16 06:49:30.470 INFO kablam! | Oct 16 06:49:30.470 INFO kablam! 234 | let B_upper = std::cmp::max(B.start.y, B.end.y); Oct 16 06:49:30.470 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.470 INFO kablam! Oct 16 06:49:30.470 INFO kablam! warning: variable `A_lower` should have a snake case name such as `a_lower` Oct 16 06:49:30.470 INFO kablam! --> src/lib.rs:246:33 Oct 16 06:49:30.470 INFO kablam! | Oct 16 06:49:30.471 INFO kablam! 246 | let A_lower = std::cmp::min(A.start.x, A.end.x); Oct 16 06:49:30.471 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.471 INFO kablam! Oct 16 06:49:30.471 INFO kablam! warning: variable `A_upper` should have a snake case name such as `a_upper` Oct 16 06:49:30.471 INFO kablam! --> src/lib.rs:247:33 Oct 16 06:49:30.471 INFO kablam! | Oct 16 06:49:30.471 INFO kablam! 247 | let A_upper = std::cmp::max(A.start.x, A.end.x); Oct 16 06:49:30.472 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.472 INFO kablam! Oct 16 06:49:30.472 INFO kablam! warning: variable `B_lower` should have a snake case name such as `b_lower` Oct 16 06:49:30.472 INFO kablam! --> src/lib.rs:248:33 Oct 16 06:49:30.472 INFO kablam! | Oct 16 06:49:30.472 INFO kablam! 248 | let B_lower = std::cmp::min(B.start.x, B.end.x); Oct 16 06:49:30.472 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.472 INFO kablam! Oct 16 06:49:30.473 INFO kablam! warning: variable `B_upper` should have a snake case name such as `b_upper` Oct 16 06:49:30.473 INFO kablam! --> src/lib.rs:249:33 Oct 16 06:49:30.473 INFO kablam! | Oct 16 06:49:30.473 INFO kablam! 249 | let B_upper = std::cmp::max(B.start.x, B.end.x); Oct 16 06:49:30.473 INFO kablam! | ^^^^^^^ Oct 16 06:49:30.473 INFO kablam! Oct 16 06:49:31.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Oct 16 06:49:31.859 INFO kablam! su: No module specific data is present Oct 16 06:49:32.581 INFO running `"docker" "rm" "-f" "60769439f7af1a5c14f6f0a4875d5ff76822c1e82eae6d46d9565a3d5fd0d282"` Oct 16 06:49:32.809 INFO blam! 60769439f7af1a5c14f6f0a4875d5ff76822c1e82eae6d46d9565a3d5fd0d282 Oct 16 06:49:32.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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" "-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.231 INFO blam! 67db2d3b2afb4517db08638c794686bbaa9f311c7544a2e27818507e404e5c5e Oct 16 06:49:33.231 INFO running `"docker" "start" "-a" "67db2d3b2afb4517db08638c794686bbaa9f311c7544a2e27818507e404e5c5e"` Oct 16 06:49:34.347 INFO kablam! usermod: no changes Oct 16 06:49:34.402 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 06:49:34.402 INFO kablam! Running /target/debug/deps/harmony-b50fc532f7dcb078 Oct 16 06:49:34.417 INFO blam! Oct 16 06:49:34.417 INFO blam! running 4 tests Oct 16 06:49:34.439 INFO blam! test tests::directions ... ok Oct 16 06:49:34.439 INFO kablam! Doc-tests harmony Oct 16 06:49:34.439 INFO blam! test tests::it_works ... ok Oct 16 06:49:34.439 INFO blam! test tests::harmonies_test ... ok Oct 16 06:49:34.439 INFO blam! test tests::test ... ok Oct 16 06:49:34.439 INFO blam! Oct 16 06:49:34.439 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:49:34.439 INFO blam! Oct 16 06:49:35.472 INFO blam! Oct 16 06:49:35.472 INFO blam! running 0 tests Oct 16 06:49:35.472 INFO blam! Oct 16 06:49:35.472 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:49:35.472 INFO blam! Oct 16 06:49:35.477 INFO kablam! su: No module specific data is present Oct 16 06:49:36.012 INFO running `"docker" "rm" "-f" "67db2d3b2afb4517db08638c794686bbaa9f311c7544a2e27818507e404e5c5e"` Oct 16 06:49:36.299 INFO blam! 67db2d3b2afb4517db08638c794686bbaa9f311c7544a2e27818507e404e5c5e