Oct 27 06:22:04.650 INFO checking csperkins/orchard against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:22:04.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:05.116 INFO blam! d1c6434badb83853baa544816ac88f35ab9287e57d960f8d91cf1ccace768b10 Oct 27 06:22:05.117 INFO running `"docker" "start" "-a" "d1c6434badb83853baa544816ac88f35ab9287e57d960f8d91cf1ccace768b10"` Oct 27 06:22:07.262 INFO kablam! usermod: no changes Oct 27 06:22:07.431 INFO kablam! Checking memchr v1.0.1 Oct 27 06:22:07.431 INFO kablam! Checking unix_socket v0.5.0 Oct 27 06:22:08.204 INFO kablam! Checking nom v3.2.0 Oct 27 06:22:08.735 INFO kablam! Checking syslog v3.2.0 Oct 27 06:22:11.632 INFO kablam! Checking config v0.6.0 Oct 27 06:22:13.095 INFO kablam! Checking orchard v0.1.0 (/source) Oct 27 06:22:14.754 INFO kablam! warning: variant is never constructed: `NatReply` Oct 27 06:22:14.755 INFO kablam! --> src/message.rs:73:5 Oct 27 06:22:14.756 INFO kablam! | Oct 27 06:22:14.756 INFO kablam! 73 | / NatReply { Oct 27 06:22:14.756 INFO kablam! 74 | | send_addr : IpAddr, Oct 27 06:22:14.756 INFO kablam! 75 | | send_port : u16, Oct 27 06:22:14.758 INFO kablam! 76 | | recv_addr : IpAddr, Oct 27 06:22:14.758 INFO kablam! 77 | | recv_port : u16, Oct 27 06:22:14.759 INFO kablam! 78 | | } Oct 27 06:22:14.759 INFO kablam! | |_____^ Oct 27 06:22:14.759 INFO kablam! | Oct 27 06:22:14.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:14.760 INFO kablam! Oct 27 06:22:14.760 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.761 INFO kablam! --> src/main.rs:60:5 Oct 27 06:22:14.761 INFO kablam! | Oct 27 06:22:14.762 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 27 06:22:14.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.763 INFO kablam! | Oct 27 06:22:14.763 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:14.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.764 INFO kablam! Oct 27 06:22:14.764 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.765 INFO kablam! --> src/main.rs:85:5 Oct 27 06:22:14.765 INFO kablam! | Oct 27 06:22:14.765 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 27 06:22:14.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.766 INFO kablam! | Oct 27 06:22:14.766 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.766 INFO kablam! Oct 27 06:22:14.774 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.774 INFO kablam! --> src/main.rs:108:17 Oct 27 06:22:14.775 INFO kablam! | Oct 27 06:22:14.775 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 27 06:22:14.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.775 INFO kablam! | Oct 27 06:22:14.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.775 INFO kablam! Oct 27 06:22:14.775 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.775 INFO kablam! --> src/main.rs:118:29 Oct 27 06:22:14.775 INFO kablam! | Oct 27 06:22:14.775 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 27 06:22:14.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.783 INFO kablam! | Oct 27 06:22:14.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.783 INFO kablam! Oct 27 06:22:14.783 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.783 INFO kablam! --> src/main.rs:122:29 Oct 27 06:22:14.783 INFO kablam! | Oct 27 06:22:14.783 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 27 06:22:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.783 INFO kablam! | Oct 27 06:22:14.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.783 INFO kablam! Oct 27 06:22:14.783 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.783 INFO kablam! --> src/main.rs:125:29 Oct 27 06:22:14.783 INFO kablam! | Oct 27 06:22:14.783 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 27 06:22:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.783 INFO kablam! | Oct 27 06:22:14.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.783 INFO kablam! Oct 27 06:22:14.903 INFO kablam! warning: variant is never constructed: `NatReply` Oct 27 06:22:14.903 INFO kablam! --> src/message.rs:73:5 Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! 73 | / NatReply { Oct 27 06:22:14.903 INFO kablam! 74 | | send_addr : IpAddr, Oct 27 06:22:14.903 INFO kablam! 75 | | send_port : u16, Oct 27 06:22:14.903 INFO kablam! 76 | | recv_addr : IpAddr, Oct 27 06:22:14.903 INFO kablam! 77 | | recv_port : u16, Oct 27 06:22:14.903 INFO kablam! 78 | | } Oct 27 06:22:14.903 INFO kablam! | |_____^ Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:22:14.903 INFO kablam! Oct 27 06:22:14.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.903 INFO kablam! --> src/main.rs:60:5 Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 27 06:22:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:22:14.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.903 INFO kablam! Oct 27 06:22:14.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.903 INFO kablam! --> src/main.rs:85:5 Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 27 06:22:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.903 INFO kablam! Oct 27 06:22:14.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.903 INFO kablam! --> src/main.rs:108:17 Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 27 06:22:14.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.903 INFO kablam! | Oct 27 06:22:14.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.903 INFO kablam! Oct 27 06:22:14.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.903 INFO kablam! --> src/main.rs:118:29 Oct 27 06:22:14.909 INFO kablam! | Oct 27 06:22:14.910 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 27 06:22:14.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.910 INFO kablam! | Oct 27 06:22:14.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.910 INFO kablam! Oct 27 06:22:14.910 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.911 INFO kablam! --> src/main.rs:122:29 Oct 27 06:22:14.911 INFO kablam! | Oct 27 06:22:14.911 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 27 06:22:14.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.911 INFO kablam! | Oct 27 06:22:14.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.912 INFO kablam! Oct 27 06:22:14.912 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:22:14.912 INFO kablam! --> src/main.rs:125:29 Oct 27 06:22:14.912 INFO kablam! | Oct 27 06:22:14.912 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 27 06:22:14.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:22:14.913 INFO kablam! | Oct 27 06:22:14.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:22:14.913 INFO kablam! Oct 27 06:22:14.913 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.61s Oct 27 06:22:14.913 INFO kablam! su: No module specific data is present Oct 27 06:22:15.906 INFO running `"docker" "rm" "-f" "d1c6434badb83853baa544816ac88f35ab9287e57d960f8d91cf1ccace768b10"` Oct 27 06:22:16.203 INFO blam! d1c6434badb83853baa544816ac88f35ab9287e57d960f8d91cf1ccace768b10