Nov 17 06:44:13.180 INFO testing chippers/rplug against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 06:44:13.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 06:44:13.788 INFO [stdout] c0902af7a74a74ccc7f4f5378989185b43b0233336d56008841df6c7c954168a Nov 17 06:44:13.791 INFO running `"docker" "start" "-a" "c0902af7a74a74ccc7f4f5378989185b43b0233336d56008841df6c7c954168a"` Nov 17 06:44:16.410 INFO [stderr] usermod: no changes Nov 17 06:44:16.737 INFO [stderr] Compiling cc v1.0.10 Nov 17 06:44:16.761 INFO [stderr] Compiling net2 v0.2.32 Nov 17 06:44:16.764 INFO [stderr] Compiling crossbeam-utils v0.3.2 Nov 17 06:44:16.766 INFO [stderr] Compiling proc-macro2 v0.2.3 Nov 17 06:44:16.768 INFO [stderr] Compiling base64 v0.9.0 Nov 17 06:44:16.770 INFO [stderr] Compiling bytes v0.4.6 Nov 17 06:44:16.771 INFO [stderr] Compiling tempdir v0.3.7 Nov 17 06:44:16.772 INFO [stderr] Compiling tokio-timer v0.2.1 Nov 17 06:44:20.105 INFO [stderr] Compiling clap v2.31.2 Nov 17 06:44:20.553 INFO [stderr] Compiling crossbeam-epoch v0.4.1 Nov 17 06:44:29.591 INFO [stderr] Compiling serde_derive v1.0.21 Nov 17 06:44:30.410 INFO [stderr] Compiling mio v0.6.14 Nov 17 06:44:31.675 INFO [stderr] Compiling tokio-io v0.1.6 Nov 17 06:44:31.785 INFO [stderr] Compiling crossbeam-deque v0.3.0 Nov 17 06:44:31.955 INFO [stderr] Compiling standalone-quote v0.5.0 Nov 17 06:44:32.191 INFO [stderr] Compiling openssl-sys v0.9.28 Nov 17 06:44:35.095 INFO [stderr] Compiling tokio-threadpool v0.1.2 Nov 17 06:44:35.192 INFO [stderr] Compiling standalone-syn v0.13.0 Nov 17 06:44:40.693 INFO [stderr] Compiling openssl v0.9.24 Nov 17 06:44:46.508 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 17 06:44:51.851 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 17 06:44:51.851 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 17 06:44:59.923 INFO [stderr] Compiling tokio v0.1.5 Nov 17 06:45:15.951 INFO [stderr] Compiling serde v1.0.41 Nov 17 06:45:15.959 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 06:45:16.443 INFO [stderr] Compiling native-tls v0.1.5 Nov 17 06:45:16.443 INFO [stderr] Compiling ws v0.7.6 Nov 17 06:45:26.967 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 17 06:45:30.815 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 17 06:45:36.411 INFO [stderr] Compiling hyper v0.11.25 Nov 17 06:45:45.003 INFO [stderr] Compiling toml v0.4.6 Nov 17 06:45:45.003 INFO [stderr] Compiling serde_json v1.0.15 Nov 17 06:45:51.031 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 17 06:45:54.220 INFO [stderr] Compiling cbindgen v0.6.0 Nov 17 06:46:07.415 INFO [stderr] Compiling rplug v0.1.0 (/source) Nov 17 06:46:11.471 INFO [stderr] warning: unused import: `endpoints::mobile::MobileInit` Nov 17 06:46:11.471 INFO [stderr] --> src/lib.rs:17:5 Nov 17 06:46:11.471 INFO [stderr] | Nov 17 06:46:11.471 INFO [stderr] 17 | use endpoints::mobile::MobileInit; Nov 17 06:46:11.471 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 06:46:11.471 INFO [stderr] | Nov 17 06:46:11.471 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 06:46:11.471 INFO [stderr] Nov 17 06:46:11.471 INFO [stderr] warning: unused import: `connect` Nov 17 06:46:11.471 INFO [stderr] --> src/lib.rs:22:10 Nov 17 06:46:11.471 INFO [stderr] | Nov 17 06:46:11.471 INFO [stderr] 22 | use ws::{connect, CloseCode, Handler, Handshake, Message, Request, Result, Sender}; Nov 17 06:46:11.471 INFO [stderr] | ^^^^^^^ Nov 17 06:46:11.471 INFO [stderr] Nov 17 06:46:11.675 INFO [stderr] warning: struct is never constructed: `SocketClient` Nov 17 06:46:11.676 INFO [stderr] --> src/lib.rs:29:1 Nov 17 06:46:11.676 INFO [stderr] | Nov 17 06:46:11.676 INFO [stderr] 29 | struct SocketClient { Nov 17 06:46:11.676 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 17 06:46:11.676 INFO [stderr] | Nov 17 06:46:11.677 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 06:46:11.677 INFO [stderr] Nov 17 06:46:20.447 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s Nov 17 06:46:20.467 INFO [stderr] su: No module specific data is present Nov 17 06:46:21.033 INFO running `"docker" "inspect" "c0902af7a74a74ccc7f4f5378989185b43b0233336d56008841df6c7c954168a"` Nov 17 06:46:21.410 INFO running `"docker" "rm" "-f" "c0902af7a74a74ccc7f4f5378989185b43b0233336d56008841df6c7c954168a"` Nov 17 06:46:21.678 INFO [stdout] c0902af7a74a74ccc7f4f5378989185b43b0233336d56008841df6c7c954168a Nov 17 06:46:21.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 06:46:22.038 INFO [stdout] 7698b94d15fd2f3e192eb1b8ab6ccc05fd1280d5e7b2ea68cfff43498ce1c82e Nov 17 06:46:22.040 INFO running `"docker" "start" "-a" "7698b94d15fd2f3e192eb1b8ab6ccc05fd1280d5e7b2ea68cfff43498ce1c82e"` Nov 17 06:46:23.539 INFO [stderr] usermod: no changes Nov 17 06:46:23.879 INFO [stderr] Compiling rplug v0.1.0 (/source) Nov 17 06:46:25.512 INFO [stderr] warning: unused import: `endpoints::mobile::MobileInit` Nov 17 06:46:25.512 INFO [stderr] --> src/lib.rs:17:5 Nov 17 06:46:25.512 INFO [stderr] | Nov 17 06:46:25.512 INFO [stderr] 17 | use endpoints::mobile::MobileInit; Nov 17 06:46:25.512 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 06:46:25.519 INFO [stderr] | Nov 17 06:46:25.519 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 06:46:25.519 INFO [stderr] Nov 17 06:46:25.519 INFO [stderr] warning: unused import: `connect` Nov 17 06:46:25.519 INFO [stderr] --> src/lib.rs:22:10 Nov 17 06:46:25.519 INFO [stderr] | Nov 17 06:46:25.519 INFO [stderr] 22 | use ws::{connect, CloseCode, Handler, Handshake, Message, Request, Result, Sender}; Nov 17 06:46:25.519 INFO [stderr] | ^^^^^^^ Nov 17 06:46:25.519 INFO [stderr] Nov 17 06:46:25.811 INFO [stderr] warning: struct is never constructed: `SocketClient` Nov 17 06:46:25.811 INFO [stderr] --> src/lib.rs:29:1 Nov 17 06:46:25.811 INFO [stderr] | Nov 17 06:46:25.811 INFO [stderr] 29 | struct SocketClient { Nov 17 06:46:25.811 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 17 06:46:25.811 INFO [stderr] | Nov 17 06:46:25.811 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 06:46:25.811 INFO [stderr] Nov 17 06:46:31.559 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.98s Nov 17 06:46:31.571 INFO [stderr] su: No module specific data is present Nov 17 06:46:32.143 INFO running `"docker" "inspect" "7698b94d15fd2f3e192eb1b8ab6ccc05fd1280d5e7b2ea68cfff43498ce1c82e"` Nov 17 06:46:32.412 INFO running `"docker" "rm" "-f" "7698b94d15fd2f3e192eb1b8ab6ccc05fd1280d5e7b2ea68cfff43498ce1c82e"` Nov 17 06:46:32.652 INFO [stdout] 7698b94d15fd2f3e192eb1b8ab6ccc05fd1280d5e7b2ea68cfff43498ce1c82e Nov 17 06:46:32.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 06:46:33.100 INFO [stdout] 8e2bb7f59a8af4cda14985c1d54f25fd1d9a8349eae3f784e8f211594a726021 Nov 17 06:46:33.103 INFO running `"docker" "start" "-a" "8e2bb7f59a8af4cda14985c1d54f25fd1d9a8349eae3f784e8f211594a726021"` Nov 17 06:46:33.662 INFO [stderr] usermod: no changes Nov 17 06:46:33.814 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Nov 17 06:46:33.820 INFO [stderr] Running /target/debug/deps/rplug-f8816e8649d0cad2 Nov 17 06:46:33.822 INFO [stderr] Running /target/debug/deps/rplug-0e2e6940bb1a444c Nov 17 06:46:33.822 INFO [stdout] Nov 17 06:46:33.822 INFO [stdout] running 0 tests Nov 17 06:46:33.822 INFO [stdout] Nov 17 06:46:33.822 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:46:33.822 INFO [stdout] Nov 17 06:46:33.824 INFO [stdout] Nov 17 06:46:33.824 INFO [stdout] running 0 tests Nov 17 06:46:33.824 INFO [stdout] Nov 17 06:46:33.824 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:46:33.824 INFO [stdout] Nov 17 06:46:33.824 INFO [stderr] Doc-tests rplug Nov 17 06:46:34.927 INFO [stdout] Nov 17 06:46:34.927 INFO [stdout] running 0 tests Nov 17 06:46:34.927 INFO [stdout] Nov 17 06:46:34.927 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:46:34.927 INFO [stdout] Nov 17 06:46:34.933 INFO [stderr] su: No module specific data is present Nov 17 06:46:35.142 INFO running `"docker" "inspect" "8e2bb7f59a8af4cda14985c1d54f25fd1d9a8349eae3f784e8f211594a726021"` Nov 17 06:46:35.221 INFO running `"docker" "rm" "-f" "8e2bb7f59a8af4cda14985c1d54f25fd1d9a8349eae3f784e8f211594a726021"` Nov 17 06:46:35.283 INFO [stdout] 8e2bb7f59a8af4cda14985c1d54f25fd1d9a8349eae3f784e8f211594a726021