Oct 11 06:44:20.176 INFO testing FlatBartender/flow against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:44:20.176 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:44:20.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:44:20.600 INFO blam! a38e153aedc2d9f3cbae69a8946e9dcc5cd637daefd32b8e17579200a990ef24 Oct 11 06:44:20.608 INFO running `"docker" "start" "-a" "a38e153aedc2d9f3cbae69a8946e9dcc5cd637daefd32b8e17579200a990ef24"` Oct 11 06:44:21.701 INFO kablam! usermod: no changes Oct 11 06:44:21.776 INFO kablam! Compiling hound v3.4.0 Oct 11 06:44:23.105 INFO kablam! Compiling flow v0.1.0 (/source) Oct 11 06:44:23.540 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:23.541 INFO kablam! --> src/main.rs:9:9 Oct 11 06:44:23.541 INFO kablam! | Oct 11 06:44:23.541 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 11 06:44:23.542 INFO kablam! | ----^^^^ Oct 11 06:44:23.542 INFO kablam! | | Oct 11 06:44:23.542 INFO kablam! | help: remove this `mut` Oct 11 06:44:23.542 INFO kablam! | Oct 11 06:44:23.542 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:44:23.543 INFO kablam! Oct 11 06:44:23.543 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:23.543 INFO kablam! --> src/main.rs:10:9 Oct 11 06:44:23.543 INFO kablam! | Oct 11 06:44:23.544 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 11 06:44:23.544 INFO kablam! | ----^^^^ Oct 11 06:44:23.544 INFO kablam! | | Oct 11 06:44:23.544 INFO kablam! | help: remove this `mut` Oct 11 06:44:23.545 INFO kablam! Oct 11 06:44:23.545 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:23.545 INFO kablam! --> src/main.rs:11:9 Oct 11 06:44:23.545 INFO kablam! | Oct 11 06:44:23.546 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 11 06:44:23.546 INFO kablam! | ----^^^ Oct 11 06:44:23.546 INFO kablam! | | Oct 11 06:44:23.547 INFO kablam! | help: remove this `mut` Oct 11 06:44:23.547 INFO kablam! Oct 11 06:44:23.547 INFO kablam! warning: method is never used: `new` Oct 11 06:44:23.547 INFO kablam! --> src/node/square.rs:12:5 Oct 11 06:44:23.548 INFO kablam! | Oct 11 06:44:23.548 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 11 06:44:23.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:23.548 INFO kablam! | Oct 11 06:44:23.549 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:44:23.549 INFO kablam! Oct 11 06:44:23.549 INFO kablam! warning: method is never used: `new` Oct 11 06:44:23.549 INFO kablam! --> src/node/add.rs:11:5 Oct 11 06:44:23.550 INFO kablam! | Oct 11 06:44:23.550 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 11 06:44:23.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:23.550 INFO kablam! Oct 11 06:44:23.550 INFO kablam! warning: method is never used: `new` Oct 11 06:44:23.551 INFO kablam! --> src/node/mul.rs:11:5 Oct 11 06:44:23.551 INFO kablam! | Oct 11 06:44:23.551 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 11 06:44:23.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:23.552 INFO kablam! Oct 11 06:44:24.305 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Oct 11 06:44:24.305 INFO kablam! su: No module specific data is present Oct 11 06:44:25.121 INFO running `"docker" "rm" "-f" "a38e153aedc2d9f3cbae69a8946e9dcc5cd637daefd32b8e17579200a990ef24"` Oct 11 06:44:25.380 INFO blam! a38e153aedc2d9f3cbae69a8946e9dcc5cd637daefd32b8e17579200a990ef24 Oct 11 06:44:25.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:44:25.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:44:25.788 INFO blam! 96eb7b9846d567901f2c1ab5602c0d3ea351310f577c6916016485cdcfa1cfcb Oct 11 06:44:25.791 INFO running `"docker" "start" "-a" "96eb7b9846d567901f2c1ab5602c0d3ea351310f577c6916016485cdcfa1cfcb"` Oct 11 06:44:27.348 INFO kablam! usermod: no changes Oct 11 06:44:27.384 INFO kablam! Compiling flow v0.1.0 (/source) Oct 11 06:44:27.996 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:27.996 INFO kablam! --> src/main.rs:9:9 Oct 11 06:44:27.996 INFO kablam! | Oct 11 06:44:27.996 INFO kablam! 9 | let mut sine = Sine::new(Node::float(1.0)); Oct 11 06:44:27.996 INFO kablam! | ----^^^^ Oct 11 06:44:27.997 INFO kablam! | | Oct 11 06:44:27.997 INFO kablam! | help: remove this `mut` Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:27.997 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:27.997 INFO kablam! --> src/main.rs:10:9 Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! 10 | let mut freq = sine * 440.0 + 880.0; Oct 11 06:44:27.997 INFO kablam! | ----^^^^ Oct 11 06:44:27.997 INFO kablam! | | Oct 11 06:44:27.997 INFO kablam! | help: remove this `mut` Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:27.997 INFO kablam! warning: variable does not need to be mutable Oct 11 06:44:27.997 INFO kablam! --> src/main.rs:11:9 Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! 11 | let mut saw = Saw::new(freq); Oct 11 06:44:27.997 INFO kablam! | ----^^^ Oct 11 06:44:27.997 INFO kablam! | | Oct 11 06:44:27.997 INFO kablam! | help: remove this `mut` Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:27.997 INFO kablam! warning: method is never used: `new` Oct 11 06:44:27.997 INFO kablam! --> src/node/square.rs:12:5 Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! 12 | pub fn new(frequency: Box, duty: Box) -> Box { Oct 11 06:44:27.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:27.997 INFO kablam! warning: method is never used: `new` Oct 11 06:44:27.997 INFO kablam! --> src/node/add.rs:11:5 Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 11 06:44:27.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:27.997 INFO kablam! warning: method is never used: `new` Oct 11 06:44:27.997 INFO kablam! --> src/node/mul.rs:11:5 Oct 11 06:44:27.997 INFO kablam! | Oct 11 06:44:27.997 INFO kablam! 11 | pub fn new(term_a: Box, term_b: Box) -> Box { Oct 11 06:44:27.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:44:27.997 INFO kablam! Oct 11 06:44:28.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 11 06:44:28.600 INFO kablam! su: No module specific data is present Oct 11 06:44:29.568 INFO running `"docker" "rm" "-f" "96eb7b9846d567901f2c1ab5602c0d3ea351310f577c6916016485cdcfa1cfcb"` Oct 11 06:44:29.880 INFO blam! 96eb7b9846d567901f2c1ab5602c0d3ea351310f577c6916016485cdcfa1cfcb Oct 11 06:44:29.882 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:44:29.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:44:30.296 INFO blam! 2e4518e20cded4c4f382864be1d92aaea55b86060e8070076944458f987c9c51 Oct 11 06:44:30.308 INFO running `"docker" "start" "-a" "2e4518e20cded4c4f382864be1d92aaea55b86060e8070076944458f987c9c51"` Oct 11 06:44:31.386 INFO kablam! usermod: no changes Oct 11 06:44:31.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 06:44:31.436 INFO kablam! Running /target/debug/deps/flow-256ff789a98b626c Oct 11 06:44:31.442 INFO blam! Oct 11 06:44:31.442 INFO blam! running 0 tests Oct 11 06:44:31.449 INFO blam! Oct 11 06:44:31.449 INFO kablam! su: No module specific data is present Oct 11 06:44:31.449 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:44:31.449 INFO blam! Oct 11 06:44:31.872 INFO running `"docker" "rm" "-f" "2e4518e20cded4c4f382864be1d92aaea55b86060e8070076944458f987c9c51"` Oct 11 06:44:32.176 INFO blam! 2e4518e20cded4c4f382864be1d92aaea55b86060e8070076944458f987c9c51