Oct 13 04:38:58.791 INFO testing owensc84/synacor against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:38:58.793 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 13 04:38:59.090 INFO blam! fa9aa1952f2a6a37f6ca69558be1ed2cc6e84192c189ea5ec2bb78b638c6e7d0 Oct 13 04:38:59.092 INFO running `"docker" "start" "-a" "fa9aa1952f2a6a37f6ca69558be1ed2cc6e84192c189ea5ec2bb78b638c6e7d0"` Oct 13 04:38:59.510 INFO kablam! usermod: no changes Oct 13 04:38:59.547 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 13 04:38:59.776 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:38:59.777 INFO kablam! --> src/main.rs:168:16 Oct 13 04:38:59.777 INFO kablam! | Oct 13 04:38:59.777 INFO kablam! 168 | traceptr &= (TRACE_SIZE-1); Oct 13 04:38:59.777 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:38:59.777 INFO kablam! | Oct 13 04:38:59.777 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:38:59.777 INFO kablam! Oct 13 04:38:59.777 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:38:59.777 INFO kablam! --> src/main.rs:349:28 Oct 13 04:38:59.777 INFO kablam! | Oct 13 04:38:59.777 INFO kablam! 349 | register[reg_num] = (get_val(b, ®ister) & get_val(c, ®ister)); Oct 13 04:38:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:38:59.777 INFO kablam! Oct 13 04:38:59.777 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:38:59.777 INFO kablam! --> src/main.rs:364:28 Oct 13 04:38:59.777 INFO kablam! | Oct 13 04:38:59.777 INFO kablam! 364 | register[reg_num] = (get_val(b, ®ister) | get_val(c, ®ister)); Oct 13 04:38:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:38:59.777 INFO kablam! Oct 13 04:38:59.927 INFO kablam! warning: unused variable: `pc` Oct 13 04:38:59.927 INFO kablam! --> src/main.rs:96:58 Oct 13 04:38:59.927 INFO kablam! | Oct 13 04:38:59.927 INFO kablam! 96 | fn call_trace(v: &[usize], ptr: usize, memory: Vec, pc: usize, register:&Vec) { Oct 13 04:38:59.927 INFO kablam! | ^^ help: consider using `_pc` instead Oct 13 04:38:59.927 INFO kablam! | Oct 13 04:38:59.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:38:59.927 INFO kablam! Oct 13 04:38:59.927 INFO kablam! warning: value assigned to `exs` is never read Oct 13 04:38:59.927 INFO kablam! --> src/main.rs:154:11 Oct 13 04:38:59.927 INFO kablam! | Oct 13 04:38:59.927 INFO kablam! 154 | let mut exs: i32 = 0; Oct 13 04:38:59.927 INFO kablam! | ^^^ Oct 13 04:38:59.927 INFO kablam! | Oct 13 04:38:59.927 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:38:59.927 INFO kablam! Oct 13 04:38:59.955 INFO kablam! warning: function is never used: `is_reg` Oct 13 04:38:59.955 INFO kablam! --> src/main.rs:22:1 Oct 13 04:38:59.955 INFO kablam! | Oct 13 04:38:59.955 INFO kablam! 22 | fn is_reg(operand: u16) -> bool { Oct 13 04:38:59.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:59.955 INFO kablam! | Oct 13 04:38:59.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:38:59.955 INFO kablam! Oct 13 04:38:59.959 INFO kablam! warning: variable `totalExecutions` should have a snake case name such as `total_executions` Oct 13 04:38:59.959 INFO kablam! --> src/main.rs:145:6 Oct 13 04:38:59.959 INFO kablam! | Oct 13 04:38:59.959 INFO kablam! 145 | let mut totalExecutions = 0; Oct 13 04:38:59.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:59.959 INFO kablam! | Oct 13 04:38:59.959 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:38:59.959 INFO kablam! Oct 13 04:39:00.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 13 04:39:00.555 INFO kablam! su: No module specific data is present Oct 13 04:39:01.087 INFO running `"docker" "rm" "-f" "fa9aa1952f2a6a37f6ca69558be1ed2cc6e84192c189ea5ec2bb78b638c6e7d0"` Oct 13 04:39:01.315 INFO blam! fa9aa1952f2a6a37f6ca69558be1ed2cc6e84192c189ea5ec2bb78b638c6e7d0 Oct 13 04:39:01.319 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 13 04:39:01.560 INFO blam! 3745a05bec238f4e955f0808dabfe6dace57daee0e0d2f0550ead9cd798f0948 Oct 13 04:39:01.567 INFO running `"docker" "start" "-a" "3745a05bec238f4e955f0808dabfe6dace57daee0e0d2f0550ead9cd798f0948"` Oct 13 04:39:02.366 INFO kablam! usermod: no changes Oct 13 04:39:02.437 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 13 04:39:02.794 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:39:02.794 INFO kablam! --> src/main.rs:168:16 Oct 13 04:39:02.795 INFO kablam! | Oct 13 04:39:02.795 INFO kablam! 168 | traceptr &= (TRACE_SIZE-1); Oct 13 04:39:02.795 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:39:02.796 INFO kablam! | Oct 13 04:39:02.796 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:39:02.796 INFO kablam! Oct 13 04:39:02.797 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:39:02.797 INFO kablam! --> src/main.rs:349:28 Oct 13 04:39:02.797 INFO kablam! | Oct 13 04:39:02.797 INFO kablam! 349 | register[reg_num] = (get_val(b, ®ister) & get_val(c, ®ister)); Oct 13 04:39:02.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:39:02.798 INFO kablam! Oct 13 04:39:02.798 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 04:39:02.799 INFO kablam! --> src/main.rs:364:28 Oct 13 04:39:02.799 INFO kablam! | Oct 13 04:39:02.799 INFO kablam! 364 | register[reg_num] = (get_val(b, ®ister) | get_val(c, ®ister)); Oct 13 04:39:02.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 04:39:02.800 INFO kablam! Oct 13 04:39:02.995 INFO kablam! warning: unused variable: `pc` Oct 13 04:39:02.996 INFO kablam! --> src/main.rs:96:58 Oct 13 04:39:02.996 INFO kablam! | Oct 13 04:39:02.996 INFO kablam! 96 | fn call_trace(v: &[usize], ptr: usize, memory: Vec, pc: usize, register:&Vec) { Oct 13 04:39:02.997 INFO kablam! | ^^ help: consider using `_pc` instead Oct 13 04:39:02.997 INFO kablam! | Oct 13 04:39:02.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:39:02.998 INFO kablam! Oct 13 04:39:02.998 INFO kablam! warning: value assigned to `exs` is never read Oct 13 04:39:02.998 INFO kablam! --> src/main.rs:154:11 Oct 13 04:39:02.998 INFO kablam! | Oct 13 04:39:02.999 INFO kablam! 154 | let mut exs: i32 = 0; Oct 13 04:39:02.999 INFO kablam! | ^^^ Oct 13 04:39:02.999 INFO kablam! | Oct 13 04:39:03.000 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:39:03.000 INFO kablam! Oct 13 04:39:03.031 INFO kablam! warning: function is never used: `is_reg` Oct 13 04:39:03.032 INFO kablam! --> src/main.rs:22:1 Oct 13 04:39:03.032 INFO kablam! | Oct 13 04:39:03.032 INFO kablam! 22 | fn is_reg(operand: u16) -> bool { Oct 13 04:39:03.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:03.033 INFO kablam! | Oct 13 04:39:03.033 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:39:03.033 INFO kablam! Oct 13 04:39:03.039 INFO kablam! warning: variable `totalExecutions` should have a snake case name such as `total_executions` Oct 13 04:39:03.039 INFO kablam! --> src/main.rs:145:6 Oct 13 04:39:03.040 INFO kablam! | Oct 13 04:39:03.040 INFO kablam! 145 | let mut totalExecutions = 0; Oct 13 04:39:03.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:03.041 INFO kablam! | Oct 13 04:39:03.041 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:39:03.041 INFO kablam! Oct 13 04:39:03.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 13 04:39:03.439 INFO kablam! su: No module specific data is present Oct 13 04:39:03.947 INFO running `"docker" "rm" "-f" "3745a05bec238f4e955f0808dabfe6dace57daee0e0d2f0550ead9cd798f0948"` Oct 13 04:39:04.083 INFO blam! 3745a05bec238f4e955f0808dabfe6dace57daee0e0d2f0550ead9cd798f0948 Oct 13 04:39:04.088 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 13 04:39:04.320 INFO blam! 22b1b368c0d7a95d608ba167876c98abe577dbf445d78995c3288d6af594cf07 Oct 13 04:39:04.321 INFO running `"docker" "start" "-a" "22b1b368c0d7a95d608ba167876c98abe577dbf445d78995c3288d6af594cf07"` Oct 13 04:39:04.711 INFO kablam! usermod: no changes Oct 13 04:39:04.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 04:39:04.735 INFO blam! Oct 13 04:39:04.735 INFO kablam! Running /target/debug/deps/synacor-6b329823b88f766e Oct 13 04:39:04.735 INFO blam! running 0 tests Oct 13 04:39:04.735 INFO kablam! su: No module specific data is present Oct 13 04:39:04.735 INFO blam! Oct 13 04:39:04.735 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:39:04.735 INFO blam! Oct 13 04:39:04.956 INFO running `"docker" "rm" "-f" "22b1b368c0d7a95d608ba167876c98abe577dbf445d78995c3288d6af594cf07"` Oct 13 04:39:05.042 INFO blam! 22b1b368c0d7a95d608ba167876c98abe577dbf445d78995c3288d6af594cf07