Oct 16 04:15:10.529 INFO testing lase-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:15:10.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:15:10.815 INFO blam! e3d022ce413bdce74a44c04296c1b8d6e4c1fda5930f90c940f7db06c75c9df0 Oct 16 04:15:10.822 INFO running `"docker" "start" "-a" "e3d022ce413bdce74a44c04296c1b8d6e4c1fda5930f90c940f7db06c75c9df0"` Oct 16 04:15:11.518 INFO kablam! usermod: no changes Oct 16 04:15:11.587 INFO kablam! Compiling point v0.3.1 Oct 16 04:15:11.600 INFO kablam! Compiling ilda v0.0.2 Oct 16 04:15:13.375 INFO kablam! Compiling etherdream v0.1.1 Oct 16 04:15:14.827 INFO kablam! Compiling lase v0.0.2 (/source) Oct 16 04:15:15.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.37s Oct 16 04:15:15.911 INFO kablam! su: No module specific data is present Oct 16 04:15:16.451 INFO running `"docker" "rm" "-f" "e3d022ce413bdce74a44c04296c1b8d6e4c1fda5930f90c940f7db06c75c9df0"` Oct 16 04:15:16.671 INFO blam! e3d022ce413bdce74a44c04296c1b8d6e4c1fda5930f90c940f7db06c75c9df0 Oct 16 04:15:16.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:15:17.119 INFO blam! 464645f17bd07d0edb2cc40c227385545d6a312cfdd61161d483d0a1d0ad77a3 Oct 16 04:15:17.135 INFO running `"docker" "start" "-a" "464645f17bd07d0edb2cc40c227385545d6a312cfdd61161d483d0a1d0ad77a3"` Oct 16 04:15:17.922 INFO kablam! usermod: no changes Oct 16 04:15:17.963 INFO kablam! Compiling lase v0.0.2 (/source) Oct 16 04:15:19.407 INFO kablam! warning: unused import: `lase::Dac` Oct 16 04:15:19.407 INFO kablam! --> examples/circle.rs:5:5 Oct 16 04:15:19.407 INFO kablam! | Oct 16 04:15:19.407 INFO kablam! 5 | use lase::Dac; Oct 16 04:15:19.407 INFO kablam! | ^^^^^^^^^ Oct 16 04:15:19.407 INFO kablam! | Oct 16 04:15:19.407 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:15:19.407 INFO kablam! Oct 16 04:15:19.411 INFO kablam! warning: unused import: `lase::Dac` Oct 16 04:15:19.411 INFO kablam! --> examples/square.rs:6:5 Oct 16 04:15:19.411 INFO kablam! | Oct 16 04:15:19.411 INFO kablam! 6 | use lase::Dac; Oct 16 04:15:19.411 INFO kablam! | ^^^^^^^^^ Oct 16 04:15:19.411 INFO kablam! | Oct 16 04:15:19.411 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:15:19.411 INFO kablam! Oct 16 04:15:19.435 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 16 04:15:19.435 INFO kablam! --> examples/circle.rs:20:3 Oct 16 04:15:19.435 INFO kablam! | Oct 16 04:15:19.435 INFO kablam! 20 | static mut pos: i32 = 0; Oct 16 04:15:19.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:15:19.435 INFO kablam! | Oct 16 04:15:19.435 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:15:19.435 INFO kablam! Oct 16 04:15:20.551 INFO kablam! warning: unused import: `lase::Dac` Oct 16 04:15:20.551 INFO kablam! --> examples/ball.rs:5:5 Oct 16 04:15:20.551 INFO kablam! | Oct 16 04:15:20.551 INFO kablam! 5 | use lase::Dac; Oct 16 04:15:20.551 INFO kablam! | ^^^^^^^^^ Oct 16 04:15:20.551 INFO kablam! | Oct 16 04:15:20.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:15:20.551 INFO kablam! Oct 16 04:15:20.551 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MAX` Oct 16 04:15:20.551 INFO kablam! --> examples/ball.rs:10:5 Oct 16 04:15:20.551 INFO kablam! | Oct 16 04:15:20.551 INFO kablam! 10 | use lase::tools::ETHERDREAM_Y_MAX; Oct 16 04:15:20.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:15:20.551 INFO kablam! Oct 16 04:15:20.551 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MIN` Oct 16 04:15:20.551 INFO kablam! --> examples/ball.rs:11:5 Oct 16 04:15:20.551 INFO kablam! | Oct 16 04:15:20.551 INFO kablam! 11 | use lase::tools::ETHERDREAM_Y_MIN; Oct 16 04:15:20.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:15:20.551 INFO kablam! Oct 16 04:15:20.623 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 04:15:20.623 INFO kablam! --> examples/ball.rs:124:7 Oct 16 04:15:20.623 INFO kablam! | Oct 16 04:15:20.623 INFO kablam! 124 | thread::sleep_ms(10); Oct 16 04:15:20.623 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 04:15:20.623 INFO kablam! | Oct 16 04:15:20.623 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:15:20.623 INFO kablam! Oct 16 04:15:20.683 INFO kablam! warning: variable does not need to be mutable Oct 16 04:15:20.683 INFO kablam! --> examples/ball.rs:115:7 Oct 16 04:15:20.683 INFO kablam! | Oct 16 04:15:20.683 INFO kablam! 115 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 16 04:15:20.683 INFO kablam! | ----^^^^^^ Oct 16 04:15:20.683 INFO kablam! | | Oct 16 04:15:20.683 INFO kablam! | help: remove this `mut` Oct 16 04:15:20.683 INFO kablam! | Oct 16 04:15:20.683 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:15:20.683 INFO kablam! Oct 16 04:15:20.683 INFO kablam! warning: variable does not need to be mutable Oct 16 04:15:20.683 INFO kablam! --> examples/ball.rs:116:7 Oct 16 04:15:20.683 INFO kablam! | Oct 16 04:15:20.683 INFO kablam! 116 | let mut circle2 = circle.clone(); Oct 16 04:15:20.683 INFO kablam! | ----^^^^^^^ Oct 16 04:15:20.683 INFO kablam! | | Oct 16 04:15:20.683 INFO kablam! | help: remove this `mut` Oct 16 04:15:20.683 INFO kablam! Oct 16 04:15:20.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:15:20.683 INFO kablam! --> examples/ball.rs:128:3 Oct 16 04:15:20.683 INFO kablam! | Oct 16 04:15:20.683 INFO kablam! 128 | / dac.play_function(|num_points: u16| { Oct 16 04:15:20.683 INFO kablam! 129 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 16 04:15:20.683 INFO kablam! 130 | | }); Oct 16 04:15:20.683 INFO kablam! | |_____^ Oct 16 04:15:20.683 INFO kablam! | Oct 16 04:15:20.683 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 04:15:20.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:15:20.683 INFO kablam! Oct 16 04:15:21.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.63s Oct 16 04:15:21.583 INFO kablam! su: No module specific data is present Oct 16 04:15:22.145 INFO running `"docker" "rm" "-f" "464645f17bd07d0edb2cc40c227385545d6a312cfdd61161d483d0a1d0ad77a3"` Oct 16 04:15:22.416 INFO blam! 464645f17bd07d0edb2cc40c227385545d6a312cfdd61161d483d0a1d0ad77a3 Oct 16 04:15:22.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:15:22.721 INFO blam! 4c67f7cf230cf56c35fa87c43d55d3b90c84522b7ec72858908c9b3cfd04a0a0 Oct 16 04:15:22.739 INFO running `"docker" "start" "-a" "4c67f7cf230cf56c35fa87c43d55d3b90c84522b7ec72858908c9b3cfd04a0a0"` Oct 16 04:15:23.912 INFO kablam! usermod: no changes Oct 16 04:15:24.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 04:15:24.011 INFO kablam! Running /target/debug/deps/lase-b7b79bff823b5acd Oct 16 04:15:24.011 INFO kablam! Doc-tests lase Oct 16 04:15:24.012 INFO blam! Oct 16 04:15:24.012 INFO blam! running 0 tests Oct 16 04:15:24.012 INFO blam! Oct 16 04:15:24.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:15:24.012 INFO blam! Oct 16 04:15:25.489 INFO blam! Oct 16 04:15:25.490 INFO blam! running 0 tests Oct 16 04:15:25.490 INFO blam! Oct 16 04:15:25.490 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:15:25.490 INFO blam! Oct 16 04:15:25.499 INFO kablam! su: No module specific data is present Oct 16 04:15:26.249 INFO running `"docker" "rm" "-f" "4c67f7cf230cf56c35fa87c43d55d3b90c84522b7ec72858908c9b3cfd04a0a0"` Oct 16 04:15:26.533 INFO blam! 4c67f7cf230cf56c35fa87c43d55d3b90c84522b7ec72858908c9b3cfd04a0a0