Oct 16 17:24:09.399 INFO testing axon-0.1.6 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:24:09.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 17:24:09.712 INFO blam! 9c5bd537b91977d8b62cb820d9775b1d906ac87bcb208a0db13b7bb06c349c99 Oct 16 17:24:09.716 INFO running `"docker" "start" "-a" "9c5bd537b91977d8b62cb820d9775b1d906ac87bcb208a0db13b7bb06c349c99"` Oct 16 17:24:10.270 INFO kablam! usermod: no changes Oct 16 17:24:10.427 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 16 17:24:13.042 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 16 17:24:13.042 INFO kablam! Compiling tokio-udp v0.1.2 Oct 16 17:24:13.042 INFO kablam! Compiling tokio-uds v0.2.2 Oct 16 17:24:17.119 INFO kablam! Compiling tokio v0.1.11 Oct 16 17:24:20.707 INFO kablam! Compiling axon v0.1.6 (/source) Oct 16 17:24:24.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.11s Oct 16 17:24:24.415 INFO kablam! su: No module specific data is present Oct 16 17:24:24.977 INFO running `"docker" "rm" "-f" "9c5bd537b91977d8b62cb820d9775b1d906ac87bcb208a0db13b7bb06c349c99"` Oct 16 17:24:25.191 INFO blam! 9c5bd537b91977d8b62cb820d9775b1d906ac87bcb208a0db13b7bb06c349c99 Oct 16 17:24:25.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 17:24:25.413 INFO blam! 55888290cc1e9abed27170d2e4b529423e55d4496cabc3d15ddaa44e07a7d703 Oct 16 17:24:25.413 INFO running `"docker" "start" "-a" "55888290cc1e9abed27170d2e4b529423e55d4496cabc3d15ddaa44e07a7d703"` Oct 16 17:24:25.921 INFO kablam! usermod: no changes Oct 16 17:24:26.016 INFO kablam! Compiling axon v0.1.6 (/source) Oct 16 17:24:30.512 INFO kablam! warning: unused import: `Read` Oct 16 17:24:30.512 INFO kablam! --> examples/hello.rs:3:15 Oct 16 17:24:30.512 INFO kablam! | Oct 16 17:24:30.512 INFO kablam! 3 | use std::io::{Read,Write}; Oct 16 17:24:30.512 INFO kablam! | ^^^^ Oct 16 17:24:30.512 INFO kablam! | Oct 16 17:24:30.512 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:24:30.512 INFO kablam! Oct 16 17:24:30.564 INFO kablam! warning: unused variable: `b` Oct 16 17:24:30.565 INFO kablam! --> examples/hello.rs:7:13 Oct 16 17:24:30.565 INFO kablam! | Oct 16 17:24:30.565 INFO kablam! 7 | let mut b = vec![0;10]; Oct 16 17:24:30.566 INFO kablam! | ^ help: consider using `_b` instead Oct 16 17:24:30.566 INFO kablam! | Oct 16 17:24:30.566 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:24:30.566 INFO kablam! Oct 16 17:24:30.568 INFO kablam! warning: variable does not need to be mutable Oct 16 17:24:30.568 INFO kablam! --> examples/hello.rs:7:9 Oct 16 17:24:30.570 INFO kablam! | Oct 16 17:24:30.570 INFO kablam! 7 | let mut b = vec![0;10]; Oct 16 17:24:30.571 INFO kablam! | ----^ Oct 16 17:24:30.571 INFO kablam! | | Oct 16 17:24:30.571 INFO kablam! | help: remove this `mut` Oct 16 17:24:30.572 INFO kablam! | Oct 16 17:24:30.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:24:30.572 INFO kablam! Oct 16 17:24:32.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.33s Oct 16 17:24:32.281 INFO kablam! su: No module specific data is present Oct 16 17:24:33.424 INFO running `"docker" "rm" "-f" "55888290cc1e9abed27170d2e4b529423e55d4496cabc3d15ddaa44e07a7d703"` Oct 16 17:24:33.719 INFO blam! 55888290cc1e9abed27170d2e4b529423e55d4496cabc3d15ddaa44e07a7d703 Oct 16 17:24:33.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 17:24:34.214 INFO blam! 38edb115be7e61fdff7465ed11e326bd993808279d632e28cd06ffb7e0b6d7c6 Oct 16 17:24:34.216 INFO running `"docker" "start" "-a" "38edb115be7e61fdff7465ed11e326bd993808279d632e28cd06ffb7e0b6d7c6"` Oct 16 17:24:35.407 INFO kablam! usermod: no changes Oct 16 17:24:35.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 17:24:35.564 INFO kablam! Running /target/debug/deps/axon-70b4f88ce39f4c91 Oct 16 17:24:35.577 INFO kablam! Doc-tests axon Oct 16 17:24:35.577 INFO blam! Oct 16 17:24:35.577 INFO blam! running 0 tests Oct 16 17:24:35.577 INFO blam! Oct 16 17:24:35.577 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:24:35.577 INFO blam! Oct 16 17:24:42.510 INFO blam! Oct 16 17:24:42.510 INFO blam! running 0 tests Oct 16 17:24:42.510 INFO blam! Oct 16 17:24:42.510 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:24:42.510 INFO blam! Oct 16 17:24:42.524 INFO kablam! su: No module specific data is present Oct 16 17:24:43.201 INFO running `"docker" "rm" "-f" "38edb115be7e61fdff7465ed11e326bd993808279d632e28cd06ffb7e0b6d7c6"` Oct 16 17:24:43.523 INFO blam! 38edb115be7e61fdff7465ed11e326bd993808279d632e28cd06ffb7e0b6d7c6