Oct 11 10:20:23.331 INFO testing telium-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:20:23.332 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:20:23.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10:20:23.678 INFO blam! ed0e6a430dc98c1bb6601b45eff6e766096373f37db0b1c82677d75a77ebd236 Oct 11 10:20:23.679 INFO running `"docker" "start" "-a" "ed0e6a430dc98c1bb6601b45eff6e766096373f37db0b1c82677d75a77ebd236"` Oct 11 10:20:24.840 INFO kablam! usermod: no changes Oct 11 10:20:24.892 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 10:20:24.892 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 10:20:24.892 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 10:20:24.892 INFO kablam! files will be included as a binary target: Oct 11 10:20:24.892 INFO kablam! Oct 11 10:20:24.892 INFO kablam! * /source/src/main.rs Oct 11 10:20:24.892 INFO kablam! Oct 11 10:20:24.892 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 10:20:24.892 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 10:20:24.892 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 10:20:24.892 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 10:20:24.892 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 10:20:24.892 INFO kablam! Oct 11 10:20:24.892 INFO kablam! For more information on this warning you can consult Oct 11 10:20:24.892 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 10:20:24.892 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 10:20:24.892 INFO kablam! please set bin.path in Cargo.toml Oct 11 10:20:24.957 INFO kablam! Compiling nalgebra v0.5.1 Oct 11 10:20:34.984 INFO kablam! Compiling telium v0.1.2 (/source) Oct 11 10:20:36.520 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 11 10:20:36.520 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 11 10:20:36.520 INFO kablam! | Oct 11 10:20:36.520 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 11 10:20:36.520 INFO kablam! | ^^^^^^ ^^^^ Oct 11 10:20:36.520 INFO kablam! | Oct 11 10:20:36.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:20:36.520 INFO kablam! Oct 11 10:20:36.520 INFO kablam! warning: unused import: `CheckedAdd` Oct 11 10:20:36.520 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 11 10:20:36.520 INFO kablam! | Oct 11 10:20:36.520 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 11 10:20:36.520 INFO kablam! | ^^^^^^^^^^ Oct 11 10:20:36.520 INFO kablam! Oct 11 10:20:36.520 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 10:20:36.520 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 11 10:20:36.520 INFO kablam! | Oct 11 10:20:36.520 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 11 10:20:36.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:20:36.521 INFO kablam! | Oct 11 10:20:36.521 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:20:36.521 INFO kablam! Oct 11 10:20:36.636 INFO kablam! warning: unused variable: `c` Oct 11 10:20:36.636 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 11 10:20:36.636 INFO kablam! | Oct 11 10:20:36.636 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 11 10:20:36.636 INFO kablam! | ^ help: consider using `_c` instead Oct 11 10:20:36.636 INFO kablam! | Oct 11 10:20:36.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:20:36.636 INFO kablam! Oct 11 10:20:36.636 INFO kablam! warning: unused variable: `val` Oct 11 10:20:36.636 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 11 10:20:36.636 INFO kablam! | Oct 11 10:20:36.636 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 11 10:20:36.636 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 10:20:36.636 INFO kablam! Oct 11 10:20:36.636 INFO kablam! warning: unused variable: `val` Oct 11 10:20:36.636 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 11 10:20:36.636 INFO kablam! | Oct 11 10:20:36.636 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 11 10:20:36.636 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 10:20:36.636 INFO kablam! Oct 11 10:20:36.660 INFO kablam! warning: variable does not need to be mutable Oct 11 10:20:36.660 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 11 10:20:36.660 INFO kablam! | Oct 11 10:20:36.660 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 11 10:20:36.660 INFO kablam! | ----^ Oct 11 10:20:36.660 INFO kablam! | | Oct 11 10:20:36.660 INFO kablam! | help: remove this `mut` Oct 11 10:20:36.660 INFO kablam! | Oct 11 10:20:36.660 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:20:36.660 INFO kablam! Oct 11 10:20:36.681 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 11 10:20:36.681 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 11 10:20:36.681 INFO kablam! | Oct 11 10:20:36.681 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 11 10:20:36.681 INFO kablam! | ^^^^^ Oct 11 10:20:36.681 INFO kablam! | Oct 11 10:20:36.681 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 10:20:36.681 INFO kablam! Oct 11 10:20:38.156 INFO kablam! warning: unused import: `num::Complex` Oct 11 10:20:38.156 INFO kablam! --> src/main.rs:5:5 Oct 11 10:20:38.156 INFO kablam! | Oct 11 10:20:38.156 INFO kablam! 5 | use num::Complex; Oct 11 10:20:38.156 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:20:38.156 INFO kablam! | Oct 11 10:20:38.156 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:20:38.156 INFO kablam! Oct 11 10:20:38.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.77s Oct 11 10:20:38.644 INFO kablam! su: No module specific data is present Oct 11 10:20:38.893 INFO running `"docker" "rm" "-f" "ed0e6a430dc98c1bb6601b45eff6e766096373f37db0b1c82677d75a77ebd236"` Oct 11 10:20:38.973 INFO blam! ed0e6a430dc98c1bb6601b45eff6e766096373f37db0b1c82677d75a77ebd236 Oct 11 10:20:38.975 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:20:38.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10:20:39.222 INFO blam! 435eb769d6d85525e13084a8ddd33655d387ec0927e9a4b96d18eb38a9d3697b Oct 11 10:20:39.228 INFO running `"docker" "start" "-a" "435eb769d6d85525e13084a8ddd33655d387ec0927e9a4b96d18eb38a9d3697b"` Oct 11 10:20:39.900 INFO kablam! usermod: no changes Oct 11 10:20:39.960 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 10:20:39.960 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 10:20:39.960 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 10:20:39.960 INFO kablam! files will be included as a binary target: Oct 11 10:20:39.960 INFO kablam! Oct 11 10:20:39.960 INFO kablam! * /source/src/main.rs Oct 11 10:20:39.960 INFO kablam! Oct 11 10:20:39.960 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 10:20:39.960 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 10:20:39.960 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 10:20:39.960 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 10:20:39.960 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 10:20:39.960 INFO kablam! Oct 11 10:20:39.960 INFO kablam! For more information on this warning you can consult Oct 11 10:20:39.960 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 10:20:39.960 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 10:20:39.960 INFO kablam! please set bin.path in Cargo.toml Oct 11 10:20:39.988 INFO kablam! Compiling telium v0.1.2 (/source) Oct 11 10:20:41.371 INFO kablam! warning: unused imports: `Domain`, `Eval` Oct 11 10:20:41.371 INFO kablam! --> src/numeric/interpolate.rs:1:25 Oct 11 10:20:41.371 INFO kablam! | Oct 11 10:20:41.371 INFO kablam! 1 | use numeric::function::{Domain, Eval}; Oct 11 10:20:41.371 INFO kablam! | ^^^^^^ ^^^^ Oct 11 10:20:41.371 INFO kablam! | Oct 11 10:20:41.371 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:20:41.371 INFO kablam! Oct 11 10:20:41.371 INFO kablam! warning: unused import: `CheckedAdd` Oct 11 10:20:41.371 INFO kablam! --> src/numeric/interpolate.rs:12:31 Oct 11 10:20:41.371 INFO kablam! | Oct 11 10:20:41.371 INFO kablam! 12 | use self::num::traits::{Zero, CheckedAdd}; Oct 11 10:20:41.371 INFO kablam! | ^^^^^^^^^^ Oct 11 10:20:41.371 INFO kablam! Oct 11 10:20:41.372 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 10:20:41.372 INFO kablam! --> src/numeric/interpolate.rs:26:20 Oct 11 10:20:41.372 INFO kablam! | Oct 11 10:20:41.372 INFO kablam! 26 | B[i] = ((self[i+1] - self[i]) / h[i] - (self[i] - self[i-1]) / h[i-1]); Oct 11 10:20:41.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:20:41.372 INFO kablam! | Oct 11 10:20:41.372 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:20:41.372 INFO kablam! Oct 11 10:20:41.385 INFO kablam! warning: unused import: `num::Complex` Oct 11 10:20:41.385 INFO kablam! --> src/main.rs:5:5 Oct 11 10:20:41.385 INFO kablam! | Oct 11 10:20:41.385 INFO kablam! 5 | use num::Complex; Oct 11 10:20:41.385 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:20:41.385 INFO kablam! | Oct 11 10:20:41.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:20:41.385 INFO kablam! Oct 11 10:20:41.478 INFO kablam! warning: unused variable: `c` Oct 11 10:20:41.478 INFO kablam! --> src/numeric/calculus.rs:5:28 Oct 11 10:20:41.478 INFO kablam! | Oct 11 10:20:41.478 INFO kablam! 5 | fn integral(&mut self, c: f32) {} Oct 11 10:20:41.478 INFO kablam! | ^ help: consider using `_c` instead Oct 11 10:20:41.478 INFO kablam! | Oct 11 10:20:41.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:20:41.478 INFO kablam! Oct 11 10:20:41.478 INFO kablam! warning: unused variable: `val` Oct 11 10:20:41.478 INFO kablam! --> src/numeric/polynomial.rs:59:19 Oct 11 10:20:41.478 INFO kablam! | Oct 11 10:20:41.478 INFO kablam! 59 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 11 10:20:41.478 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 10:20:41.478 INFO kablam! Oct 11 10:20:41.478 INFO kablam! warning: unused variable: `val` Oct 11 10:20:41.478 INFO kablam! --> src/numeric/polynomial.rs:69:19 Oct 11 10:20:41.478 INFO kablam! | Oct 11 10:20:41.478 INFO kablam! 69 | for (pow, val) in self.coeffs.iter().enumerate() { Oct 11 10:20:41.478 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 10:20:41.478 INFO kablam! Oct 11 10:20:41.496 INFO kablam! warning: variable does not need to be mutable Oct 11 10:20:41.496 INFO kablam! --> src/numeric/interpolate.rs:23:14 Oct 11 10:20:41.496 INFO kablam! | Oct 11 10:20:41.496 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 11 10:20:41.496 INFO kablam! | ----^ Oct 11 10:20:41.496 INFO kablam! | | Oct 11 10:20:41.496 INFO kablam! | help: remove this `mut` Oct 11 10:20:41.496 INFO kablam! | Oct 11 10:20:41.496 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:20:41.496 INFO kablam! Oct 11 10:20:41.519 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 11 10:20:41.519 INFO kablam! --> src/numeric/interpolate.rs:24:13 Oct 11 10:20:41.519 INFO kablam! | Oct 11 10:20:41.519 INFO kablam! 24 | let mut B: DVec = DVec::new_zeros(self.len()); Oct 11 10:20:41.519 INFO kablam! | ^^^^^ Oct 11 10:20:41.519 INFO kablam! | Oct 11 10:20:41.519 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 10:20:41.519 INFO kablam! Oct 11 10:20:41.854 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 11 10:20:41.857 INFO kablam! su: No module specific data is present Oct 11 10:20:42.070 INFO running `"docker" "rm" "-f" "435eb769d6d85525e13084a8ddd33655d387ec0927e9a4b96d18eb38a9d3697b"` Oct 11 10:20:42.162 INFO blam! 435eb769d6d85525e13084a8ddd33655d387ec0927e9a4b96d18eb38a9d3697b Oct 11 10:20:42.163 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:20:42.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10:20:42.331 INFO blam! cd8baadd8f28a5a354f49190c9cba7e018cd016464e80b35bb09c7ef389053c0 Oct 11 10:20:42.333 INFO running `"docker" "start" "-a" "cd8baadd8f28a5a354f49190c9cba7e018cd016464e80b35bb09c7ef389053c0"` Oct 11 10:20:42.754 INFO kablam! usermod: no changes Oct 11 10:20:42.787 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 10:20:42.788 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 10:20:42.788 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 10:20:42.788 INFO kablam! files will be included as a binary target: Oct 11 10:20:42.788 INFO kablam! Oct 11 10:20:42.788 INFO kablam! * /source/src/main.rs Oct 11 10:20:42.788 INFO kablam! Oct 11 10:20:42.788 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 10:20:42.788 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 10:20:42.788 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 10:20:42.788 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 10:20:42.788 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 10:20:42.788 INFO kablam! Oct 11 10:20:42.788 INFO kablam! For more information on this warning you can consult Oct 11 10:20:42.788 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 10:20:42.788 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 11 10:20:42.788 INFO kablam! please set bin.path in Cargo.toml Oct 11 10:20:42.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 10:20:42.822 INFO kablam! Running /target/debug/deps/telium-459f51d949e42a0b Oct 11 10:20:42.824 INFO blam! Oct 11 10:20:42.824 INFO blam! running 0 tests Oct 11 10:20:42.824 INFO blam! Oct 11 10:20:42.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:20:42.824 INFO blam! Oct 11 10:20:42.825 INFO kablam! Running /target/debug/deps/main-01d62302c9aa438c Oct 11 10:20:42.826 INFO blam! Oct 11 10:20:42.826 INFO blam! running 0 tests Oct 11 10:20:42.826 INFO blam! Oct 11 10:20:42.826 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:20:42.826 INFO blam! Oct 11 10:20:42.827 INFO kablam! Doc-tests telium Oct 11 10:20:45.244 INFO blam! Oct 11 10:20:45.244 INFO blam! running 0 tests Oct 11 10:20:45.244 INFO blam! Oct 11 10:20:45.244 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:20:45.244 INFO blam! Oct 11 10:20:45.250 INFO kablam! su: No module specific data is present Oct 11 10:20:45.514 INFO running `"docker" "rm" "-f" "cd8baadd8f28a5a354f49190c9cba7e018cd016464e80b35bb09c7ef389053c0"` Oct 11 10:20:45.616 INFO blam! cd8baadd8f28a5a354f49190c9cba7e018cd016464e80b35bb09c7ef389053c0