Oct 15 10:56:06.095 INFO testing FlatBartender/flow against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:56:06.096 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 15 10:56:06.569 INFO blam! f0df0a99eb4005947f0071740fc54f5aab3348108afe0ea61c76ea3fe10c7854 Oct 15 10:56:06.579 INFO running `"docker" "start" "-a" "f0df0a99eb4005947f0071740fc54f5aab3348108afe0ea61c76ea3fe10c7854"` Oct 15 10:56:08.153 INFO kablam! usermod: no changes Oct 15 10:56:08.216 INFO kablam! Compiling hound v3.4.0 Oct 15 10:56:09.243 INFO kablam! Compiling flow v0.1.0 (/source) Oct 15 10:56:09.729 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:09.729 INFO kablam! --> src/main.rs:9:9 Oct 15 10:56:09.729 INFO kablam! | Oct 15 10:56:09.730 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 15 10:56:09.730 INFO kablam! | ----^^^^ Oct 15 10:56:09.730 INFO kablam! | | Oct 15 10:56:09.730 INFO kablam! | help: remove this `mut` Oct 15 10:56:09.731 INFO kablam! | Oct 15 10:56:09.733 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:56:09.733 INFO kablam! Oct 15 10:56:09.734 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:09.734 INFO kablam! --> src/main.rs:10:9 Oct 15 10:56:09.734 INFO kablam! | Oct 15 10:56:09.734 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 15 10:56:09.735 INFO kablam! | ----^^^^ Oct 15 10:56:09.735 INFO kablam! | | Oct 15 10:56:09.735 INFO kablam! | help: remove this `mut` Oct 15 10:56:09.735 INFO kablam! Oct 15 10:56:09.736 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:09.736 INFO kablam! --> src/main.rs:11:9 Oct 15 10:56:09.736 INFO kablam! | Oct 15 10:56:09.736 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 15 10:56:09.737 INFO kablam! | ----^^^ Oct 15 10:56:09.737 INFO kablam! | | Oct 15 10:56:09.737 INFO kablam! | help: remove this `mut` Oct 15 10:56:09.737 INFO kablam! Oct 15 10:56:09.738 INFO kablam! warning: method is never used: `new` Oct 15 10:56:09.738 INFO kablam! --> src/node/square.rs:12:5 Oct 15 10:56:09.738 INFO kablam! | Oct 15 10:56:09.738 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 15 10:56:09.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:09.739 INFO kablam! | Oct 15 10:56:09.739 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:56:09.740 INFO kablam! Oct 15 10:56:09.740 INFO kablam! warning: method is never used: `new` Oct 15 10:56:09.740 INFO kablam! --> src/node/add.rs:11:5 Oct 15 10:56:09.740 INFO kablam! | Oct 15 10:56:09.741 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:09.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:09.741 INFO kablam! Oct 15 10:56:09.742 INFO kablam! warning: method is never used: `new` Oct 15 10:56:09.742 INFO kablam! --> src/node/mul.rs:11:5 Oct 15 10:56:09.742 INFO kablam! | Oct 15 10:56:09.742 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:09.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:09.743 INFO kablam! Oct 15 10:56:10.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 15 10:56:10.540 INFO kablam! su: No module specific data is present Oct 15 10:56:11.175 INFO running `"docker" "rm" "-f" "f0df0a99eb4005947f0071740fc54f5aab3348108afe0ea61c76ea3fe10c7854"` Oct 15 10:56:11.446 INFO blam! f0df0a99eb4005947f0071740fc54f5aab3348108afe0ea61c76ea3fe10c7854 Oct 15 10:56:11.459 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 15 10:56:11.876 INFO blam! 77fc25346882f2b0ae3909a39a778eee3b18f723feb78f40e4e5e9dbca6b1520 Oct 15 10:56:11.878 INFO running `"docker" "start" "-a" "77fc25346882f2b0ae3909a39a778eee3b18f723feb78f40e4e5e9dbca6b1520"` Oct 15 10:56:13.195 INFO kablam! usermod: no changes Oct 15 10:56:13.263 INFO kablam! Compiling flow v0.1.0 (/source) Oct 15 10:56:13.907 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:13.907 INFO kablam! --> src/main.rs:9:9 Oct 15 10:56:13.907 INFO kablam! | Oct 15 10:56:13.907 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 15 10:56:13.907 INFO kablam! | ----^^^^ Oct 15 10:56:13.907 INFO kablam! | | Oct 15 10:56:13.907 INFO kablam! | help: remove this `mut` Oct 15 10:56:13.907 INFO kablam! | Oct 15 10:56:13.907 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:56:13.907 INFO kablam! Oct 15 10:56:13.907 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:13.907 INFO kablam! --> src/main.rs:10:9 Oct 15 10:56:13.907 INFO kablam! | Oct 15 10:56:13.907 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 15 10:56:13.907 INFO kablam! | ----^^^^ Oct 15 10:56:13.907 INFO kablam! | | Oct 15 10:56:13.907 INFO kablam! | help: remove this `mut` Oct 15 10:56:13.907 INFO kablam! Oct 15 10:56:13.907 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:13.907 INFO kablam! --> src/main.rs:11:9 Oct 15 10:56:13.907 INFO kablam! | Oct 15 10:56:13.907 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 15 10:56:13.907 INFO kablam! | ----^^^ Oct 15 10:56:13.907 INFO kablam! | | Oct 15 10:56:13.907 INFO kablam! | help: remove this `mut` Oct 15 10:56:13.907 INFO kablam! Oct 15 10:56:13.923 INFO kablam! warning: method is never used: `new` Oct 15 10:56:13.923 INFO kablam! --> src/node/square.rs:12:5 Oct 15 10:56:13.923 INFO kablam! | Oct 15 10:56:13.923 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 15 10:56:13.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:13.923 INFO kablam! | Oct 15 10:56:13.923 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:56:13.923 INFO kablam! Oct 15 10:56:13.923 INFO kablam! warning: method is never used: `new` Oct 15 10:56:13.923 INFO kablam! --> src/node/add.rs:11:5 Oct 15 10:56:13.923 INFO kablam! | Oct 15 10:56:13.923 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:13.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:13.923 INFO kablam! Oct 15 10:56:13.923 INFO kablam! warning: method is never used: `new` Oct 15 10:56:13.923 INFO kablam! --> src/node/mul.rs:11:5 Oct 15 10:56:13.923 INFO kablam! | Oct 15 10:56:13.923 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:13.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:13.923 INFO kablam! Oct 15 10:56:14.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 15 10:56:14.487 INFO kablam! su: No module specific data is present Oct 15 10:56:15.453 INFO running `"docker" "rm" "-f" "77fc25346882f2b0ae3909a39a778eee3b18f723feb78f40e4e5e9dbca6b1520"` Oct 15 10:56:15.871 INFO blam! 77fc25346882f2b0ae3909a39a778eee3b18f723feb78f40e4e5e9dbca6b1520 Oct 15 10:56:15.875 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 15 10:56:16.439 INFO blam! 7ddb2c7f8ac7c89a121ce45b406c83d29264086346ebfe8661106d2c590adeb6 Oct 15 10:56:16.442 INFO running `"docker" "start" "-a" "7ddb2c7f8ac7c89a121ce45b406c83d29264086346ebfe8661106d2c590adeb6"` Oct 15 10:56:17.631 INFO kablam! usermod: no changes Oct 15 10:56:17.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 10:56:17.691 INFO kablam! Running /target/debug/deps/flow-256ff789a98b626c Oct 15 10:56:17.693 INFO blam! Oct 15 10:56:17.693 INFO blam! running 0 tests Oct 15 10:56:17.693 INFO blam! Oct 15 10:56:17.693 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:56:17.693 INFO blam! Oct 15 10:56:17.694 INFO kablam! su: No module specific data is present Oct 15 10:56:18.747 INFO running `"docker" "rm" "-f" "7ddb2c7f8ac7c89a121ce45b406c83d29264086346ebfe8661106d2c590adeb6"` Oct 15 10:56:18.999 INFO blam! 7ddb2c7f8ac7c89a121ce45b406c83d29264086346ebfe8661106d2c590adeb6