Oct 15 10:56:02.620 INFO testing FlatBartender/flow against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:56:02.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 10:56:03.151 INFO blam! df3d8bdcfe1da4677c52e6027950f1eaeb2285353be455f34249df3f3f19d358 Oct 15 10:56:03.159 INFO running `"docker" "start" "-a" "df3d8bdcfe1da4677c52e6027950f1eaeb2285353be455f34249df3f3f19d358"` Oct 15 10:56:04.658 INFO kablam! usermod: no changes Oct 15 10:56:04.739 INFO kablam! Compiling hound v3.4.0 Oct 15 10:56:05.943 INFO kablam! Compiling flow v0.1.0 (/source) Oct 15 10:56:06.451 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:06.452 INFO kablam! --> src/main.rs:9:9 Oct 15 10:56:06.452 INFO kablam! | Oct 15 10:56:06.452 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 15 10:56:06.452 INFO kablam! | ----^^^^ Oct 15 10:56:06.452 INFO kablam! | | Oct 15 10:56:06.453 INFO kablam! | help: remove this `mut` Oct 15 10:56:06.453 INFO kablam! | Oct 15 10:56:06.453 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:56:06.453 INFO kablam! Oct 15 10:56:06.453 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:06.453 INFO kablam! --> src/main.rs:10:9 Oct 15 10:56:06.453 INFO kablam! | Oct 15 10:56:06.453 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 15 10:56:06.453 INFO kablam! | ----^^^^ Oct 15 10:56:06.453 INFO kablam! | | Oct 15 10:56:06.453 INFO kablam! | help: remove this `mut` Oct 15 10:56:06.453 INFO kablam! Oct 15 10:56:06.453 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:06.453 INFO kablam! --> src/main.rs:11:9 Oct 15 10:56:06.453 INFO kablam! | Oct 15 10:56:06.453 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 15 10:56:06.453 INFO kablam! | ----^^^ Oct 15 10:56:06.453 INFO kablam! | | Oct 15 10:56:06.453 INFO kablam! | help: remove this `mut` Oct 15 10:56:06.453 INFO kablam! Oct 15 10:56:06.455 INFO kablam! warning: method is never used: `new` Oct 15 10:56:06.456 INFO kablam! --> src/node/square.rs:12:5 Oct 15 10:56:06.456 INFO kablam! | Oct 15 10:56:06.456 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 15 10:56:06.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:06.456 INFO kablam! | Oct 15 10:56:06.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:56:06.457 INFO kablam! Oct 15 10:56:06.457 INFO kablam! warning: method is never used: `new` Oct 15 10:56:06.457 INFO kablam! --> src/node/add.rs:11:5 Oct 15 10:56:06.457 INFO kablam! | Oct 15 10:56:06.457 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:06.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:06.458 INFO kablam! Oct 15 10:56:06.458 INFO kablam! warning: method is never used: `new` Oct 15 10:56:06.458 INFO kablam! --> src/node/mul.rs:11:5 Oct 15 10:56:06.458 INFO kablam! | Oct 15 10:56:06.458 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:06.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:06.459 INFO kablam! Oct 15 10:56:07.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 15 10:56:07.095 INFO kablam! su: No module specific data is present Oct 15 10:56:07.920 INFO running `"docker" "rm" "-f" "df3d8bdcfe1da4677c52e6027950f1eaeb2285353be455f34249df3f3f19d358"` Oct 15 10:56:08.294 INFO blam! df3d8bdcfe1da4677c52e6027950f1eaeb2285353be455f34249df3f3f19d358 Oct 15 10:56:08.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 10:56:08.846 INFO blam! 2ea2de2ba6f32a7b41b9328a53dfe73f247c35592aa8fa595b20ff677d8f42f1 Oct 15 10:56:08.851 INFO running `"docker" "start" "-a" "2ea2de2ba6f32a7b41b9328a53dfe73f247c35592aa8fa595b20ff677d8f42f1"` Oct 15 10:56:10.177 INFO kablam! usermod: no changes Oct 15 10:56:10.224 INFO kablam! Compiling flow v0.1.0 (/source) Oct 15 10:56:10.817 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:10.817 INFO kablam! --> src/main.rs:9:9 Oct 15 10:56:10.817 INFO kablam! | Oct 15 10:56:10.817 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 15 10:56:10.817 INFO kablam! | ----^^^^ Oct 15 10:56:10.817 INFO kablam! | | Oct 15 10:56:10.817 INFO kablam! | help: remove this `mut` Oct 15 10:56:10.817 INFO kablam! | Oct 15 10:56:10.817 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:56:10.817 INFO kablam! Oct 15 10:56:10.817 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:10.817 INFO kablam! --> src/main.rs:10:9 Oct 15 10:56:10.817 INFO kablam! | Oct 15 10:56:10.817 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 15 10:56:10.817 INFO kablam! | ----^^^^ Oct 15 10:56:10.817 INFO kablam! | | Oct 15 10:56:10.817 INFO kablam! | help: remove this `mut` Oct 15 10:56:10.817 INFO kablam! Oct 15 10:56:10.817 INFO kablam! warning: variable does not need to be mutable Oct 15 10:56:10.817 INFO kablam! --> src/main.rs:11:9 Oct 15 10:56:10.817 INFO kablam! | Oct 15 10:56:10.817 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 15 10:56:10.817 INFO kablam! | ----^^^ Oct 15 10:56:10.818 INFO kablam! | | Oct 15 10:56:10.818 INFO kablam! | help: remove this `mut` Oct 15 10:56:10.818 INFO kablam! Oct 15 10:56:10.826 INFO kablam! warning: method is never used: `new` Oct 15 10:56:10.826 INFO kablam! --> src/node/square.rs:12:5 Oct 15 10:56:10.826 INFO kablam! | Oct 15 10:56:10.826 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 15 10:56:10.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:10.826 INFO kablam! | Oct 15 10:56:10.826 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:56:10.826 INFO kablam! Oct 15 10:56:10.826 INFO kablam! warning: method is never used: `new` Oct 15 10:56:10.826 INFO kablam! --> src/node/add.rs:11:5 Oct 15 10:56:10.826 INFO kablam! | Oct 15 10:56:10.826 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:10.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:10.826 INFO kablam! Oct 15 10:56:10.826 INFO kablam! warning: method is never used: `new` Oct 15 10:56:10.826 INFO kablam! --> src/node/mul.rs:11:5 Oct 15 10:56:10.826 INFO kablam! | Oct 15 10:56:10.826 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 15 10:56:10.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:10.826 INFO kablam! Oct 15 10:56:11.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 10:56:11.347 INFO kablam! su: No module specific data is present Oct 15 10:56:12.047 INFO running `"docker" "rm" "-f" "2ea2de2ba6f32a7b41b9328a53dfe73f247c35592aa8fa595b20ff677d8f42f1"` Oct 15 10:56:12.387 INFO blam! 2ea2de2ba6f32a7b41b9328a53dfe73f247c35592aa8fa595b20ff677d8f42f1 Oct 15 10:56:12.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 10:56:12.749 INFO blam! cf57d8db124c40d58ccc9b2e2275d252823a223cc003166436892fa524f04412 Oct 15 10:56:12.757 INFO running `"docker" "start" "-a" "cf57d8db124c40d58ccc9b2e2275d252823a223cc003166436892fa524f04412"` Oct 15 10:56:14.247 INFO kablam! usermod: no changes Oct 15 10:56:14.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 10:56:14.303 INFO kablam! Running /target/debug/deps/flow-e912dc616c6cb78e Oct 15 10:56:14.315 INFO blam! Oct 15 10:56:14.315 INFO blam! running 0 tests Oct 15 10:56:14.315 INFO blam! Oct 15 10:56:14.315 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:56:14.315 INFO blam! Oct 15 10:56:14.324 INFO kablam! su: No module specific data is present Oct 15 10:56:15.283 INFO running `"docker" "rm" "-f" "cf57d8db124c40d58ccc9b2e2275d252823a223cc003166436892fa524f04412"` Oct 15 10:56:15.559 INFO blam! cf57d8db124c40d58ccc9b2e2275d252823a223cc003166436892fa524f04412