Oct 16 01:41:49.856 INFO testing nock-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:41:49.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 01:41:50.050 INFO blam! 08deb01ca736785d849732e030a52d0cc0888bd29d8123587eca8e124521ac66 Oct 16 01:41:50.056 INFO running `"docker" "start" "-a" "08deb01ca736785d849732e030a52d0cc0888bd29d8123587eca8e124521ac66"` Oct 16 01:41:50.492 INFO kablam! usermod: no changes Oct 16 01:41:50.544 INFO kablam! Compiling nock v0.4.0 (/source) Oct 16 01:41:51.787 INFO kablam! warning: unreachable expression Oct 16 01:41:51.787 INFO kablam! --> src/nock.rs:93:25 Oct 16 01:41:51.787 INFO kablam! | Oct 16 01:41:51.787 INFO kablam! 93 | / return match p.get() { Oct 16 01:41:51.787 INFO kablam! 94 | | Shape::Cell(ref a, ref b) => { Oct 16 01:41:51.787 INFO kablam! 95 | | if a == b { Oct 16 01:41:51.787 INFO kablam! 96 | | // Yes. Oct 16 01:41:51.787 INFO kablam! ... | Oct 16 01:41:51.787 INFO kablam! 103 | | _ => return Err(NockError(format!("same"))), Oct 16 01:41:51.787 INFO kablam! 104 | | }; Oct 16 01:41:51.787 INFO kablam! | |_________________________^ Oct 16 01:41:51.787 INFO kablam! | Oct 16 01:41:51.787 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 01:41:51.787 INFO kablam! Oct 16 01:41:52.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 16 01:41:52.192 INFO kablam! su: No module specific data is present Oct 16 01:41:52.569 INFO running `"docker" "rm" "-f" "08deb01ca736785d849732e030a52d0cc0888bd29d8123587eca8e124521ac66"` Oct 16 01:41:52.762 INFO blam! 08deb01ca736785d849732e030a52d0cc0888bd29d8123587eca8e124521ac66 Oct 16 01:41:52.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 01:41:52.987 INFO blam! 2733fa7dc7e623b377fd9b083a41958f2b09a177cdc5a163be9f8ccdb18ce62d Oct 16 01:41:52.999 INFO running `"docker" "start" "-a" "2733fa7dc7e623b377fd9b083a41958f2b09a177cdc5a163be9f8ccdb18ce62d"` Oct 16 01:41:53.825 INFO kablam! usermod: no changes Oct 16 01:41:53.908 INFO kablam! Compiling nock v0.4.0 (/source) Oct 16 01:41:55.479 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 01:41:55.480 INFO kablam! --> src/lib.rs:747:21 Oct 16 01:41:55.480 INFO kablam! | Oct 16 01:41:55.480 INFO kablam! 747 | let mut s = hash::SipHasher::new(); Oct 16 01:41:55.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:41:55.481 INFO kablam! | Oct 16 01:41:55.481 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:41:55.481 INFO kablam! Oct 16 01:41:55.497 INFO kablam! warning: unused import: `BufRead` Oct 16 01:41:55.497 INFO kablam! --> examples/repl.rs:4:21 Oct 16 01:41:55.498 INFO kablam! | Oct 16 01:41:55.498 INFO kablam! 4 | use std::io::{self, BufRead, Write}; Oct 16 01:41:55.498 INFO kablam! | ^^^^^^^ Oct 16 01:41:55.498 INFO kablam! | Oct 16 01:41:55.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:41:55.499 INFO kablam! Oct 16 01:41:55.867 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 01:41:55.868 INFO kablam! --> src/lib.rs:747:21 Oct 16 01:41:55.868 INFO kablam! | Oct 16 01:41:55.868 INFO kablam! 747 | let mut s = hash::SipHasher::new(); Oct 16 01:41:55.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:41:55.869 INFO kablam! Oct 16 01:41:56.019 INFO kablam! warning: unreachable expression Oct 16 01:41:56.019 INFO kablam! --> src/nock.rs:93:25 Oct 16 01:41:56.019 INFO kablam! | Oct 16 01:41:56.019 INFO kablam! 93 | / return match p.get() { Oct 16 01:41:56.019 INFO kablam! 94 | | Shape::Cell(ref a, ref b) => { Oct 16 01:41:56.019 INFO kablam! 95 | | if a == b { Oct 16 01:41:56.019 INFO kablam! 96 | | // Yes. Oct 16 01:41:56.019 INFO kablam! ... | Oct 16 01:41:56.019 INFO kablam! 103 | | _ => return Err(NockError(format!("same"))), Oct 16 01:41:56.019 INFO kablam! 104 | | }; Oct 16 01:41:56.019 INFO kablam! | |_________________________^ Oct 16 01:41:56.019 INFO kablam! | Oct 16 01:41:56.019 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 01:41:56.019 INFO kablam! Oct 16 01:41:57.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 16 01:41:57.245 INFO kablam! su: No module specific data is present Oct 16 01:41:57.530 INFO running `"docker" "rm" "-f" "2733fa7dc7e623b377fd9b083a41958f2b09a177cdc5a163be9f8ccdb18ce62d"` Oct 16 01:41:57.726 INFO blam! 2733fa7dc7e623b377fd9b083a41958f2b09a177cdc5a163be9f8ccdb18ce62d Oct 16 01:41:57.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 01:41:57.915 INFO blam! cc290e43afc9f2da199ab96d012a7a78aa326df33838aa65b15d9e5dc4c8795b Oct 16 01:41:57.922 INFO running `"docker" "start" "-a" "cc290e43afc9f2da199ab96d012a7a78aa326df33838aa65b15d9e5dc4c8795b"` Oct 16 01:41:58.455 INFO kablam! usermod: no changes Oct 16 01:41:58.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 01:41:58.509 INFO kablam! Running /target/debug/deps/nock-f44f39474e4b4016 Oct 16 01:41:58.511 INFO blam! Oct 16 01:41:58.511 INFO blam! running 17 tests Oct 16 01:41:58.513 INFO blam! test tests::test_bigint ... ok Oct 16 01:41:58.513 INFO blam! test tests::test_cord ... ok Oct 16 01:41:58.513 INFO blam! test tests::test_bump ... ok Oct 16 01:41:58.514 INFO blam! test digit_slice::tests::test_slice ... ok Oct 16 01:41:58.514 INFO blam! test digit_slice::tests::test_msb ... ok Oct 16 01:41:58.514 INFO blam! test tests::test_autocons ... ok Oct 16 01:41:58.515 INFO blam! test tests::test_mug ... ok Oct 16 01:41:58.515 INFO blam! test tests::test_parser ... ok Oct 16 01:41:58.515 INFO blam! test tests::test_axis ... ok Oct 16 01:41:58.516 INFO blam! test tests::test_depth ... ok Oct 16 01:41:58.516 INFO blam! test tests::test_fire ... ok Oct 16 01:41:58.523 INFO blam! test tests::test_just ... ok Oct 16 01:41:58.523 INFO blam! test tests::test_fold ... ok Oct 16 01:41:58.523 INFO blam! test tests::test_if ... ok Oct 16 01:41:58.523 INFO blam! test tests::test_same ... ok Oct 16 01:41:58.524 INFO blam! test tests::test_misc_nock ... ok Oct 16 01:41:58.747 INFO blam! test tests::test_stack ... ok Oct 16 01:41:58.747 INFO blam! Oct 16 01:41:58.747 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:41:58.747 INFO blam! Oct 16 01:41:58.747 INFO kablam! Doc-tests nock Oct 16 01:42:00.388 INFO blam! Oct 16 01:42:00.388 INFO blam! running 0 tests Oct 16 01:42:00.388 INFO blam! Oct 16 01:42:00.388 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:42:00.388 INFO blam! Oct 16 01:42:00.389 INFO kablam! su: No module specific data is present Oct 16 01:42:01.067 INFO running `"docker" "rm" "-f" "cc290e43afc9f2da199ab96d012a7a78aa326df33838aa65b15d9e5dc4c8795b"` Oct 16 01:42:01.365 INFO blam! cc290e43afc9f2da199ab96d012a7a78aa326df33838aa65b15d9e5dc4c8795b