Oct 15 16:56:56.492 INFO testing telium-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:56:56.492 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 16:56:56.727 INFO blam! 3a233b22a2d9a3b176d33a4a997e00484a023ba864dc9ceaf968c4b60d9c2fec Oct 15 16:56:56.733 INFO running `"docker" "start" "-a" "3a233b22a2d9a3b176d33a4a997e00484a023ba864dc9ceaf968c4b60d9c2fec"` Oct 15 16:56:57.463 INFO kablam! usermod: no changes Oct 15 16:56:57.527 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:56:57.527 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:56:57.527 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:56:57.527 INFO kablam! files will be included as a binary target: Oct 15 16:56:57.527 INFO kablam! Oct 15 16:56:57.527 INFO kablam! * /source/src/main.rs Oct 15 16:56:57.527 INFO kablam! Oct 15 16:56:57.527 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:56:57.527 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:56:57.527 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:56:57.527 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:56:57.527 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:56:57.527 INFO kablam! Oct 15 16:56:57.527 INFO kablam! For more information on this warning you can consult Oct 15 16:56:57.527 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:56:57.527 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:56:57.527 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:56:57.613 INFO kablam! Compiling nalgebra v0.5.1 Oct 15 16:57:06.603 INFO kablam! Compiling telium v0.1.2 (/source) Oct 15 16:57:07.409 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 15 16:57:07.409 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 15 16:57:07.409 INFO kablam! | Oct 15 16:57:07.409 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 15 16:57:07.409 INFO kablam! | ^^^^^^ ^^^^ Oct 15 16:57:07.409 INFO kablam! | Oct 15 16:57:07.409 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:07.409 INFO kablam! Oct 15 16:57:07.409 INFO kablam! warning: unused import: `CheckedAdd` Oct 15 16:57:07.409 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 15 16:57:07.409 INFO kablam! | Oct 15 16:57:07.409 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 15 16:57:07.409 INFO kablam! | ^^^^^^^^^^ Oct 15 16:57:07.409 INFO kablam! Oct 15 16:57:07.409 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 16:57:07.409 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 15 16:57:07.409 INFO kablam! | Oct 15 16:57:07.409 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 15 16:57:07.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:57:07.409 INFO kablam! | Oct 15 16:57:07.409 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:57:07.409 INFO kablam! Oct 15 16:57:07.515 INFO kablam! warning: unused variable: `c` Oct 15 16:57:07.515 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 15 16:57:07.515 INFO kablam! | Oct 15 16:57:07.515 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 15 16:57:07.515 INFO kablam! | ^ help: consider using `_c` instead Oct 15 16:57:07.515 INFO kablam! | Oct 15 16:57:07.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:57:07.515 INFO kablam! Oct 15 16:57:07.515 INFO kablam! warning: unused variable: `val` Oct 15 16:57:07.515 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 15 16:57:07.515 INFO kablam! | Oct 15 16:57:07.515 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:07.515 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:07.515 INFO kablam! Oct 15 16:57:07.515 INFO kablam! warning: unused variable: `val` Oct 15 16:57:07.515 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 15 16:57:07.515 INFO kablam! | Oct 15 16:57:07.515 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:07.515 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:07.515 INFO kablam! Oct 15 16:57:07.535 INFO kablam! warning: variable does not need to be mutable Oct 15 16:57:07.535 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 15 16:57:07.535 INFO kablam! | Oct 15 16:57:07.535 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:07.535 INFO kablam! | ----^ Oct 15 16:57:07.535 INFO kablam! | | Oct 15 16:57:07.535 INFO kablam! | help: remove this `mut` Oct 15 16:57:07.535 INFO kablam! | Oct 15 16:57:07.535 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:57:07.535 INFO kablam! Oct 15 16:57:07.559 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 15 16:57:07.559 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 15 16:57:07.559 INFO kablam! | Oct 15 16:57:07.559 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 15 16:57:07.559 INFO kablam! | ^^^^^ Oct 15 16:57:07.559 INFO kablam! | Oct 15 16:57:07.559 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 16:57:07.559 INFO kablam! Oct 15 16:57:08.607 INFO kablam! warning: unused import: `num::Complex` Oct 15 16:57:08.607 INFO kablam! --> src/main.rs:5:5 Oct 15 16:57:08.607 INFO kablam! | Oct 15 16:57:08.607 INFO kablam! 5 | use num::Complex; Oct 15 16:57:08.607 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:57:08.607 INFO kablam! | Oct 15 16:57:08.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:08.607 INFO kablam! Oct 15 16:57:09.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.72s Oct 15 16:57:09.207 INFO kablam! su: No module specific data is present Oct 15 16:57:09.781 INFO running `"docker" "rm" "-f" "3a233b22a2d9a3b176d33a4a997e00484a023ba864dc9ceaf968c4b60d9c2fec"` Oct 15 16:57:10.049 INFO blam! 3a233b22a2d9a3b176d33a4a997e00484a023ba864dc9ceaf968c4b60d9c2fec Oct 15 16:57:10.050 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 16:57:10.420 INFO blam! c36682fbc0b5ba0e48f8320088cda86f8116afbfed500f4ae927b66cdd52f245 Oct 15 16:57:10.422 INFO running `"docker" "start" "-a" "c36682fbc0b5ba0e48f8320088cda86f8116afbfed500f4ae927b66cdd52f245"` Oct 15 16:57:11.202 INFO kablam! usermod: no changes Oct 15 16:57:11.227 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:57:11.227 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:57:11.227 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:57:11.227 INFO kablam! files will be included as a binary target: Oct 15 16:57:11.227 INFO kablam! Oct 15 16:57:11.227 INFO kablam! * /source/src/main.rs Oct 15 16:57:11.227 INFO kablam! Oct 15 16:57:11.227 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:57:11.227 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:57:11.227 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:57:11.227 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:57:11.227 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:57:11.227 INFO kablam! Oct 15 16:57:11.227 INFO kablam! For more information on this warning you can consult Oct 15 16:57:11.227 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:57:11.227 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:57:11.227 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:57:11.263 INFO kablam! Compiling telium v0.1.2 (/source) Oct 15 16:57:12.591 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 15 16:57:12.591 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 15 16:57:12.592 INFO kablam! | Oct 15 16:57:12.592 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 15 16:57:12.592 INFO kablam! | ^^^^^^ ^^^^ Oct 15 16:57:12.593 INFO kablam! | Oct 15 16:57:12.593 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:12.593 INFO kablam! Oct 15 16:57:12.593 INFO kablam! warning: unused import: `CheckedAdd` Oct 15 16:57:12.594 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 15 16:57:12.594 INFO kablam! | Oct 15 16:57:12.594 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 15 16:57:12.595 INFO kablam! | ^^^^^^^^^^ Oct 15 16:57:12.595 INFO kablam! Oct 15 16:57:12.595 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 16:57:12.595 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 15 16:57:12.596 INFO kablam! | Oct 15 16:57:12.596 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 15 16:57:12.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:57:12.597 INFO kablam! | Oct 15 16:57:12.597 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:57:12.597 INFO kablam! Oct 15 16:57:12.667 INFO kablam! warning: unused import: `num::Complex` Oct 15 16:57:12.668 INFO kablam! --> src/main.rs:5:5 Oct 15 16:57:12.668 INFO kablam! | Oct 15 16:57:12.668 INFO kablam! 5 | use num::Complex; Oct 15 16:57:12.668 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:57:12.669 INFO kablam! | Oct 15 16:57:12.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:57:12.669 INFO kablam! Oct 15 16:57:12.707 INFO kablam! warning: unused variable: `c` Oct 15 16:57:12.708 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 15 16:57:12.708 INFO kablam! | Oct 15 16:57:12.708 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 15 16:57:12.709 INFO kablam! | ^ help: consider using `_c` instead Oct 15 16:57:12.709 INFO kablam! | Oct 15 16:57:12.709 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:57:12.710 INFO kablam! Oct 15 16:57:12.710 INFO kablam! warning: unused variable: `val` Oct 15 16:57:12.710 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 15 16:57:12.711 INFO kablam! | Oct 15 16:57:12.711 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:12.711 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:12.711 INFO kablam! Oct 15 16:57:12.712 INFO kablam! warning: unused variable: `val` Oct 15 16:57:12.712 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 15 16:57:12.712 INFO kablam! | Oct 15 16:57:12.712 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 15 16:57:12.713 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 16:57:12.713 INFO kablam! Oct 15 16:57:12.727 INFO kablam! warning: variable does not need to be mutable Oct 15 16:57:12.728 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 15 16:57:12.728 INFO kablam! | Oct 15 16:57:12.728 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:12.728 INFO kablam! | ----^ Oct 15 16:57:12.729 INFO kablam! | | Oct 15 16:57:12.729 INFO kablam! | help: remove this `mut` Oct 15 16:57:12.729 INFO kablam! | Oct 15 16:57:12.730 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:57:12.730 INFO kablam! Oct 15 16:57:12.751 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 15 16:57:12.752 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 15 16:57:12.752 INFO kablam! | Oct 15 16:57:12.752 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 15 16:57:12.752 INFO kablam! | ^^^^^ Oct 15 16:57:12.753 INFO kablam! | Oct 15 16:57:12.753 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 16:57:12.753 INFO kablam! Oct 15 16:57:13.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 15 16:57:13.485 INFO kablam! su: No module specific data is present Oct 15 16:57:14.210 INFO running `"docker" "rm" "-f" "c36682fbc0b5ba0e48f8320088cda86f8116afbfed500f4ae927b66cdd52f245"` Oct 15 16:57:14.511 INFO blam! c36682fbc0b5ba0e48f8320088cda86f8116afbfed500f4ae927b66cdd52f245 Oct 15 16:57:14.513 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 16:57:15.102 INFO blam! df26c428c387635340951659a45661adf53a85f06badeb7e135a684ddef06146 Oct 15 16:57:15.105 INFO running `"docker" "start" "-a" "df26c428c387635340951659a45661adf53a85f06badeb7e135a684ddef06146"` Oct 15 16:57:15.527 INFO kablam! usermod: no changes Oct 15 16:57:15.553 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:57:15.553 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:57:15.553 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:57:15.553 INFO kablam! files will be included as a binary target: Oct 15 16:57:15.553 INFO kablam! Oct 15 16:57:15.553 INFO kablam! * /source/src/main.rs Oct 15 16:57:15.553 INFO kablam! Oct 15 16:57:15.553 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:57:15.553 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:57:15.553 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:57:15.553 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:57:15.553 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:57:15.553 INFO kablam! Oct 15 16:57:15.553 INFO kablam! For more information on this warning you can consult Oct 15 16:57:15.553 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:57:15.553 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 15 16:57:15.553 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:57:15.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:57:15.593 INFO kablam! Running /target/debug/deps/telium-459f51d949e42a0b Oct 15 16:57:15.595 INFO kablam! Running /target/debug/deps/main-01d62302c9aa438c Oct 15 16:57:15.595 INFO blam! Oct 15 16:57:15.596 INFO blam! running 0 tests Oct 15 16:57:15.596 INFO blam! Oct 15 16:57:15.596 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:15.596 INFO blam! Oct 15 16:57:15.616 INFO blam! Oct 15 16:57:15.617 INFO blam! running 0 tests Oct 15 16:57:15.617 INFO kablam! Doc-tests telium Oct 15 16:57:15.617 INFO blam! Oct 15 16:57:15.617 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:15.617 INFO blam! Oct 15 16:57:17.075 INFO blam! Oct 15 16:57:17.075 INFO blam! running 0 tests Oct 15 16:57:17.075 INFO blam! Oct 15 16:57:17.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:57:17.075 INFO blam! Oct 15 16:57:17.083 INFO kablam! su: No module specific data is present Oct 15 16:57:17.442 INFO running `"docker" "rm" "-f" "df26c428c387635340951659a45661adf53a85f06badeb7e135a684ddef06146"` Oct 15 16:57:17.561 INFO blam! df26c428c387635340951659a45661adf53a85f06badeb7e135a684ddef06146