Oct 27 06:22:00.164 INFO checking csperkins/orchard against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:22:00.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 06:22:00.725 INFO blam! 98618e72b798933386f078d455c7d401932c7552485a4dd1a20cb4ef0769699d Oct 27 06:22:00.728 INFO running `"docker" "start" "-a" "98618e72b798933386f078d455c7d401932c7552485a4dd1a20cb4ef0769699d"` Oct 27 06:22:03.087 INFO kablam! usermod: no changes Oct 27 06:22:03.241 INFO kablam! Checking memchr v1.0.1 Oct 27 06:22:03.242 INFO kablam! Checking unix_socket v0.5.0 Oct 27 06:22:03.242 INFO kablam! Checking net2 v0.2.30 Oct 27 06:22:04.667 INFO kablam! Checking nom v3.2.0 Oct 27 06:22:04.941 INFO kablam! Checking mio v0.6.9 Oct 27 06:22:05.040 INFO kablam! Checking syslog v3.2.0 Oct 27 06:22:09.073 INFO kablam! Checking config v0.6.0 Oct 27 06:22:10.779 INFO kablam! Checking orchard v0.1.0 (/source) Oct 27 06:22:12.661 INFO kablam! warning: variant is never constructed: `NatReply` Oct 27 06:22:12.662 INFO kablam! --> src/message.rs:73:5 Oct 27 06:22:12.662 INFO kablam! | Oct 27 06:22:12.662 INFO kablam! 73 | / NatReply { Oct 27 06:22:12.662 INFO kablam! 74 | | send_addr : IpAddr, Oct 27 06:22:12.662 INFO kablam! 75 | | send_port : u16, Oct 27 06:22:12.662 INFO kablam! 76 | | recv_addr : IpAddr, Oct 27 06:22:12.662 INFO kablam! 77 | | recv_port : u16, Oct 27 06:22:12.662 INFO kablam! 78 | | } Oct 27 06:22:12.662 INFO kablam! | |_____^ Oct 27 06:22:12.662 INFO kablam! | Oct 27 06:22:12.662 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:12.662 INFO kablam! Oct 27 06:22:12.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.665 INFO kablam! --> src/main.rs:60:5 Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 27 06:22:12.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:12.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.665 INFO kablam! Oct 27 06:22:12.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.665 INFO kablam! --> src/main.rs:85:5 Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 27 06:22:12.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.665 INFO kablam! Oct 27 06:22:12.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.665 INFO kablam! --> src/main.rs:108:17 Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 27 06:22:12.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.665 INFO kablam! Oct 27 06:22:12.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.665 INFO kablam! --> src/main.rs:118:29 Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 27 06:22:12.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.665 INFO kablam! | Oct 27 06:22:12.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.665 INFO kablam! Oct 27 06:22:12.670 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.670 INFO kablam! --> src/main.rs:122:29 Oct 27 06:22:12.670 INFO kablam! | Oct 27 06:22:12.670 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 27 06:22:12.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.670 INFO kablam! | Oct 27 06:22:12.670 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.670 INFO kablam! Oct 27 06:22:12.670 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.670 INFO kablam! --> src/main.rs:125:29 Oct 27 06:22:12.670 INFO kablam! | Oct 27 06:22:12.670 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 27 06:22:12.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.670 INFO kablam! | Oct 27 06:22:12.670 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.670 INFO kablam! Oct 27 06:22:12.830 INFO kablam! warning: variant is never constructed: `NatReply` Oct 27 06:22:12.831 INFO kablam! --> src/message.rs:73:5 Oct 27 06:22:12.831 INFO kablam! | Oct 27 06:22:12.831 INFO kablam! 73 | / NatReply { Oct 27 06:22:12.831 INFO kablam! 74 | | send_addr : IpAddr, Oct 27 06:22:12.831 INFO kablam! 75 | | send_port : u16, Oct 27 06:22:12.831 INFO kablam! 76 | | recv_addr : IpAddr, Oct 27 06:22:12.831 INFO kablam! 77 | | recv_port : u16, Oct 27 06:22:12.831 INFO kablam! 78 | | } Oct 27 06:22:12.831 INFO kablam! | |_____^ Oct 27 06:22:12.831 INFO kablam! | Oct 27 06:22:12.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:12.831 INFO kablam! Oct 27 06:22:12.833 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.833 INFO kablam! --> src/main.rs:60:5 Oct 27 06:22:12.833 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.834 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.834 INFO kablam! --> src/main.rs:85:5 Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.834 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.834 INFO kablam! --> src/main.rs:108:17 Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.834 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.834 INFO kablam! --> src/main.rs:118:29 Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.834 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.834 INFO kablam! --> src/main.rs:122:29 Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.834 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:12.834 INFO kablam! --> src/main.rs:125:29 Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 27 06:22:12.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:12.834 INFO kablam! | Oct 27 06:22:12.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:12.834 INFO kablam! Oct 27 06:22:12.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.76s Oct 27 06:22:12.910 INFO kablam! su: No module specific data is present Oct 27 06:22:13.684 INFO running `"docker" "rm" "-f" "98618e72b798933386f078d455c7d401932c7552485a4dd1a20cb4ef0769699d"` Oct 27 06:22:13.937 INFO blam! 98618e72b798933386f078d455c7d401932c7552485a4dd1a20cb4ef0769699d