Oct 10 19:42:00.002 INFO testing lambdude/router against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:42:00.002 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:42:00.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:42:00.508 INFO blam! 25056bf24cde1cc8b376d6bc06a540944f1501fc25450e7ffbce6f4e19f23d11 Oct 10 19:42:00.516 INFO running `"docker" "start" "-a" "25056bf24cde1cc8b376d6bc06a540944f1501fc25450e7ffbce6f4e19f23d11"` Oct 10 19:42:02.002 INFO kablam! usermod: no changes Oct 10 19:42:02.096 INFO kablam! Compiling router v0.1.0 (/source) Oct 10 19:42:02.680 INFO kablam! warning: unused import: `SocketAddrV4` Oct 10 19:42:02.680 INFO kablam! --> src/host.rs:1:40 Oct 10 19:42:02.680 INFO kablam! | Oct 10 19:42:02.680 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 10 19:42:02.680 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:42:02.680 INFO kablam! | Oct 10 19:42:02.680 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:42:02.680 INFO kablam! Oct 10 19:42:02.680 INFO kablam! warning: unused import: `message::*` Oct 10 19:42:02.680 INFO kablam! --> src/main.rs:5:5 Oct 10 19:42:02.680 INFO kablam! | Oct 10 19:42:02.680 INFO kablam! 5 | use message::*; Oct 10 19:42:02.680 INFO kablam! | ^^^^^^^^^^ Oct 10 19:42:02.680 INFO kablam! Oct 10 19:42:02.780 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.780 INFO kablam! --> src/host.rs:72:13 Oct 10 19:42:02.780 INFO kablam! | Oct 10 19:42:02.780 INFO kablam! 72 | stream.write(&message.payload()); Oct 10 19:42:02.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.780 INFO kablam! | Oct 10 19:42:02.780 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:42:02.780 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.780 INFO kablam! Oct 10 19:42:02.780 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.780 INFO kablam! --> src/host.rs:92:13 Oct 10 19:42:02.780 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 92 | stream.read(&mut buffer); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:02.781 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.781 INFO kablam! --> src/main.rs:10:5 Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:02.781 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.781 INFO kablam! --> src/main.rs:11:5 Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:02.781 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.781 INFO kablam! --> src/main.rs:12:5 Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:02.781 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.781 INFO kablam! --> src/main.rs:13:5 Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:02.781 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:02.781 INFO kablam! --> src/main.rs:14:5 Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 10 19:42:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:02.781 INFO kablam! | Oct 10 19:42:02.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:02.781 INFO kablam! Oct 10 19:42:03.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 10 19:42:03.644 INFO kablam! su: No module specific data is present Oct 10 19:42:04.073 INFO running `"docker" "rm" "-f" "25056bf24cde1cc8b376d6bc06a540944f1501fc25450e7ffbce6f4e19f23d11"` Oct 10 19:42:04.228 INFO blam! 25056bf24cde1cc8b376d6bc06a540944f1501fc25450e7ffbce6f4e19f23d11 Oct 10 19:42:04.230 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:42:04.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:42:04.465 INFO blam! 8195bfc123a88673dfc5de821b018d913d8d8a777e4226d34167e56e551d8527 Oct 10 19:42:04.469 INFO running `"docker" "start" "-a" "8195bfc123a88673dfc5de821b018d913d8d8a777e4226d34167e56e551d8527"` Oct 10 19:42:04.845 INFO kablam! usermod: no changes Oct 10 19:42:04.874 INFO kablam! Compiling router v0.1.0 (/source) Oct 10 19:42:05.374 INFO kablam! warning: unused import: `SocketAddrV4` Oct 10 19:42:05.374 INFO kablam! --> src/host.rs:1:40 Oct 10 19:42:05.374 INFO kablam! | Oct 10 19:42:05.375 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 10 19:42:05.375 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:42:05.375 INFO kablam! | Oct 10 19:42:05.376 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:42:05.376 INFO kablam! Oct 10 19:42:05.376 INFO kablam! warning: unused import: `message::*` Oct 10 19:42:05.376 INFO kablam! --> src/main.rs:5:5 Oct 10 19:42:05.376 INFO kablam! | Oct 10 19:42:05.376 INFO kablam! 5 | use message::*; Oct 10 19:42:05.376 INFO kablam! | ^^^^^^^^^^ Oct 10 19:42:05.376 INFO kablam! Oct 10 19:42:05.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.467 INFO kablam! --> src/host.rs:72:13 Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! 72 | stream.write(&message.payload()); Oct 10 19:42:05.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:42:05.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.467 INFO kablam! Oct 10 19:42:05.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.467 INFO kablam! --> src/host.rs:92:13 Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! 92 | stream.read(&mut buffer); Oct 10 19:42:05.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.467 INFO kablam! Oct 10 19:42:05.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.467 INFO kablam! --> src/main.rs:10:5 Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 10 19:42:05.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.467 INFO kablam! | Oct 10 19:42:05.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.467 INFO kablam! Oct 10 19:42:05.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.467 INFO kablam! --> src/main.rs:11:5 Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 10 19:42:05.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.468 INFO kablam! Oct 10 19:42:05.468 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.468 INFO kablam! --> src/main.rs:12:5 Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 10 19:42:05.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.468 INFO kablam! Oct 10 19:42:05.468 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.468 INFO kablam! --> src/main.rs:13:5 Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 10 19:42:05.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.468 INFO kablam! Oct 10 19:42:05.468 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:42:05.468 INFO kablam! --> src/main.rs:14:5 Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 10 19:42:05.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:42:05.468 INFO kablam! | Oct 10 19:42:05.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:42:05.468 INFO kablam! Oct 10 19:42:05.780 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 10 19:42:05.780 INFO kablam! su: No module specific data is present Oct 10 19:42:06.104 INFO running `"docker" "rm" "-f" "8195bfc123a88673dfc5de821b018d913d8d8a777e4226d34167e56e551d8527"` Oct 10 19:42:06.187 INFO blam! 8195bfc123a88673dfc5de821b018d913d8d8a777e4226d34167e56e551d8527 Oct 10 19:42:06.192 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:42:06.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:42:06.427 INFO blam! a3ab59d73138251ecb8e6f16a2d0cea0c4fb112948d16ab5b517e3314d909f5e Oct 10 19:42:06.428 INFO running `"docker" "start" "-a" "a3ab59d73138251ecb8e6f16a2d0cea0c4fb112948d16ab5b517e3314d909f5e"` Oct 10 19:42:06.897 INFO kablam! usermod: no changes Oct 10 19:42:06.917 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 19:42:06.918 INFO kablam! Running /target/debug/deps/router-11c7ddc3df4ceb46 Oct 10 19:42:06.919 INFO blam! Oct 10 19:42:06.919 INFO blam! running 0 tests Oct 10 19:42:06.919 INFO blam! Oct 10 19:42:06.919 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:42:06.919 INFO blam! Oct 10 19:42:06.921 INFO kablam! su: No module specific data is present Oct 10 19:42:07.143 INFO running `"docker" "rm" "-f" "a3ab59d73138251ecb8e6f16a2d0cea0c4fb112948d16ab5b517e3314d909f5e"` Oct 10 19:42:07.235 INFO blam! a3ab59d73138251ecb8e6f16a2d0cea0c4fb112948d16ab5b517e3314d909f5e