Oct 15 16:06:23.028 INFO testing tokio-uds-proto-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:06:23.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:06:23.363 INFO blam! fb6313680a723fb029d52e9268d8d75c66a6979fe2c01b8fec2f2da0bc6d62be Oct 15 16:06:23.379 INFO running `"docker" "start" "-a" "fb6313680a723fb029d52e9268d8d75c66a6979fe2c01b8fec2f2da0bc6d62be"` Oct 15 16:06:24.413 INFO kablam! usermod: no changes Oct 15 16:06:24.675 INFO kablam! Compiling tokio-uds v0.1.7 Oct 15 16:06:28.583 INFO kablam! Compiling tokio-uds-proto v0.1.1 (/source) Oct 15 16:06:31.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.84s Oct 15 16:06:31.315 INFO kablam! su: No module specific data is present Oct 15 16:06:32.316 INFO running `"docker" "rm" "-f" "fb6313680a723fb029d52e9268d8d75c66a6979fe2c01b8fec2f2da0bc6d62be"` Oct 15 16:06:32.436 INFO blam! fb6313680a723fb029d52e9268d8d75c66a6979fe2c01b8fec2f2da0bc6d62be Oct 15 16:06:32.439 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:06:32.625 INFO blam! b0990ce0360ec1688110d0598f35a37f060133d04e178e70aa22858a720e659c Oct 15 16:06:32.627 INFO running `"docker" "start" "-a" "b0990ce0360ec1688110d0598f35a37f060133d04e178e70aa22858a720e659c"` Oct 15 16:06:33.103 INFO kablam! usermod: no changes Oct 15 16:06:33.263 INFO kablam! Compiling tokio-uds-proto v0.1.1 (/source) Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:11:23 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 11 | use tokio_io::codec::{Framed, LinesCodec}; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^ Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:11:31 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 11 | use tokio_io::codec::{Framed, LinesCodec}; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:85:22 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 85 | type Transport = Framed; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:85:32 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 85 | type Transport = Framed; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:89:22 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 89 | Ok(io.framed(LinesCodec::new())) Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:98:22 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 98 | type Transport = Framed; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.655 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:06:36.655 INFO kablam! --> tests/test_domain_communication.rs:98:32 Oct 15 16:06:36.655 INFO kablam! | Oct 15 16:06:36.655 INFO kablam! 98 | type Transport = Framed; Oct 15 16:06:36.655 INFO kablam! | ^^^^^^^^^^ Oct 15 16:06:36.655 INFO kablam! Oct 15 16:06:36.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:06:36.656 INFO kablam! --> tests/test_domain_communication.rs:102:22 Oct 15 16:06:36.656 INFO kablam! | Oct 15 16:06:36.656 INFO kablam! 102 | Ok(io.framed(LinesCodec::new())) Oct 15 16:06:36.656 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:06:36.656 INFO kablam! Oct 15 16:06:36.723 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:06:36.723 INFO kablam! --> tests/test_domain_communication.rs:89:15 Oct 15 16:06:36.723 INFO kablam! | Oct 15 16:06:36.723 INFO kablam! 89 | Ok(io.framed(LinesCodec::new())) Oct 15 16:06:36.723 INFO kablam! | ^^^^^^ Oct 15 16:06:36.723 INFO kablam! Oct 15 16:06:36.723 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:06:36.723 INFO kablam! --> tests/test_domain_communication.rs:102:15 Oct 15 16:06:36.723 INFO kablam! | Oct 15 16:06:36.723 INFO kablam! 102 | Ok(io.framed(LinesCodec::new())) Oct 15 16:06:36.723 INFO kablam! | ^^^^^^ Oct 15 16:06:36.723 INFO kablam! Oct 15 16:06:40.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.03s Oct 15 16:06:40.181 INFO kablam! su: No module specific data is present Oct 15 16:06:40.798 INFO running `"docker" "rm" "-f" "b0990ce0360ec1688110d0598f35a37f060133d04e178e70aa22858a720e659c"` Oct 15 16:06:41.075 INFO blam! b0990ce0360ec1688110d0598f35a37f060133d04e178e70aa22858a720e659c