Oct 15 16:56:54.537 INFO testing telium-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:56:54.537 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 15 16:56:54.871 INFO blam! 7e0638274a2c59e158f5554a525c0620ec7b9ca27f5118f47d0c57646d053848 Oct 15 16:56:54.871 INFO running `"docker" "start" "-a" "7e0638274a2c59e158f5554a525c0620ec7b9ca27f5118f47d0c57646d053848"` Oct 15 16:56:55.871 INFO kablam! usermod: no changes Oct 15 16:56:55.922 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:56:55.922 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:56:55.922 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:56:55.922 INFO kablam! files will be included as a binary target: Oct 15 16:56:55.922 INFO kablam! Oct 15 16:56:55.922 INFO kablam! * /source/src/main.rs Oct 15 16:56:55.922 INFO kablam! Oct 15 16:56:55.922 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:56:55.922 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:56:55.922 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:56:55.922 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:56:55.922 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:56:55.922 INFO kablam! Oct 15 16:56:55.922 INFO kablam! For more information on this warning you can consult Oct 15 16:56:55.922 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:56:55.922 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:56:55.922 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:56:55.965 INFO kablam! Compiling nalgebra v0.5.1 Oct 15 16:57:04.885 INFO kablam! Compiling telium v0.1.2 (/source) Oct 15 16:57:05.667 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 15 16:57:05.667 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 15 16:57:05.667 INFO kablam! | Oct 15 16:57:05.667 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 15 16:57:05.667 INFO kablam! | ^^^^^^ ^^^^ Oct 15 16:57:05.667 INFO kablam! | Oct 15 16:57:05.667 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:05.667 INFO kablam! Oct 15 16:57:05.667 INFO kablam! warning: unused import: `CheckedAdd` Oct 15 16:57:05.667 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 15 16:57:05.667 INFO kablam! | Oct 15 16:57:05.667 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 15 16:57:05.667 INFO kablam! | ^^^^^^^^^^ Oct 15 16:57:05.667 INFO kablam! Oct 15 16:57:05.668 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 16:57:05.668 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 15 16:57:05.668 INFO kablam! | Oct 15 16:57:05.668 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 15 16:57:05.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:57:05.675 INFO kablam! | Oct 15 16:57:05.675 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:57:05.675 INFO kablam! Oct 15 16:57:05.783 INFO kablam! warning: unused variable: `c` Oct 15 16:57:05.784 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 15 16:57:05.784 INFO kablam! | Oct 15 16:57:05.784 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 15 16:57:05.784 INFO kablam! | ^ help: consider using `_c` instead Oct 15 16:57:05.784 INFO kablam! | Oct 15 16:57:05.784 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:57:05.784 INFO kablam! Oct 15 16:57:05.784 INFO kablam! warning: unused variable: `val` Oct 15 16:57:05.784 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 15 16:57:05.784 INFO kablam! | Oct 15 16:57:05.784 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:05.785 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:05.785 INFO kablam! Oct 15 16:57:05.785 INFO kablam! warning: unused variable: `val` Oct 15 16:57:05.785 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 15 16:57:05.785 INFO kablam! | Oct 15 16:57:05.785 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:05.785 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:05.785 INFO kablam! Oct 15 16:57:05.803 INFO kablam! warning: variable does not need to be mutable Oct 15 16:57:05.804 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 15 16:57:05.804 INFO kablam! | Oct 15 16:57:05.804 INFO kablam! 23 | let (mut h, mut coeffs_mat) = gen_coeffs_matrix(range(0f32, self.len() as f32).collect()); // generates a Vec comparable to the index Oct 15 16:57:05.804 INFO kablam! | ----^ Oct 15 16:57:05.804 INFO kablam! | | Oct 15 16:57:05.805 INFO kablam! | help: remove this `mut` Oct 15 16:57:05.805 INFO kablam! | Oct 15 16:57:05.805 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:57:05.805 INFO kablam! Oct 15 16:57:05.823 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 15 16:57:05.823 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 15 16:57:05.824 INFO kablam! | Oct 15 16:57:05.824 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 15 16:57:05.824 INFO kablam! | ^^^^^ Oct 15 16:57:05.824 INFO kablam! | Oct 15 16:57:05.825 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 16:57:05.825 INFO kablam! Oct 15 16:57:07.138 INFO kablam! warning: unused import: `num::Complex` Oct 15 16:57:07.139 INFO kablam! --> src/main.rs:5:5 Oct 15 16:57:07.139 INFO kablam! | Oct 15 16:57:07.139 INFO kablam! 5 | use num::Complex; Oct 15 16:57:07.139 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:57:07.139 INFO kablam! | Oct 15 16:57:07.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:07.139 INFO kablam! Oct 15 16:57:07.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.83s Oct 15 16:57:07.738 INFO kablam! su: No module specific data is present Oct 15 16:57:08.185 INFO running `"docker" "rm" "-f" "7e0638274a2c59e158f5554a525c0620ec7b9ca27f5118f47d0c57646d053848"` Oct 15 16:57:08.309 INFO blam! 7e0638274a2c59e158f5554a525c0620ec7b9ca27f5118f47d0c57646d053848 Oct 15 16:57:08.315 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 15 16:57:08.570 INFO blam! 0d1eac54e54ce15e023d865f810fde492cc4dcaecb43fc928201309e59f8659d Oct 15 16:57:08.579 INFO running `"docker" "start" "-a" "0d1eac54e54ce15e023d865f810fde492cc4dcaecb43fc928201309e59f8659d"` Oct 15 16:57:09.374 INFO kablam! usermod: no changes Oct 15 16:57:09.443 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:57:09.443 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:57:09.443 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:57:09.443 INFO kablam! files will be included as a binary target: Oct 15 16:57:09.443 INFO kablam! Oct 15 16:57:09.443 INFO kablam! * /source/src/main.rs Oct 15 16:57:09.443 INFO kablam! Oct 15 16:57:09.443 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:57:09.443 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:57:09.443 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:57:09.443 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:57:09.443 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:57:09.443 INFO kablam! Oct 15 16:57:09.443 INFO kablam! For more information on this warning you can consult Oct 15 16:57:09.443 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:57:09.443 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:57:09.443 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:57:09.502 INFO kablam! Compiling telium v0.1.2 (/source) Oct 15 16:57:10.434 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 15 16:57:10.434 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 15 16:57:10.435 INFO kablam! | Oct 15 16:57:10.435 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 15 16:57:10.435 INFO kablam! | ^^^^^^ ^^^^ Oct 15 16:57:10.435 INFO kablam! | Oct 15 16:57:10.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:10.435 INFO kablam! Oct 15 16:57:10.436 INFO kablam! warning: unused import: `CheckedAdd` Oct 15 16:57:10.436 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 15 16:57:10.436 INFO kablam! | Oct 15 16:57:10.436 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 15 16:57:10.436 INFO kablam! | ^^^^^^^^^^ Oct 15 16:57:10.436 INFO kablam! Oct 15 16:57:10.440 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 16:57:10.440 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 15 16:57:10.440 INFO kablam! | Oct 15 16:57:10.440 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 15 16:57:10.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:57:10.440 INFO kablam! | Oct 15 16:57:10.441 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:57:10.441 INFO kablam! Oct 15 16:57:10.471 INFO kablam! warning: unused import: `num::Complex` Oct 15 16:57:10.472 INFO kablam! --> src/main.rs:5:5 Oct 15 16:57:10.472 INFO kablam! | Oct 15 16:57:10.472 INFO kablam! 5 | use num::Complex; Oct 15 16:57:10.472 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:57:10.473 INFO kablam! | Oct 15 16:57:10.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:10.473 INFO kablam! Oct 15 16:57:10.575 INFO kablam! warning: unused variable: `c` Oct 15 16:57:10.575 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 15 16:57:10.576 INFO kablam! | Oct 15 16:57:10.576 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 15 16:57:10.576 INFO kablam! | ^ help: consider using `_c` instead Oct 15 16:57:10.577 INFO kablam! | Oct 15 16:57:10.577 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:57:10.577 INFO kablam! Oct 15 16:57:10.578 INFO kablam! warning: unused variable: `val` Oct 15 16:57:10.578 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 15 16:57:10.578 INFO kablam! | Oct 15 16:57:10.579 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:10.579 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:10.579 INFO kablam! Oct 15 16:57:10.580 INFO kablam! warning: unused variable: `val` Oct 15 16:57:10.580 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 15 16:57:10.580 INFO kablam! | Oct 15 16:57:10.581 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:10.581 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:10.581 INFO kablam! Oct 15 16:57:10.607 INFO kablam! warning: variable does not need to be mutable Oct 15 16:57:10.607 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 15 16:57:10.608 INFO kablam! | Oct 15 16:57:10.608 INFO kablam! 23 | let (mut h, mut coeffs_mat) = gen_coeffs_matrix(range(0f32, self.len() as f32).collect()); // generates a Vec comparable to the index Oct 15 16:57:10.608 INFO kablam! | ----^ Oct 15 16:57:10.609 INFO kablam! | | Oct 15 16:57:10.609 INFO kablam! | help: remove this `mut` Oct 15 16:57:10.609 INFO kablam! | Oct 15 16:57:10.609 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:57:10.610 INFO kablam! Oct 15 16:57:10.626 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 15 16:57:10.626 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 15 16:57:10.626 INFO kablam! | Oct 15 16:57:10.626 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 15 16:57:10.626 INFO kablam! | ^^^^^ Oct 15 16:57:10.626 INFO kablam! | Oct 15 16:57:10.626 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 16:57:10.626 INFO kablam! Oct 15 16:57:11.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 15 16:57:11.046 INFO kablam! su: No module specific data is present Oct 15 16:57:11.452 INFO running `"docker" "rm" "-f" "0d1eac54e54ce15e023d865f810fde492cc4dcaecb43fc928201309e59f8659d"` Oct 15 16:57:11.717 INFO blam! 0d1eac54e54ce15e023d865f810fde492cc4dcaecb43fc928201309e59f8659d Oct 15 16:57:11.724 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 15 16:57:12.209 INFO blam! b4e634eb6ff9eb3bf0604201241ef805e0ea89b0a56b6325d692d4a9f689f8ca Oct 15 16:57:12.211 INFO running `"docker" "start" "-a" "b4e634eb6ff9eb3bf0604201241ef805e0ea89b0a56b6325d692d4a9f689f8ca"` Oct 15 16:57:13.759 INFO kablam! usermod: no changes Oct 15 16:57:13.814 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:57:13.814 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:57:13.814 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:57:13.814 INFO kablam! files will be included as a binary target: Oct 15 16:57:13.814 INFO kablam! Oct 15 16:57:13.814 INFO kablam! * /source/src/main.rs Oct 15 16:57:13.814 INFO kablam! Oct 15 16:57:13.814 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:57:13.814 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:57:13.814 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:57:13.814 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:57:13.814 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:57:13.814 INFO kablam! Oct 15 16:57:13.814 INFO kablam! For more information on this warning you can consult Oct 15 16:57:13.814 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:57:13.814 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:57:13.814 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:57:13.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 16:57:13.887 INFO kablam! Running /target/debug/deps/telium-fe08b931e54cb388 Oct 15 16:57:13.907 INFO blam! Oct 15 16:57:13.907 INFO blam! running 0 tests Oct 15 16:57:13.907 INFO blam! Oct 15 16:57:13.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:13.907 INFO blam! Oct 15 16:57:13.913 INFO kablam! Running /target/debug/deps/main-0c5e77afa6ea532b Oct 15 16:57:13.914 INFO blam! Oct 15 16:57:13.914 INFO blam! running 0 tests Oct 15 16:57:13.914 INFO blam! Oct 15 16:57:13.914 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:13.914 INFO blam! Oct 15 16:57:13.919 INFO kablam! Doc-tests telium Oct 15 16:57:15.611 INFO blam! Oct 15 16:57:15.611 INFO blam! running 0 tests Oct 15 16:57:15.611 INFO blam! Oct 15 16:57:15.611 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:15.612 INFO blam! Oct 15 16:57:15.618 INFO kablam! su: No module specific data is present Oct 15 16:57:16.100 INFO running `"docker" "rm" "-f" "b4e634eb6ff9eb3bf0604201241ef805e0ea89b0a56b6325d692d4a9f689f8ca"` Oct 15 16:57:16.324 INFO blam! b4e634eb6ff9eb3bf0604201241ef805e0ea89b0a56b6325d692d4a9f689f8ca