Oct 12 01:58:45.963 INFO testing daemon-engine-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:58:45.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 01:58:46.464 INFO blam! da7fb77812b4bd5c0d0934e225768ea4b474f9db1f68641bf5f08db33de8ef32 Oct 12 01:58:46.466 INFO running `"docker" "start" "-a" "da7fb77812b4bd5c0d0934e225768ea4b474f9db1f68641bf5f08db33de8ef32"` Oct 12 01:58:47.907 INFO kablam! usermod: no changes Oct 12 01:58:48.204 INFO kablam! Compiling tokio-serde v0.2.0 Oct 12 01:58:49.245 INFO kablam! Compiling tokio-serde-json-mirror v0.1.0 Oct 12 01:58:50.188 INFO kablam! Compiling daemon-engine v0.1.0 (/source) Oct 12 01:58:53.988 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:58:53.988 INFO kablam! --> src/client.rs:15:41 Oct 12 01:58:53.988 INFO kablam! | Oct 12 01:58:53.990 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 12 01:58:53.990 INFO kablam! | ^^^^^^^^^^ Oct 12 01:58:53.990 INFO kablam! | Oct 12 01:58:53.990 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:58:53.990 INFO kablam! Oct 12 01:58:53.990 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:58:53.990 INFO kablam! --> src/client.rs:15:53 Oct 12 01:58:53.990 INFO kablam! | Oct 12 01:58:53.990 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 12 01:58:53.996 INFO kablam! | ^^^^^^^^^^^ Oct 12 01:58:53.996 INFO kablam! Oct 12 01:58:53.996 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:58:53.996 INFO kablam! --> src/client.rs:24:43 Oct 12 01:58:53.996 INFO kablam! | Oct 12 01:58:53.996 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 12 01:58:53.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:58:53.996 INFO kablam! Oct 12 01:58:53.996 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:58:53.996 INFO kablam! --> src/client.rs:27:45 Oct 12 01:58:53.996 INFO kablam! | Oct 12 01:58:53.996 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 12 01:58:53.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:58:53.996 INFO kablam! Oct 12 01:58:53.996 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:58:53.996 INFO kablam! --> src/client.rs:104:68 Oct 12 01:58:53.996 INFO kablam! | Oct 12 01:58:53.996 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 12 01:58:53.996 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 01:58:53.996 INFO kablam! Oct 12 01:58:53.996 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:58:53.996 INFO kablam! --> src/client.rs:107:69 Oct 12 01:58:53.996 INFO kablam! | Oct 12 01:58:53.996 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 12 01:58:53.996 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 01:58:53.996 INFO kablam! Oct 12 01:59:07.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.40s Oct 12 01:59:07.352 INFO kablam! su: No module specific data is present Oct 12 01:59:08.080 INFO running `"docker" "rm" "-f" "da7fb77812b4bd5c0d0934e225768ea4b474f9db1f68641bf5f08db33de8ef32"` Oct 12 01:59:08.316 INFO blam! da7fb77812b4bd5c0d0934e225768ea4b474f9db1f68641bf5f08db33de8ef32 Oct 12 01:59:08.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 01:59:08.775 INFO blam! f5e640dff958d2aae159e80afa9ffa2ac489a312fd8da5f7827f600c1911c20a Oct 12 01:59:08.781 INFO running `"docker" "start" "-a" "f5e640dff958d2aae159e80afa9ffa2ac489a312fd8da5f7827f600c1911c20a"` Oct 12 01:59:10.544 INFO kablam! usermod: no changes Oct 12 01:59:10.807 INFO kablam! Compiling daemon-engine v0.1.0 (/source) Oct 12 01:59:18.500 INFO kablam! warning: unused import: `Instant` Oct 12 01:59:18.500 INFO kablam! --> src/lib.rs:51:31 Oct 12 01:59:18.500 INFO kablam! | Oct 12 01:59:18.500 INFO kablam! 51 | use std::time::{Duration, Instant}; Oct 12 01:59:18.500 INFO kablam! | ^^^^^^^ Oct 12 01:59:18.500 INFO kablam! | Oct 12 01:59:18.500 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:59:18.500 INFO kablam! Oct 12 01:59:18.572 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:59:18.573 INFO kablam! --> src/client.rs:15:41 Oct 12 01:59:18.573 INFO kablam! | Oct 12 01:59:18.573 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 12 01:59:18.574 INFO kablam! | ^^^^^^^^^^ Oct 12 01:59:18.574 INFO kablam! | Oct 12 01:59:18.574 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:59:18.575 INFO kablam! Oct 12 01:59:18.575 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:59:18.576 INFO kablam! --> src/client.rs:15:53 Oct 12 01:59:18.576 INFO kablam! | Oct 12 01:59:18.577 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 12 01:59:18.578 INFO kablam! | ^^^^^^^^^^^ Oct 12 01:59:18.578 INFO kablam! Oct 12 01:59:18.579 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:59:18.579 INFO kablam! --> src/client.rs:24:43 Oct 12 01:59:18.580 INFO kablam! | Oct 12 01:59:18.580 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 12 01:59:18.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:59:18.581 INFO kablam! Oct 12 01:59:18.582 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:59:18.582 INFO kablam! --> src/client.rs:27:45 Oct 12 01:59:18.583 INFO kablam! | Oct 12 01:59:18.584 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 12 01:59:18.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:59:18.585 INFO kablam! Oct 12 01:59:18.592 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 12 01:59:18.593 INFO kablam! --> src/client.rs:104:68 Oct 12 01:59:18.593 INFO kablam! | Oct 12 01:59:18.594 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 12 01:59:18.594 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 01:59:18.595 INFO kablam! Oct 12 01:59:18.595 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 12 01:59:18.596 INFO kablam! --> src/client.rs:107:69 Oct 12 01:59:18.596 INFO kablam! | Oct 12 01:59:18.597 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 12 01:59:18.597 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 01:59:18.598 INFO kablam! Oct 12 01:59:23.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.22s Oct 12 01:59:23.801 INFO kablam! su: No module specific data is present Oct 12 01:59:24.797 INFO running `"docker" "rm" "-f" "f5e640dff958d2aae159e80afa9ffa2ac489a312fd8da5f7827f600c1911c20a"` Oct 12 01:59:25.086 INFO blam! f5e640dff958d2aae159e80afa9ffa2ac489a312fd8da5f7827f600c1911c20a Oct 12 01:59:25.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 01:59:25.441 INFO blam! 6cad6fb7ff5b2d4e3fde846fac65e8a35f07fb3488b825d6c33e26acbfaaed3b Oct 12 01:59:25.449 INFO running `"docker" "start" "-a" "6cad6fb7ff5b2d4e3fde846fac65e8a35f07fb3488b825d6c33e26acbfaaed3b"` Oct 12 01:59:27.256 INFO kablam! usermod: no changes Oct 12 01:59:27.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 12 01:59:27.472 INFO kablam! Running /target/debug/deps/daemon_engine-8f7f1120de30ee0f Oct 12 01:59:27.473 INFO blam! Oct 12 01:59:27.473 INFO blam! running 3 tests Oct 12 01:59:27.480 INFO blam! test user::tests::test_get_groups ... ok Oct 12 01:59:27.488 INFO blam! [TEST] Creating server Oct 12 01:59:27.488 INFO blam! [TEST] Awaiting connect Oct 12 01:59:27.488 INFO blam! [TEST] Creating client Oct 12 01:59:27.540 INFO blam! [TEST] Writing Data Oct 12 01:59:27.548 INFO blam! test client::tests::client_ping_pong ... ok Oct 12 01:59:27.548 INFO blam! server incoming: Test { text: "test text" } Oct 12 01:59:29.536 INFO blam! [TEST] Reading Data Oct 12 01:59:29.536 INFO blam! client incoming: Test { text: "test text" } Oct 12 01:59:29.536 INFO blam! [TEST] Done Oct 12 01:59:29.537 INFO blam! test tests::it_works ... ok Oct 12 01:59:29.537 INFO blam! Oct 12 01:59:29.537 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:59:29.537 INFO blam! Oct 12 01:59:29.538 INFO kablam! Running /target/debug/deps/rustd_client-5094dde3862c4828 Oct 12 01:59:29.540 INFO blam! Oct 12 01:59:29.540 INFO blam! running 0 tests Oct 12 01:59:29.540 INFO blam! Oct 12 01:59:29.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:59:29.540 INFO blam! Oct 12 01:59:29.541 INFO kablam! Running /target/debug/deps/rustd_server-f86909e5f253544e Oct 12 01:59:29.546 INFO blam! Oct 12 01:59:29.546 INFO blam! running 0 tests Oct 12 01:59:29.546 INFO blam! Oct 12 01:59:29.546 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:59:29.546 INFO blam! Oct 12 01:59:29.552 INFO kablam! Doc-tests daemon-engine Oct 12 01:59:35.517 INFO blam! Oct 12 01:59:35.517 INFO blam! running 0 tests Oct 12 01:59:35.517 INFO blam! Oct 12 01:59:35.518 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:59:35.518 INFO blam! Oct 12 01:59:35.524 INFO kablam! su: No module specific data is present Oct 12 01:59:36.335 INFO running `"docker" "rm" "-f" "6cad6fb7ff5b2d4e3fde846fac65e8a35f07fb3488b825d6c33e26acbfaaed3b"` Oct 12 01:59:36.624 INFO blam! 6cad6fb7ff5b2d4e3fde846fac65e8a35f07fb3488b825d6c33e26acbfaaed3b