Oct 15 00:03:45.505 INFO testing csperkins/orchard against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:03:45.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:03:45.785 INFO blam! 7a163a273971589040fbbae5404d41d485918bce9a44ebc52e9e1e8fdc326884 Oct 15 00:03:45.787 INFO running `"docker" "start" "-a" "7a163a273971589040fbbae5404d41d485918bce9a44ebc52e9e1e8fdc326884"` Oct 15 00:03:47.764 INFO kablam! usermod: no changes Oct 15 00:03:47.910 INFO kablam! Compiling libc v0.2.28 Oct 15 00:03:49.079 INFO kablam! Compiling memchr v1.0.1 Oct 15 00:03:49.079 INFO kablam! Compiling time v0.1.38 Oct 15 00:03:49.079 INFO kablam! Compiling net2 v0.2.30 Oct 15 00:03:49.080 INFO kablam! Compiling unix_socket v0.5.0 Oct 15 00:03:49.081 INFO kablam! Compiling iovec v0.1.0 Oct 15 00:03:50.215 INFO kablam! Compiling bytes v0.4.4 Oct 15 00:03:50.259 INFO kablam! Compiling nom v3.2.0 Oct 15 00:03:51.871 INFO kablam! Compiling mio v0.6.9 Oct 15 00:03:52.827 INFO kablam! Compiling syslog v3.2.0 Oct 15 00:03:58.796 INFO kablam! Compiling config v0.6.0 Oct 15 00:04:01.607 INFO kablam! Compiling orchard v0.1.0 (/source) Oct 15 00:04:02.442 INFO kablam! warning: variant is never constructed: `NatReply` Oct 15 00:04:02.442 INFO kablam! --> src/message.rs:73:5 Oct 15 00:04:02.442 INFO kablam! | Oct 15 00:04:02.442 INFO kablam! 73 | / NatReply { Oct 15 00:04:02.442 INFO kablam! 74 | | send_addr : IpAddr, Oct 15 00:04:02.442 INFO kablam! 75 | | send_port : u16, Oct 15 00:04:02.442 INFO kablam! 76 | | recv_addr : IpAddr, Oct 15 00:04:02.442 INFO kablam! 77 | | recv_port : u16, Oct 15 00:04:02.442 INFO kablam! 78 | | } Oct 15 00:04:02.442 INFO kablam! | |_____^ Oct 15 00:04:02.442 INFO kablam! | Oct 15 00:04:02.442 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:04:02.442 INFO kablam! Oct 15 00:04:02.445 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.445 INFO kablam! --> src/main.rs:60:5 Oct 15 00:04:02.445 INFO kablam! | Oct 15 00:04:02.445 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 15 00:04:02.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.445 INFO kablam! | Oct 15 00:04:02.445 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:04:02.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.445 INFO kablam! Oct 15 00:04:02.445 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.445 INFO kablam! --> src/main.rs:85:5 Oct 15 00:04:02.445 INFO kablam! | Oct 15 00:04:02.445 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 15 00:04:02.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.445 INFO kablam! | Oct 15 00:04:02.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.445 INFO kablam! Oct 15 00:04:02.445 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.445 INFO kablam! --> src/main.rs:108:17 Oct 15 00:04:02.445 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 15 00:04:02.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.446 INFO kablam! Oct 15 00:04:02.446 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.446 INFO kablam! --> src/main.rs:118:29 Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 15 00:04:02.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.446 INFO kablam! Oct 15 00:04:02.446 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.446 INFO kablam! --> src/main.rs:122:29 Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 15 00:04:02.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.446 INFO kablam! Oct 15 00:04:02.446 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:02.446 INFO kablam! --> src/main.rs:125:29 Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 15 00:04:02.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:02.446 INFO kablam! | Oct 15 00:04:02.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:02.446 INFO kablam! Oct 15 00:04:04.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.50s Oct 15 00:04:04.288 INFO kablam! su: No module specific data is present Oct 15 00:04:04.640 INFO running `"docker" "rm" "-f" "7a163a273971589040fbbae5404d41d485918bce9a44ebc52e9e1e8fdc326884"` Oct 15 00:04:04.828 INFO blam! 7a163a273971589040fbbae5404d41d485918bce9a44ebc52e9e1e8fdc326884 Oct 15 00:04:04.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:04:05.060 INFO blam! 8fbaffb2dac8bf1919ad4eff2a118ec6b11973da95ab37266b6cba9aa88331a4 Oct 15 00:04:05.061 INFO running `"docker" "start" "-a" "8fbaffb2dac8bf1919ad4eff2a118ec6b11973da95ab37266b6cba9aa88331a4"` Oct 15 00:04:05.553 INFO kablam! usermod: no changes Oct 15 00:04:05.605 INFO kablam! Compiling orchard v0.1.0 (/source) Oct 15 00:04:06.408 INFO kablam! warning: variant is never constructed: `NatReply` Oct 15 00:04:06.408 INFO kablam! --> src/message.rs:73:5 Oct 15 00:04:06.408 INFO kablam! | Oct 15 00:04:06.408 INFO kablam! 73 | / NatReply { Oct 15 00:04:06.408 INFO kablam! 74 | | send_addr : IpAddr, Oct 15 00:04:06.408 INFO kablam! 75 | | send_port : u16, Oct 15 00:04:06.408 INFO kablam! 76 | | recv_addr : IpAddr, Oct 15 00:04:06.408 INFO kablam! 77 | | recv_port : u16, Oct 15 00:04:06.408 INFO kablam! 78 | | } Oct 15 00:04:06.408 INFO kablam! | |_____^ Oct 15 00:04:06.408 INFO kablam! | Oct 15 00:04:06.408 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:04:06.408 INFO kablam! Oct 15 00:04:06.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.409 INFO kablam! --> src/main.rs:60:5 Oct 15 00:04:06.409 INFO kablam! | Oct 15 00:04:06.409 INFO kablam! 60 | socket.send_to(&msg.encode(), &dest); Oct 15 00:04:06.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.409 INFO kablam! | Oct 15 00:04:06.409 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:04:06.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.409 INFO kablam! Oct 15 00:04:06.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.410 INFO kablam! --> src/main.rs:85:5 Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! 85 | syslog.send(Severity::LOG_NOTICE, "orchard: starting"); Oct 15 00:04:06.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.410 INFO kablam! Oct 15 00:04:06.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.410 INFO kablam! --> src/main.rs:108:17 Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! 108 | syslog.send(Severity::LOG_NOTICE, "orchard: timeout"); Oct 15 00:04:06.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.410 INFO kablam! Oct 15 00:04:06.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.410 INFO kablam! --> src/main.rs:118:29 Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! 118 | syslog.send(Severity::LOG_NOTICE, "orchard: got socket event"); Oct 15 00:04:06.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.410 INFO kablam! Oct 15 00:04:06.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.410 INFO kablam! --> src/main.rs:122:29 Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! 122 | syslog.send(Severity::LOG_NOTICE, &format!("orchard: {:?}", res)); Oct 15 00:04:06.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.410 INFO kablam! | Oct 15 00:04:06.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.410 INFO kablam! Oct 15 00:04:06.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:04:06.411 INFO kablam! --> src/main.rs:125:29 Oct 15 00:04:06.411 INFO kablam! | Oct 15 00:04:06.411 INFO kablam! 125 | syslog.send(Severity::LOG_NOTICE, "orchard: unexpected event token"); Oct 15 00:04:06.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:04:06.411 INFO kablam! | Oct 15 00:04:06.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:04:06.411 INFO kablam! Oct 15 00:04:06.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 15 00:04:06.766 INFO kablam! su: No module specific data is present Oct 15 00:04:07.021 INFO running `"docker" "rm" "-f" "8fbaffb2dac8bf1919ad4eff2a118ec6b11973da95ab37266b6cba9aa88331a4"` Oct 15 00:04:07.146 INFO blam! 8fbaffb2dac8bf1919ad4eff2a118ec6b11973da95ab37266b6cba9aa88331a4 Oct 15 00:04:07.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:04:07.373 INFO blam! 9214d54593ad15d481193854d92ed5ee85a3db8621f51fbb305e885780ea6916 Oct 15 00:04:07.379 INFO running `"docker" "start" "-a" "9214d54593ad15d481193854d92ed5ee85a3db8621f51fbb305e885780ea6916"` Oct 15 00:04:07.837 INFO kablam! usermod: no changes Oct 15 00:04:07.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 00:04:07.902 INFO kablam! Running /target/debug/deps/orchard-c06373abca720d9b Oct 15 00:04:07.905 INFO blam! Oct 15 00:04:07.906 INFO blam! running 0 tests Oct 15 00:04:07.906 INFO blam! Oct 15 00:04:07.906 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:04:07.906 INFO blam! Oct 15 00:04:07.906 INFO kablam! su: No module specific data is present Oct 15 00:04:08.115 INFO running `"docker" "rm" "-f" "9214d54593ad15d481193854d92ed5ee85a3db8621f51fbb305e885780ea6916"` Oct 15 00:04:08.215 INFO blam! 9214d54593ad15d481193854d92ed5ee85a3db8621f51fbb305e885780ea6916