Oct 14 14:05:42.794 INFO testing lambdude/router against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:05:42.794 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 14 14:05:43.055 INFO blam! 3e219d9edb92fb452640bc53dd819c2ed622c0d1198eb471fb9c87a588a9d055 Oct 14 14:05:43.059 INFO running `"docker" "start" "-a" "3e219d9edb92fb452640bc53dd819c2ed622c0d1198eb471fb9c87a588a9d055"` Oct 14 14:05:44.018 INFO kablam! usermod: no changes Oct 14 14:05:44.048 INFO kablam! Compiling router v0.1.0 (/source) Oct 14 14:05:44.219 INFO kablam! warning: unused import: `SocketAddrV4` Oct 14 14:05:44.219 INFO kablam! --> src/host.rs:1:40 Oct 14 14:05:44.219 INFO kablam! | Oct 14 14:05:44.219 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 14 14:05:44.219 INFO kablam! | ^^^^^^^^^^^^ Oct 14 14:05:44.219 INFO kablam! | Oct 14 14:05:44.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:05:44.219 INFO kablam! Oct 14 14:05:44.219 INFO kablam! warning: unused import: `message::*` Oct 14 14:05:44.219 INFO kablam! --> src/main.rs:5:5 Oct 14 14:05:44.219 INFO kablam! | Oct 14 14:05:44.219 INFO kablam! 5 | use message::*; Oct 14 14:05:44.219 INFO kablam! | ^^^^^^^^^^ Oct 14 14:05:44.219 INFO kablam! Oct 14 14:05:44.311 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.312 INFO kablam! --> src/host.rs:72:13 Oct 14 14:05:44.312 INFO kablam! | Oct 14 14:05:44.312 INFO kablam! 72 | stream.write(&message.payload()); Oct 14 14:05:44.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.313 INFO kablam! | Oct 14 14:05:44.313 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:05:44.313 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.314 INFO kablam! Oct 14 14:05:44.314 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.314 INFO kablam! --> src/host.rs:92:13 Oct 14 14:05:44.315 INFO kablam! | Oct 14 14:05:44.315 INFO kablam! 92 | stream.read(&mut buffer); Oct 14 14:05:44.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.316 INFO kablam! | Oct 14 14:05:44.316 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.316 INFO kablam! Oct 14 14:05:44.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.317 INFO kablam! --> src/main.rs:10:5 Oct 14 14:05:44.317 INFO kablam! | Oct 14 14:05:44.318 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 14 14:05:44.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.318 INFO kablam! | Oct 14 14:05:44.318 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.319 INFO kablam! Oct 14 14:05:44.319 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.319 INFO kablam! --> src/main.rs:11:5 Oct 14 14:05:44.320 INFO kablam! | Oct 14 14:05:44.320 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 14 14:05:44.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.321 INFO kablam! | Oct 14 14:05:44.321 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.321 INFO kablam! Oct 14 14:05:44.321 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.322 INFO kablam! --> src/main.rs:12:5 Oct 14 14:05:44.322 INFO kablam! | Oct 14 14:05:44.322 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 14 14:05:44.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.323 INFO kablam! | Oct 14 14:05:44.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.323 INFO kablam! Oct 14 14:05:44.324 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.324 INFO kablam! --> src/main.rs:13:5 Oct 14 14:05:44.324 INFO kablam! | Oct 14 14:05:44.325 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 14 14:05:44.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.325 INFO kablam! | Oct 14 14:05:44.325 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.326 INFO kablam! Oct 14 14:05:44.326 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:44.326 INFO kablam! --> src/main.rs:14:5 Oct 14 14:05:44.326 INFO kablam! | Oct 14 14:05:44.327 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 14 14:05:44.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:44.327 INFO kablam! | Oct 14 14:05:44.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:44.328 INFO kablam! Oct 14 14:05:45.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 14 14:05:45.214 INFO kablam! su: No module specific data is present Oct 14 14:05:45.795 INFO running `"docker" "rm" "-f" "3e219d9edb92fb452640bc53dd819c2ed622c0d1198eb471fb9c87a588a9d055"` Oct 14 14:05:45.910 INFO blam! 3e219d9edb92fb452640bc53dd819c2ed622c0d1198eb471fb9c87a588a9d055 Oct 14 14:05:45.915 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 14 14:05:46.149 INFO blam! c4473d910a6340b282236a4e7e573c9b70bebf14e00888ead195452be0903ca8 Oct 14 14:05:46.153 INFO running `"docker" "start" "-a" "c4473d910a6340b282236a4e7e573c9b70bebf14e00888ead195452be0903ca8"` Oct 14 14:05:46.602 INFO kablam! usermod: no changes Oct 14 14:05:46.637 INFO kablam! Compiling router v0.1.0 (/source) Oct 14 14:05:46.779 INFO kablam! warning: unused import: `SocketAddrV4` Oct 14 14:05:46.779 INFO kablam! --> src/host.rs:1:40 Oct 14 14:05:46.779 INFO kablam! | Oct 14 14:05:46.779 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 14 14:05:46.779 INFO kablam! | ^^^^^^^^^^^^ Oct 14 14:05:46.779 INFO kablam! | Oct 14 14:05:46.779 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:05:46.779 INFO kablam! Oct 14 14:05:46.785 INFO kablam! warning: unused import: `message::*` Oct 14 14:05:46.785 INFO kablam! --> src/main.rs:5:5 Oct 14 14:05:46.785 INFO kablam! | Oct 14 14:05:46.785 INFO kablam! 5 | use message::*; Oct 14 14:05:46.785 INFO kablam! | ^^^^^^^^^^ Oct 14 14:05:46.785 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/host.rs:72:13 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 72 | stream.write(&message.payload()); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/host.rs:92:13 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 92 | stream.read(&mut buffer); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/main.rs:10:5 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/main.rs:11:5 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/main.rs:12:5 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/main.rs:13:5 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:46.863 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:05:46.863 INFO kablam! --> src/main.rs:14:5 Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 14 14:05:46.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:05:46.863 INFO kablam! | Oct 14 14:05:46.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:05:46.863 INFO kablam! Oct 14 14:05:47.230 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 14 14:05:47.232 INFO kablam! su: No module specific data is present Oct 14 14:05:47.766 INFO running `"docker" "rm" "-f" "c4473d910a6340b282236a4e7e573c9b70bebf14e00888ead195452be0903ca8"` Oct 14 14:05:47.961 INFO blam! c4473d910a6340b282236a4e7e573c9b70bebf14e00888ead195452be0903ca8 Oct 14 14:05:47.963 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 14 14:05:48.235 INFO blam! 305a65784d6a9f86a77408d766955214be2adbb4022c2cb75b0dcf46735d490d Oct 14 14:05:48.246 INFO running `"docker" "start" "-a" "305a65784d6a9f86a77408d766955214be2adbb4022c2cb75b0dcf46735d490d"` Oct 14 14:05:48.768 INFO kablam! usermod: no changes Oct 14 14:05:48.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 14:05:48.831 INFO kablam! Running /target/debug/deps/router-11c7ddc3df4ceb46 Oct 14 14:05:48.839 INFO blam! Oct 14 14:05:48.839 INFO blam! running 0 tests Oct 14 14:05:48.839 INFO blam! Oct 14 14:05:48.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:05:48.839 INFO blam! Oct 14 14:05:48.843 INFO kablam! su: No module specific data is present Oct 14 14:05:49.145 INFO running `"docker" "rm" "-f" "305a65784d6a9f86a77408d766955214be2adbb4022c2cb75b0dcf46735d490d"` Oct 14 14:05:49.278 INFO blam! 305a65784d6a9f86a77408d766955214be2adbb4022c2cb75b0dcf46735d490d