Oct 21 18:43:06.797 INFO checking csperkins/orchard against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:43:06.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 18:43:07.224 INFO blam! 95c173fe5887bd0f1ad7707696c28483762694bf33ddd42e0f26cab03bb84a4d Oct 21 18:43:07.248 INFO running `"docker" "start" "-a" "95c173fe5887bd0f1ad7707696c28483762694bf33ddd42e0f26cab03bb84a4d"` Oct 21 18:43:08.915 INFO kablam! usermod: no changes Oct 21 18:43:09.024 INFO kablam! Checking memchr v1.0.1 Oct 21 18:43:09.024 INFO kablam! Checking iovec v0.1.0 Oct 21 18:43:09.024 INFO kablam! Checking net2 v0.2.30 Oct 21 18:43:09.024 INFO kablam! Checking unix_socket v0.5.0 Oct 21 18:43:09.928 INFO kablam! Checking bytes v0.4.4 Oct 21 18:43:10.656 INFO kablam! Checking nom v3.2.0 Oct 21 18:43:10.952 INFO kablam! Checking syslog v3.2.0 Oct 21 18:43:11.640 INFO kablam! Checking mio v0.6.9 Oct 21 18:43:15.768 INFO kablam! Checking config v0.6.0 Oct 21 18:43:17.368 INFO kablam! Checking orchard v0.1.0 (/source) Oct 21 18:43:18.984 INFO kablam! warning: variant is never constructed: `NatReply` Oct 21 18:43:18.984 INFO kablam! --> src/message.rs:73:5 Oct 21 18:43:18.984 INFO kablam! | Oct 21 18:43:18.984 INFO kablam! 73 | / NatReply { Oct 21 18:43:18.984 INFO kablam! 74 | | send_addr : IpAddr, Oct 21 18:43:18.985 INFO kablam! 75 | | send_port : u16, Oct 21 18:43:18.985 INFO kablam! 76 | | recv_addr : IpAddr, Oct 21 18:43:18.985 INFO kablam! 77 | | recv_port : u16, Oct 21 18:43:18.985 INFO kablam! 78 | | } Oct 21 18:43:18.985 INFO kablam! | |_____^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:60:5 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:85:5 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:108:17 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:118:29 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:122:29 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:18.985 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:18.985 INFO kablam! --> src/main.rs:125:29 Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 21 18:43:18.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:18.985 INFO kablam! | Oct 21 18:43:18.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:18.985 INFO kablam! Oct 21 18:43:19.076 INFO kablam! warning: variant is never constructed: `NatReply` Oct 21 18:43:19.076 INFO kablam! --> src/message.rs:73:5 Oct 21 18:43:19.076 INFO kablam! | Oct 21 18:43:19.076 INFO kablam! 73 | / NatReply { Oct 21 18:43:19.076 INFO kablam! 74 | | send_addr : IpAddr, Oct 21 18:43:19.076 INFO kablam! 75 | | send_port : u16, Oct 21 18:43:19.077 INFO kablam! 76 | | recv_addr : IpAddr, Oct 21 18:43:19.077 INFO kablam! 77 | | recv_port : u16, Oct 21 18:43:19.077 INFO kablam! 78 | | } Oct 21 18:43:19.077 INFO kablam! | |_____^ Oct 21 18:43:19.077 INFO kablam! | Oct 21 18:43:19.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:43:19.077 INFO kablam! Oct 21 18:43:19.077 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.078 INFO kablam! --> src/main.rs:60:5 Oct 21 18:43:19.078 INFO kablam! | Oct 21 18:43:19.078 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 21 18:43:19.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.078 INFO kablam! | Oct 21 18:43:19.078 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:43:19.078 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.078 INFO kablam! Oct 21 18:43:19.078 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.078 INFO kablam! --> src/main.rs:85:5 Oct 21 18:43:19.078 INFO kablam! | Oct 21 18:43:19.078 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 21 18:43:19.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.078 INFO kablam! | Oct 21 18:43:19.078 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.078 INFO kablam! Oct 21 18:43:19.079 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.079 INFO kablam! --> src/main.rs:108:17 Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 21 18:43:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.079 INFO kablam! Oct 21 18:43:19.079 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.079 INFO kablam! --> src/main.rs:118:29 Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 21 18:43:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.079 INFO kablam! Oct 21 18:43:19.079 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.079 INFO kablam! --> src/main.rs:122:29 Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 21 18:43:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.079 INFO kablam! | Oct 21 18:43:19.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.079 INFO kablam! Oct 21 18:43:19.079 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:43:19.080 INFO kablam! --> src/main.rs:125:29 Oct 21 18:43:19.080 INFO kablam! | Oct 21 18:43:19.080 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 21 18:43:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:43:19.080 INFO kablam! | Oct 21 18:43:19.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:43:19.080 INFO kablam! Oct 21 18:43:19.113 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.17s Oct 21 18:43:19.126 INFO kablam! su: No module specific data is present Oct 21 18:43:19.846 INFO running `"docker" "rm" "-f" "95c173fe5887bd0f1ad7707696c28483762694bf33ddd42e0f26cab03bb84a4d"` Oct 21 18:43:20.112 INFO blam! 95c173fe5887bd0f1ad7707696c28483762694bf33ddd42e0f26cab03bb84a4d