Oct 15 22:49:46.630 INFO testing random-world-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:49:46.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:49:47.165 INFO blam! 273a30f0fc40ba0a902929dfc8832d764f2ff2c82663277a13775d5fdeb9b11b Oct 15 22:49:47.167 INFO running `"docker" "start" "-a" "273a30f0fc40ba0a902929dfc8832d764f2ff2c82663277a13775d5fdeb9b11b"` Oct 15 22:49:48.283 INFO kablam! usermod: no changes Oct 15 22:49:48.547 INFO kablam! Compiling ndarray v0.10.14 Oct 15 22:49:48.547 INFO kablam! Compiling quadrature v0.1.2 Oct 15 22:49:48.551 INFO kablam! Compiling statrs v0.9.0 Oct 15 22:49:48.551 INFO kablam! Compiling extprim v1.6.0 Oct 15 22:49:48.551 INFO kablam! Compiling docopt v0.8.3 Oct 15 22:49:48.552 INFO kablam! Compiling csv v1.0.2 Oct 15 22:49:48.553 INFO kablam! Compiling rusty-machine v0.5.4 Oct 15 22:49:56.683 INFO kablam! Compiling pcg_rand v0.7.1 Oct 15 22:50:09.323 INFO kablam! Compiling random-world v0.2.1 (/source) Oct 15 22:50:11.811 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:50:11.812 INFO kablam! --> src/lib.rs:71:1 Oct 15 22:50:11.812 INFO kablam! | Oct 15 22:50:11.813 INFO kablam! 71 | #[macro_use] Oct 15 22:50:11.814 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:50:11.814 INFO kablam! | Oct 15 22:50:11.815 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:50:11.815 INFO kablam! Oct 15 22:50:11.816 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 22:50:11.816 INFO kablam! --> src/ncm/knn.rs:84:39 Oct 15 22:50:11.817 INFO kablam! | Oct 15 22:50:11.818 INFO kablam! 84 | .into_shape((inputs.cols())) Oct 15 22:50:11.818 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 22:50:11.819 INFO kablam! | Oct 15 22:50:11.819 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 22:50:11.820 INFO kablam! Oct 15 22:50:12.031 INFO kablam! warning: variable does not need to be mutable Oct 15 22:50:12.031 INFO kablam! --> src/cp/cp.rs:311:13 Oct 15 22:50:12.031 INFO kablam! | Oct 15 22:50:12.031 INFO kablam! 311 | let mut train_inputs = match self.train_inputs { Oct 15 22:50:12.031 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 22:50:12.031 INFO kablam! | | Oct 15 22:50:12.031 INFO kablam! | help: remove this `mut` Oct 15 22:50:12.031 INFO kablam! | Oct 15 22:50:12.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:50:12.031 INFO kablam! Oct 15 22:50:16.523 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:50:16.523 INFO kablam! --> src/bin/cp-predict.rs:1:1 Oct 15 22:50:16.523 INFO kablam! | Oct 15 22:50:16.523 INFO kablam! 1 | #[macro_use] Oct 15 22:50:16.523 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:50:16.525 INFO kablam! | Oct 15 22:50:16.525 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:50:16.525 INFO kablam! Oct 15 22:50:16.795 INFO kablam! warning: field is never used: `flag_kernel` Oct 15 22:50:16.795 INFO kablam! --> src/bin/cp-predict.rs:43:5 Oct 15 22:50:16.795 INFO kablam! | Oct 15 22:50:16.795 INFO kablam! 43 | flag_kernel: Option, Oct 15 22:50:16.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:16.795 INFO kablam! | Oct 15 22:50:16.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:50:16.795 INFO kablam! Oct 15 22:50:16.795 INFO kablam! warning: field is never used: `flag_bandwidth` Oct 15 22:50:16.796 INFO kablam! --> src/bin/cp-predict.rs:44:5 Oct 15 22:50:16.796 INFO kablam! | Oct 15 22:50:16.796 INFO kablam! 44 | flag_bandwidth: Option, Oct 15 22:50:16.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:16.803 INFO kablam! Oct 15 22:50:16.821 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:50:16.821 INFO kablam! --> src/bin/martingales.rs:1:1 Oct 15 22:50:16.822 INFO kablam! | Oct 15 22:50:16.822 INFO kablam! 1 | #[macro_use] Oct 15 22:50:16.822 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:50:16.827 INFO kablam! | Oct 15 22:50:16.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:50:16.827 INFO kablam! Oct 15 22:50:17.034 INFO kablam! warning: field is never used: `flag_seed` Oct 15 22:50:17.034 INFO kablam! --> src/bin/martingales.rs:31:5 Oct 15 22:50:17.034 INFO kablam! | Oct 15 22:50:17.034 INFO kablam! 31 | flag_seed: Option, Oct 15 22:50:17.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:17.034 INFO kablam! | Oct 15 22:50:17.034 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:50:17.034 INFO kablam! Oct 15 22:50:21.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.43s Oct 15 22:50:21.763 INFO kablam! su: No module specific data is present Oct 15 22:50:22.870 INFO running `"docker" "rm" "-f" "273a30f0fc40ba0a902929dfc8832d764f2ff2c82663277a13775d5fdeb9b11b"` Oct 15 22:50:23.111 INFO blam! 273a30f0fc40ba0a902929dfc8832d764f2ff2c82663277a13775d5fdeb9b11b Oct 15 22:50:23.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:50:23.684 INFO blam! e11ef207b177f34757d00d63e27f692489461d13c627b97f89c3df6dc863ae73 Oct 15 22:50:23.687 INFO running `"docker" "start" "-a" "e11ef207b177f34757d00d63e27f692489461d13c627b97f89c3df6dc863ae73"` Oct 15 22:50:24.741 INFO kablam! usermod: no changes Oct 15 22:50:24.890 INFO kablam! Compiling random-world v0.2.1 (/source) Oct 15 22:50:29.583 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:50:29.583 INFO kablam! --> src/bin/martingales.rs:1:1 Oct 15 22:50:29.583 INFO kablam! | Oct 15 22:50:29.583 INFO kablam! 1 | #[macro_use] Oct 15 22:50:29.583 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:50:29.583 INFO kablam! | Oct 15 22:50:29.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:50:29.583 INFO kablam! Oct 15 22:50:29.895 INFO kablam! warning: field is never used: `flag_seed` Oct 15 22:50:29.895 INFO kablam! --> src/bin/martingales.rs:31:5 Oct 15 22:50:29.895 INFO kablam! | Oct 15 22:50:29.895 INFO kablam! 31 | flag_seed: Option, Oct 15 22:50:29.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:29.896 INFO kablam! | Oct 15 22:50:29.896 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:50:29.896 INFO kablam! Oct 15 22:50:30.035 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 22:50:30.035 INFO kablam! --> src/ncm/knn.rs:84:39 Oct 15 22:50:30.035 INFO kablam! | Oct 15 22:50:30.036 INFO kablam! 84 | .into_shape((inputs.cols())) Oct 15 22:50:30.036 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 22:50:30.036 INFO kablam! | Oct 15 22:50:30.043 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 22:50:30.043 INFO kablam! Oct 15 22:50:30.847 INFO kablam! warning: variable does not need to be mutable Oct 15 22:50:30.847 INFO kablam! --> src/cp/cp.rs:311:13 Oct 15 22:50:30.847 INFO kablam! | Oct 15 22:50:30.847 INFO kablam! 311 | let mut train_inputs = match self.train_inputs { Oct 15 22:50:30.847 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 22:50:30.847 INFO kablam! | | Oct 15 22:50:30.847 INFO kablam! | help: remove this `mut` Oct 15 22:50:30.847 INFO kablam! | Oct 15 22:50:30.847 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:50:30.847 INFO kablam! Oct 15 22:50:31.063 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:50:31.063 INFO kablam! --> src/bin/cp-predict.rs:1:1 Oct 15 22:50:31.063 INFO kablam! | Oct 15 22:50:31.063 INFO kablam! 1 | #[macro_use] Oct 15 22:50:31.063 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:50:31.063 INFO kablam! | Oct 15 22:50:31.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:50:31.063 INFO kablam! Oct 15 22:50:31.391 INFO kablam! warning: field is never used: `flag_kernel` Oct 15 22:50:31.391 INFO kablam! --> src/bin/cp-predict.rs:43:5 Oct 15 22:50:31.391 INFO kablam! | Oct 15 22:50:31.391 INFO kablam! 43 | flag_kernel: Option, Oct 15 22:50:31.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:31.391 INFO kablam! | Oct 15 22:50:31.391 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:50:31.391 INFO kablam! Oct 15 22:50:31.391 INFO kablam! warning: field is never used: `flag_bandwidth` Oct 15 22:50:31.391 INFO kablam! --> src/bin/cp-predict.rs:44:5 Oct 15 22:50:31.391 INFO kablam! | Oct 15 22:50:31.391 INFO kablam! 44 | flag_bandwidth: Option, Oct 15 22:50:31.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:50:31.391 INFO kablam! Oct 15 22:50:35.369 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.60s Oct 15 22:50:35.382 INFO kablam! su: No module specific data is present Oct 15 22:50:36.022 INFO running `"docker" "rm" "-f" "e11ef207b177f34757d00d63e27f692489461d13c627b97f89c3df6dc863ae73"` Oct 15 22:50:36.286 INFO blam! e11ef207b177f34757d00d63e27f692489461d13c627b97f89c3df6dc863ae73 Oct 15 22:50:36.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:50:36.715 INFO blam! db6a01bcc93633a62fb9d964c54f17d71245d665ad4c56e3d8c79c4509f79db5 Oct 15 22:50:36.715 INFO running `"docker" "start" "-a" "db6a01bcc93633a62fb9d964c54f17d71245d665ad4c56e3d8c79c4509f79db5"` Oct 15 22:50:37.808 INFO kablam! usermod: no changes Oct 15 22:50:37.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 22:50:37.961 INFO kablam! Running /target/debug/deps/random_world-5ece71fa98f1eaf6 Oct 15 22:50:37.967 INFO blam! Oct 15 22:50:37.967 INFO blam! running 7 tests Oct 15 22:50:37.967 INFO blam! test exchangeability::martingales::tests::kde_silverman ... ok Oct 15 22:50:37.968 INFO blam! test exchangeability::martingales::tests::plugin_martingale_update ... ok Oct 15 22:50:37.968 INFO blam! test exchangeability::martingales::tests::kde_bandwidth ... ok Oct 15 22:50:37.968 INFO blam! test ncm::knn::tests::knn ... ok Oct 15 22:50:37.968 INFO blam! test cp::cp::tests::rnd_seeded ... ok Oct 15 22:50:37.972 INFO blam! test cp::cp::tests::train ... ok Oct 15 22:50:37.972 INFO blam! test cp::cp::tests::update ... ok Oct 15 22:50:37.972 INFO blam! Oct 15 22:50:37.972 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:50:37.972 INFO blam! Oct 15 22:50:37.973 INFO kablam! Running /target/debug/deps/cp_predict-63c378e38a5b9592 Oct 15 22:50:37.977 INFO blam! Oct 15 22:50:37.977 INFO blam! running 0 tests Oct 15 22:50:37.977 INFO blam! Oct 15 22:50:37.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:50:37.977 INFO blam! Oct 15 22:50:37.982 INFO kablam! Running /target/debug/deps/martingales-01151579efd8d969 Oct 15 22:50:38.003 INFO blam! Oct 15 22:50:38.003 INFO blam! running 0 tests Oct 15 22:50:38.003 INFO blam! Oct 15 22:50:38.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:50:38.003 INFO blam! Oct 15 22:50:38.003 INFO kablam! Running /target/debug/deps/cp-e94bf8076b45d2c8 Oct 15 22:50:38.007 INFO blam! Oct 15 22:50:38.007 INFO blam! running 2 tests Oct 15 22:50:38.007 INFO blam! test tests::cp ... ok Oct 15 22:50:38.015 INFO blam! test tests::smooth_cp ... ok Oct 15 22:50:38.015 INFO blam! Oct 15 22:50:38.015 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:50:38.015 INFO blam! Oct 15 22:50:38.019 INFO kablam! Doc-tests random-world Oct 15 22:50:41.834 INFO blam! Oct 15 22:50:41.834 INFO blam! running 15 tests Oct 15 22:51:10.939 INFO blam! test src/cp/cp.rs - cp::cp::CP::new (line 50) ... ok Oct 15 22:51:12.019 INFO blam! test src/cp/cp.rs - cp::cp::CP::train (line 150) ... ok Oct 15 22:51:12.843 INFO blam! test src/cp/cp.rs - cp::cp::CP::predict_confidence (line 397) ... ok Oct 15 22:51:12.943 INFO blam! test src/exchangeability/martingales.rs - exchangeability::martingales::Martingale::current (line 158) ... ok Oct 15 22:51:13.109 INFO blam! test src/exchangeability/martingales.rs - exchangeability::martingales::Martingale::from_function (line 130) ... ok Oct 15 22:51:15.025 INFO blam! test src/cp/cp.rs - cp::cp::CP::new_smooth (line 89) ... ok Oct 15 22:51:17.307 INFO blam! test src/cp/cp.rs - cp::cp::CP::predict (line 340) ... ok Oct 15 22:51:18.531 INFO blam! test src/cp/cp.rs - cp::cp::CP::update (line 239) ... ok Oct 15 22:51:34.007 INFO blam! test src/exchangeability/martingales.rs - exchangeability::martingales::Martingale::new_power (line 58) ... ok Oct 15 22:51:36.755 INFO blam! test src/exchangeability/martingales.rs - exchangeability::martingales::Martingale::update (line 178) ... ok Oct 15 22:51:37.419 INFO blam! test src/exchangeability/martingales.rs - exchangeability::martingales::Martingale::new_plugin (line 94) ... ok Oct 15 22:51:38.079 INFO blam! test src/lib.rs - (line 25) ... ok Oct 15 22:51:38.304 INFO blam! test src/ncm/knn.rs - ncm::knn::KNN::score (line 61) ... ok Oct 15 22:51:38.455 INFO blam! test src/ncm/knn.rs - ncm::knn::KNN::new (line 39) ... ok Oct 15 22:51:41.447 INFO blam! test src/exchangeability/mod.rs - exchangeability (line 8) ... ok Oct 15 22:51:41.450 INFO blam! Oct 15 22:51:41.450 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:51:41.450 INFO blam! Oct 15 22:51:41.465 INFO kablam! su: No module specific data is present Oct 15 22:51:41.861 INFO running `"docker" "rm" "-f" "db6a01bcc93633a62fb9d964c54f17d71245d665ad4c56e3d8c79c4509f79db5"` Oct 15 22:51:42.080 INFO blam! db6a01bcc93633a62fb9d964c54f17d71245d665ad4c56e3d8c79c4509f79db5