Oct 12 18:13:01.584 INFO testing yati-sagade/autodiff-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:13:01.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:13:02.036 INFO blam! d060bdc2617a42baa49f5bab8f8bbe20d1305ac751f110f2f38014b1ba01af53 Oct 12 18:13:02.038 INFO running `"docker" "start" "-a" "d060bdc2617a42baa49f5bab8f8bbe20d1305ac751f110f2f38014b1ba01af53"` Oct 12 18:13:03.863 INFO kablam! usermod: no changes Oct 12 18:13:03.979 INFO kablam! Compiling libc v0.2.21 Oct 12 18:13:03.991 INFO kablam! Compiling rustc-serialize v0.3.23 Oct 12 18:13:03.991 INFO kablam! Compiling gnuplot v0.0.22 Oct 12 18:13:03.999 INFO kablam! Compiling num-integer v0.1.33 Oct 12 18:13:04.947 INFO kablam! Compiling num-iter v0.1.33 Oct 12 18:13:05.943 INFO kablam! Compiling rand v0.3.15 Oct 12 18:13:12.615 INFO kablam! Compiling num-bigint v0.1.37 Oct 12 18:13:12.615 INFO kablam! Compiling num-complex v0.1.36 Oct 12 18:13:14.727 INFO kablam! Compiling num-rational v0.1.36 Oct 12 18:13:15.303 INFO kablam! Compiling num v0.1.37 Oct 12 18:13:15.483 INFO kablam! Compiling autodiff v0.1.0 (/source) Oct 12 18:13:15.660 INFO kablam! warning: unused macro definition Oct 12 18:13:15.660 INFO kablam! --> src/lib.rs:11:1 Oct 12 18:13:15.661 INFO kablam! | Oct 12 18:13:15.661 INFO kablam! 11 | / macro_rules! assert_almost_equal { Oct 12 18:13:15.661 INFO kablam! 12 | | ($a:expr, $b:expr) => { Oct 12 18:13:15.661 INFO kablam! 13 | | if ($a-$b).abs() > 1e-6 { Oct 12 18:13:15.662 INFO kablam! 14 | | panic!(format!("left: {}, right: {} <- not almost the same.", $a, $b)); Oct 12 18:13:15.662 INFO kablam! ... | Oct 12 18:13:15.662 INFO kablam! 18 | | }; Oct 12 18:13:15.663 INFO kablam! 19 | | } Oct 12 18:13:15.663 INFO kablam! | |_^ Oct 12 18:13:15.663 INFO kablam! | Oct 12 18:13:15.663 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 18:13:15.664 INFO kablam! Oct 12 18:13:16.191 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 18:13:16.191 INFO kablam! --> src/main.rs:6:15 Oct 12 18:13:16.191 INFO kablam! | Oct 12 18:13:16.191 INFO kablam! 6 | use std::io::{self,Write}; Oct 12 18:13:16.191 INFO kablam! | ^^^^ ^^^^^ Oct 12 18:13:16.191 INFO kablam! | Oct 12 18:13:16.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:13:16.191 INFO kablam! Oct 12 18:13:16.191 INFO kablam! warning: unused import: `LegendOption` Oct 12 18:13:16.191 INFO kablam! --> src/main.rs:8:39 Oct 12 18:13:16.191 INFO kablam! | Oct 12 18:13:16.191 INFO kablam! 8 | use gnuplot::{Figure, Caption, Color, LegendOption, Coordinate}; Oct 12 18:13:16.191 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:13:16.191 INFO kablam! Oct 12 18:13:16.231 INFO kablam! warning: unused variable: `f_m` Oct 12 18:13:16.231 INFO kablam! --> src/main.rs:96:9 Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! 96 | let f_m: T = From::from(1.5f64); // Hz Oct 12 18:13:16.231 INFO kablam! | ^^^ help: consider using `_f_m` instead Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:13:16.231 INFO kablam! Oct 12 18:13:16.231 INFO kablam! warning: function is never used: `fm` Oct 12 18:13:16.231 INFO kablam! --> src/main.rs:92:1 Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! 92 | fn fm(t: T) -> T where T: Float + From { Oct 12 18:13:16.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:16.231 INFO kablam! Oct 12 18:13:16.231 INFO kablam! warning: variable `A_c` should have a snake case name such as `a_c` Oct 12 18:13:16.231 INFO kablam! --> src/main.rs:93:9 Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! 93 | let A_c: T = From::from(5f64); Oct 12 18:13:16.231 INFO kablam! | ^^^ Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:13:16.231 INFO kablam! Oct 12 18:13:16.231 INFO kablam! warning: variable `A_m` should have a snake case name such as `a_m` Oct 12 18:13:16.231 INFO kablam! --> src/main.rs:94:9 Oct 12 18:13:16.231 INFO kablam! | Oct 12 18:13:16.231 INFO kablam! 94 | let A_m: T = From::from(2f64); Oct 12 18:13:16.231 INFO kablam! | ^^^ Oct 12 18:13:16.231 INFO kablam! Oct 12 18:13:17.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.17s Oct 12 18:13:17.071 INFO kablam! su: No module specific data is present Oct 12 18:13:18.323 INFO running `"docker" "rm" "-f" "d060bdc2617a42baa49f5bab8f8bbe20d1305ac751f110f2f38014b1ba01af53"` Oct 12 18:13:18.637 INFO blam! d060bdc2617a42baa49f5bab8f8bbe20d1305ac751f110f2f38014b1ba01af53 Oct 12 18:13:18.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:13:19.031 INFO blam! f04fbc5fdad5d57aa3e38027fff3c8d3baa84f1bc783982d7212df9335bc261c Oct 12 18:13:19.035 INFO running `"docker" "start" "-a" "f04fbc5fdad5d57aa3e38027fff3c8d3baa84f1bc783982d7212df9335bc261c"` Oct 12 18:13:20.307 INFO kablam! usermod: no changes Oct 12 18:13:20.403 INFO kablam! Compiling autodiff v0.1.0 (/source) Oct 12 18:13:20.707 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 18:13:20.707 INFO kablam! --> src/main.rs:6:15 Oct 12 18:13:20.707 INFO kablam! | Oct 12 18:13:20.707 INFO kablam! 6 | use std::io::{self,Write}; Oct 12 18:13:20.707 INFO kablam! | ^^^^ ^^^^^ Oct 12 18:13:20.707 INFO kablam! | Oct 12 18:13:20.707 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:13:20.707 INFO kablam! Oct 12 18:13:20.707 INFO kablam! warning: unused import: `LegendOption` Oct 12 18:13:20.707 INFO kablam! --> src/main.rs:8:39 Oct 12 18:13:20.707 INFO kablam! | Oct 12 18:13:20.707 INFO kablam! 8 | use gnuplot::{Figure, Caption, Color, LegendOption, Coordinate}; Oct 12 18:13:20.707 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:13:20.707 INFO kablam! Oct 12 18:13:20.803 INFO kablam! warning: unused variable: `f_m` Oct 12 18:13:20.803 INFO kablam! --> src/main.rs:96:9 Oct 12 18:13:20.803 INFO kablam! | Oct 12 18:13:20.803 INFO kablam! 96 | let f_m: T = From::from(1.5f64); // Hz Oct 12 18:13:20.803 INFO kablam! | ^^^ help: consider using `_f_m` instead Oct 12 18:13:20.803 INFO kablam! | Oct 12 18:13:20.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:13:20.803 INFO kablam! Oct 12 18:13:20.819 INFO kablam! warning: function is never used: `fm` Oct 12 18:13:20.819 INFO kablam! --> src/main.rs:92:1 Oct 12 18:13:20.819 INFO kablam! | Oct 12 18:13:20.819 INFO kablam! 92 | fn fm(t: T) -> T where T: Float + From { Oct 12 18:13:20.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:13:20.819 INFO kablam! | Oct 12 18:13:20.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:20.819 INFO kablam! Oct 12 18:13:20.819 INFO kablam! warning: variable `A_c` should have a snake case name such as `a_c` Oct 12 18:13:20.819 INFO kablam! --> src/main.rs:93:9 Oct 12 18:13:20.819 INFO kablam! | Oct 12 18:13:20.819 INFO kablam! 93 | let A_c: T = From::from(5f64); Oct 12 18:13:20.819 INFO kablam! | ^^^ Oct 12 18:13:20.819 INFO kablam! | Oct 12 18:13:20.819 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:13:20.819 INFO kablam! Oct 12 18:13:20.819 INFO kablam! warning: variable `A_m` should have a snake case name such as `a_m` Oct 12 18:13:20.819 INFO kablam! --> src/main.rs:94:9 Oct 12 18:13:20.819 INFO kablam! | Oct 12 18:13:20.819 INFO kablam! 94 | let A_m: T = From::from(2f64); Oct 12 18:13:20.819 INFO kablam! | ^^^ Oct 12 18:13:20.819 INFO kablam! Oct 12 18:13:21.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 12 18:13:21.999 INFO kablam! su: No module specific data is present Oct 12 18:13:22.767 INFO running `"docker" "rm" "-f" "f04fbc5fdad5d57aa3e38027fff3c8d3baa84f1bc783982d7212df9335bc261c"` Oct 12 18:13:23.103 INFO blam! f04fbc5fdad5d57aa3e38027fff3c8d3baa84f1bc783982d7212df9335bc261c Oct 12 18:13:23.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:13:23.689 INFO blam! e1842730f30a6aad764ce31d88e318a23b8ad37ef1bc154abe0ef9fd20c7ce18 Oct 12 18:13:23.695 INFO running `"docker" "start" "-a" "e1842730f30a6aad764ce31d88e318a23b8ad37ef1bc154abe0ef9fd20c7ce18"` Oct 12 18:13:24.774 INFO kablam! usermod: no changes Oct 12 18:13:24.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 18:13:24.866 INFO kablam! Running /target/debug/deps/autodiff-05a2e816d79d645a Oct 12 18:13:24.875 INFO blam! Oct 12 18:13:24.875 INFO blam! running 9 tests Oct 12 18:13:24.875 INFO blam! test tests::test_addition_with_const ... ok Oct 12 18:13:24.875 INFO blam! test tests::test_division ... ok Oct 12 18:13:24.875 INFO blam! test tests::test_mul ... ok Oct 12 18:13:24.880 INFO blam! test tests::test_simplest_division ... ok Oct 12 18:13:24.880 INFO kablam! Running /target/debug/deps/autodiff-d60f276139b97606 Oct 12 18:13:24.881 INFO blam! test tests::test_simple_expr ... ok Oct 12 18:13:24.881 INFO blam! test tests::test_self_derivation ... ok Oct 12 18:13:24.881 INFO blam! test tests::test_powi ... ok Oct 12 18:13:24.882 INFO blam! test tests::test_simplest_division_v2 ... ok Oct 12 18:13:24.882 INFO blam! test tests::test_mul_with_autodiff ... ok Oct 12 18:13:24.882 INFO blam! Oct 12 18:13:24.883 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:24.883 INFO blam! Oct 12 18:13:24.887 INFO blam! Oct 12 18:13:24.887 INFO kablam! Doc-tests autodiff Oct 12 18:13:24.888 INFO blam! running 0 tests Oct 12 18:13:24.888 INFO blam! Oct 12 18:13:24.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:24.889 INFO blam! Oct 12 18:13:25.155 INFO blam! Oct 12 18:13:25.155 INFO blam! running 0 tests Oct 12 18:13:25.155 INFO blam! Oct 12 18:13:25.155 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:25.155 INFO blam! Oct 12 18:13:25.158 INFO kablam! su: No module specific data is present Oct 12 18:13:25.788 INFO running `"docker" "rm" "-f" "e1842730f30a6aad764ce31d88e318a23b8ad37ef1bc154abe0ef9fd20c7ce18"` Oct 12 18:13:26.187 INFO blam! e1842730f30a6aad764ce31d88e318a23b8ad37ef1bc154abe0ef9fd20c7ce18