Oct 13 04:51:17.332 INFO testing onceq/odht against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:51:17.332 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 13 04:51:17.799 INFO blam! 2e5af60ac635ed8e25f120442a331f7272df79a6245e50f7c5e32687551d030e Oct 13 04:51:17.801 INFO running `"docker" "start" "-a" "2e5af60ac635ed8e25f120442a331f7272df79a6245e50f7c5e32687551d030e"` Oct 13 04:51:19.141 INFO kablam! usermod: no changes Oct 13 04:51:19.402 INFO kablam! Compiling log v0.4.4 Oct 13 04:51:19.419 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 04:51:20.129 INFO kablam! Compiling mio v0.6.15 Oct 13 04:51:20.131 INFO kablam! Compiling tokio-io v0.1.8 Oct 13 04:51:20.132 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 13 04:51:24.668 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 04:51:28.883 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 04:51:29.263 INFO kablam! Compiling mio-uds v0.6.6 Oct 13 04:51:29.263 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 13 04:51:34.047 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 13 04:51:34.047 INFO kablam! Compiling tokio-uds v0.2.1 Oct 13 04:51:34.047 INFO kablam! Compiling tokio-udp v0.1.2 Oct 13 04:51:38.813 INFO kablam! Compiling tokio v0.1.8 Oct 13 04:51:44.280 INFO kablam! Compiling tokio-core v0.1.17 Oct 13 04:51:47.696 INFO kablam! Compiling my_dht v0.1.0 (/source/my_dht) Oct 13 04:51:48.687 INFO kablam! warning: unused import: `hex` Oct 13 04:51:48.688 INFO kablam! --> my_dht/src/base/mod.rs:3:5 Oct 13 04:51:48.689 INFO kablam! | Oct 13 04:51:48.689 INFO kablam! 3 | use hex; Oct 13 04:51:48.690 INFO kablam! | ^^^ Oct 13 04:51:48.690 INFO kablam! | Oct 13 04:51:48.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:51:48.691 INFO kablam! Oct 13 04:51:48.771 INFO kablam! warning: function is never used: `rand_node_id` Oct 13 04:51:48.772 INFO kablam! --> my_dht/src/base/node_id.rs:4:1 Oct 13 04:51:48.772 INFO kablam! | Oct 13 04:51:48.773 INFO kablam! 4 | pub fn rand_node_id(times: usize) -> String { Oct 13 04:51:48.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:51:48.774 INFO kablam! | Oct 13 04:51:48.775 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:51:48.776 INFO kablam! Oct 13 04:51:48.814 INFO kablam! Compiling onceq_dht v0.1.0 (/source) Oct 13 04:51:50.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.02s Oct 13 04:51:50.211 INFO kablam! su: No module specific data is present Oct 13 04:51:51.871 INFO running `"docker" "rm" "-f" "2e5af60ac635ed8e25f120442a331f7272df79a6245e50f7c5e32687551d030e"` Oct 13 04:51:52.159 INFO blam! 2e5af60ac635ed8e25f120442a331f7272df79a6245e50f7c5e32687551d030e Oct 13 04:51:52.172 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 13 04:51:52.638 INFO blam! 523f826ceb87a4ffd6aaeba611d14ab2e4498ca89423377201ca7772f4a67205 Oct 13 04:51:52.647 INFO running `"docker" "start" "-a" "523f826ceb87a4ffd6aaeba611d14ab2e4498ca89423377201ca7772f4a67205"` Oct 13 04:51:54.599 INFO kablam! usermod: no changes Oct 13 04:51:54.831 INFO kablam! Compiling onceq_dht v0.1.0 (/source) Oct 13 04:51:56.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 13 04:51:56.580 INFO kablam! su: No module specific data is present Oct 13 04:51:57.457 INFO running `"docker" "rm" "-f" "523f826ceb87a4ffd6aaeba611d14ab2e4498ca89423377201ca7772f4a67205"` Oct 13 04:51:57.735 INFO blam! 523f826ceb87a4ffd6aaeba611d14ab2e4498ca89423377201ca7772f4a67205 Oct 13 04:51:57.740 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 13 04:51:58.088 INFO blam! a748161915050fd8ffe903a36ba8bc4d7c69f356a9d1ad6be36b0b411d4582bf Oct 13 04:51:58.089 INFO running `"docker" "start" "-a" "a748161915050fd8ffe903a36ba8bc4d7c69f356a9d1ad6be36b0b411d4582bf"` Oct 13 04:52:00.097 INFO kablam! usermod: no changes Oct 13 04:52:00.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 04:52:00.316 INFO kablam! Running /target/debug/deps/onceq_dht-efde0e51b692082a Oct 13 04:52:00.344 INFO blam! Oct 13 04:52:00.344 INFO blam! running 0 tests Oct 13 04:52:00.344 INFO blam! Oct 13 04:52:00.344 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:52:00.344 INFO blam! Oct 13 04:52:00.348 INFO kablam! su: No module specific data is present Oct 13 04:52:01.744 INFO running `"docker" "rm" "-f" "a748161915050fd8ffe903a36ba8bc4d7c69f356a9d1ad6be36b0b411d4582bf"` Oct 13 04:52:01.948 INFO blam! a748161915050fd8ffe903a36ba8bc4d7c69f356a9d1ad6be36b0b411d4582bf