Oct 12 18:13:07.284 INFO testing yati-sagade/autodiff-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:13:07.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:13:07.837 INFO blam! eea49a5418622732e017c2fc2d6990e4e40a7733ba67222214b33070c0c9d511 Oct 12 18:13:07.838 INFO running `"docker" "start" "-a" "eea49a5418622732e017c2fc2d6990e4e40a7733ba67222214b33070c0c9d511"` Oct 12 18:13:09.751 INFO kablam! usermod: no changes Oct 12 18:13:09.859 INFO kablam! Compiling libc v0.2.21 Oct 12 18:13:09.867 INFO kablam! Compiling num-traits v0.1.37 Oct 12 18:13:09.875 INFO kablam! Compiling rustc-serialize v0.3.23 Oct 12 18:13:09.887 INFO kablam! Compiling gnuplot v0.0.22 Oct 12 18:13:12.535 INFO kablam! Compiling rand v0.3.15 Oct 12 18:13:12.591 INFO kablam! Compiling num-integer v0.1.33 Oct 12 18:13:13.527 INFO kablam! Compiling num-iter v0.1.33 Oct 12 18:13:20.647 INFO kablam! Compiling num-bigint v0.1.37 Oct 12 18:13:20.647 INFO kablam! Compiling num-complex v0.1.36 Oct 12 18:13:22.598 INFO kablam! Compiling num-rational v0.1.36 Oct 12 18:13:23.106 INFO kablam! Compiling num v0.1.37 Oct 12 18:13:23.336 INFO kablam! Compiling autodiff v0.1.0 (/source) Oct 12 18:13:23.464 INFO kablam! warning: unused macro definition Oct 12 18:13:23.464 INFO kablam! --> src/lib.rs:11:1 Oct 12 18:13:23.464 INFO kablam! | Oct 12 18:13:23.464 INFO kablam! 11 | / macro_rules! assert_almost_equal { Oct 12 18:13:23.464 INFO kablam! 12 | | ($a:expr, $b:expr) => { Oct 12 18:13:23.464 INFO kablam! 13 | | if ($a-$b).abs() > 1e-6 { Oct 12 18:13:23.464 INFO kablam! 14 | | panic!(format!("left: {}, right: {} <- not almost the same.", $a, $b)); Oct 12 18:13:23.464 INFO kablam! ... | Oct 12 18:13:23.464 INFO kablam! 18 | | }; Oct 12 18:13:23.464 INFO kablam! 19 | | } Oct 12 18:13:23.464 INFO kablam! | |_^ Oct 12 18:13:23.464 INFO kablam! | Oct 12 18:13:23.464 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 18:13:23.464 INFO kablam! Oct 12 18:13:23.907 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 18:13:23.907 INFO kablam! --> src/main.rs:6:15 Oct 12 18:13:23.907 INFO kablam! | Oct 12 18:13:23.907 INFO kablam! 6 | use std::io::{self,Write}; Oct 12 18:13:23.907 INFO kablam! | ^^^^ ^^^^^ Oct 12 18:13:23.907 INFO kablam! | Oct 12 18:13:23.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:13:23.907 INFO kablam! Oct 12 18:13:23.907 INFO kablam! warning: unused import: `LegendOption` Oct 12 18:13:23.907 INFO kablam! --> src/main.rs:8:39 Oct 12 18:13:23.907 INFO kablam! | Oct 12 18:13:23.907 INFO kablam! 8 | use gnuplot::{Figure, Caption, Color, LegendOption, Coordinate}; Oct 12 18:13:23.907 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:13:23.907 INFO kablam! Oct 12 18:13:23.963 INFO kablam! warning: unused variable: `f_m` Oct 12 18:13:23.963 INFO kablam! --> src/main.rs:96:9 Oct 12 18:13:23.963 INFO kablam! | Oct 12 18:13:23.963 INFO kablam! 96 | let f_m: T = From::from(1.5f64); // Hz Oct 12 18:13:23.963 INFO kablam! | ^^^ help: consider using `_f_m` instead Oct 12 18:13:23.963 INFO kablam! | Oct 12 18:13:23.963 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:13:23.963 INFO kablam! Oct 12 18:13:23.975 INFO kablam! warning: function is never used: `fm` Oct 12 18:13:23.975 INFO kablam! --> src/main.rs:92:1 Oct 12 18:13:23.975 INFO kablam! | Oct 12 18:13:23.975 INFO kablam! 92 | fn fm(t: T) -> T where T: Float + From { Oct 12 18:13:23.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:13:23.975 INFO kablam! | Oct 12 18:13:23.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:23.975 INFO kablam! Oct 12 18:13:23.975 INFO kablam! warning: variable `A_c` should have a snake case name such as `a_c` Oct 12 18:13:23.975 INFO kablam! --> src/main.rs:93:9 Oct 12 18:13:23.975 INFO kablam! | Oct 12 18:13:23.975 INFO kablam! 93 | let A_c: T = From::from(5f64); Oct 12 18:13:23.975 INFO kablam! | ^^^ Oct 12 18:13:23.975 INFO kablam! | Oct 12 18:13:23.975 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:13:23.975 INFO kablam! Oct 12 18:13:23.975 INFO kablam! warning: variable `A_m` should have a snake case name such as `a_m` Oct 12 18:13:23.975 INFO kablam! --> src/main.rs:94:9 Oct 12 18:13:23.975 INFO kablam! | Oct 12 18:13:23.975 INFO kablam! 94 | let A_m: T = From::from(2f64); Oct 12 18:13:23.975 INFO kablam! | ^^^ Oct 12 18:13:23.975 INFO kablam! Oct 12 18:13:24.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.09s Oct 12 18:13:24.875 INFO kablam! su: No module specific data is present Oct 12 18:13:25.433 INFO running `"docker" "rm" "-f" "eea49a5418622732e017c2fc2d6990e4e40a7733ba67222214b33070c0c9d511"` Oct 12 18:13:25.735 INFO blam! eea49a5418622732e017c2fc2d6990e4e40a7733ba67222214b33070c0c9d511 Oct 12 18:13:25.745 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:13:26.111 INFO blam! c495286b04cf169b98d783c6b3e1e04ea222e4d63694265cd1976b6a80223a6e Oct 12 18:13:26.117 INFO running `"docker" "start" "-a" "c495286b04cf169b98d783c6b3e1e04ea222e4d63694265cd1976b6a80223a6e"` Oct 12 18:13:27.463 INFO kablam! usermod: no changes Oct 12 18:13:27.527 INFO kablam! Compiling autodiff v0.1.0 (/source) Oct 12 18:13:27.807 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 18:13:27.808 INFO kablam! --> src/main.rs:6:15 Oct 12 18:13:27.815 INFO kablam! | Oct 12 18:13:27.815 INFO kablam! 6 | use std::io::{self,Write}; Oct 12 18:13:27.816 INFO kablam! | ^^^^ ^^^^^ Oct 12 18:13:27.816 INFO kablam! | Oct 12 18:13:27.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:13:27.816 INFO kablam! Oct 12 18:13:27.817 INFO kablam! warning: unused import: `LegendOption` Oct 12 18:13:27.817 INFO kablam! --> src/main.rs:8:39 Oct 12 18:13:27.817 INFO kablam! | Oct 12 18:13:27.817 INFO kablam! 8 | use gnuplot::{Figure, Caption, Color, LegendOption, Coordinate}; Oct 12 18:13:27.818 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:13:27.818 INFO kablam! Oct 12 18:13:27.895 INFO kablam! warning: unused variable: `f_m` Oct 12 18:13:27.896 INFO kablam! --> src/main.rs:96:9 Oct 12 18:13:27.897 INFO kablam! | Oct 12 18:13:27.897 INFO kablam! 96 | let f_m: T = From::from(1.5f64); // Hz Oct 12 18:13:27.897 INFO kablam! | ^^^ help: consider using `_f_m` instead Oct 12 18:13:27.898 INFO kablam! | Oct 12 18:13:27.898 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:13:27.903 INFO kablam! Oct 12 18:13:27.916 INFO kablam! warning: function is never used: `fm` Oct 12 18:13:27.916 INFO kablam! --> src/main.rs:92:1 Oct 12 18:13:27.917 INFO kablam! | Oct 12 18:13:27.917 INFO kablam! 92 | fn fm(t: T) -> T where T: Float + From { Oct 12 18:13:27.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:13:27.918 INFO kablam! | Oct 12 18:13:27.918 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:27.918 INFO kablam! Oct 12 18:13:27.927 INFO kablam! warning: variable `A_c` should have a snake case name such as `a_c` Oct 12 18:13:27.927 INFO kablam! --> src/main.rs:93:9 Oct 12 18:13:27.927 INFO kablam! | Oct 12 18:13:27.927 INFO kablam! 93 | let A_c: T = From::from(5f64); Oct 12 18:13:27.927 INFO kablam! | ^^^ Oct 12 18:13:27.927 INFO kablam! | Oct 12 18:13:27.927 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:13:27.927 INFO kablam! Oct 12 18:13:27.927 INFO kablam! warning: variable `A_m` should have a snake case name such as `a_m` Oct 12 18:13:27.927 INFO kablam! --> src/main.rs:94:9 Oct 12 18:13:27.927 INFO kablam! | Oct 12 18:13:27.927 INFO kablam! 94 | let A_m: T = From::from(2f64); Oct 12 18:13:27.927 INFO kablam! | ^^^ Oct 12 18:13:27.927 INFO kablam! Oct 12 18:13:29.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 12 18:13:29.318 INFO kablam! su: No module specific data is present Oct 12 18:13:30.436 INFO running `"docker" "rm" "-f" "c495286b04cf169b98d783c6b3e1e04ea222e4d63694265cd1976b6a80223a6e"` Oct 12 18:13:30.815 INFO blam! c495286b04cf169b98d783c6b3e1e04ea222e4d63694265cd1976b6a80223a6e Oct 12 18:13:30.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:13:31.247 INFO blam! 7ba386daa2a3ec1182cbd2bfc546324765253914e240329e2539b29f5c596600 Oct 12 18:13:31.249 INFO running `"docker" "start" "-a" "7ba386daa2a3ec1182cbd2bfc546324765253914e240329e2539b29f5c596600"` Oct 12 18:13:33.703 INFO kablam! usermod: no changes Oct 12 18:13:33.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 18:13:33.800 INFO kablam! Running /target/debug/deps/autodiff-93f9b96b147ab904 Oct 12 18:13:33.804 INFO blam! Oct 12 18:13:33.804 INFO blam! running 9 tests Oct 12 18:13:33.808 INFO blam! test tests::test_powi ... ok Oct 12 18:13:33.815 INFO blam! test tests::test_self_derivation ... ok Oct 12 18:13:33.815 INFO blam! test tests::test_mul_with_autodiff ... ok Oct 12 18:13:33.815 INFO blam! test tests::test_simplest_division_v2 ... ok Oct 12 18:13:33.815 INFO blam! test tests::test_division ... ok Oct 12 18:13:33.823 INFO blam! test tests::test_mul ... ok Oct 12 18:13:33.823 INFO blam! test tests::test_simplest_division ... ok Oct 12 18:13:33.827 INFO blam! test tests::test_addition_with_const ... ok Oct 12 18:13:33.835 INFO blam! test tests::test_simple_expr ... ok Oct 12 18:13:33.835 INFO blam! Oct 12 18:13:33.835 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:33.835 INFO blam! Oct 12 18:13:33.839 INFO kablam! Running /target/debug/deps/autodiff-0fde8752d08bb999 Oct 12 18:13:33.844 INFO blam! Oct 12 18:13:33.844 INFO blam! running 0 tests Oct 12 18:13:33.844 INFO blam! Oct 12 18:13:33.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:33.844 INFO blam! Oct 12 18:13:33.851 INFO kablam! Doc-tests autodiff Oct 12 18:13:34.143 INFO blam! Oct 12 18:13:34.143 INFO blam! running 0 tests Oct 12 18:13:34.143 INFO blam! Oct 12 18:13:34.143 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:34.143 INFO blam! Oct 12 18:13:34.151 INFO kablam! su: No module specific data is present Oct 12 18:13:35.753 INFO running `"docker" "rm" "-f" "7ba386daa2a3ec1182cbd2bfc546324765253914e240329e2539b29f5c596600"` Oct 12 18:13:36.103 INFO blam! 7ba386daa2a3ec1182cbd2bfc546324765253914e240329e2539b29f5c596600