Oct 14 11:41:05.033 INFO testing mcpherrinm/roughtime.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:41:05.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 11:41:05.539 INFO blam! 1df98ed5c13f6bf1e3ee568a09eeb9f700285f762d12928fbe3a354467fe4e0b Oct 14 11:41:05.547 INFO running `"docker" "start" "-a" "1df98ed5c13f6bf1e3ee568a09eeb9f700285f762d12928fbe3a354467fe4e0b"` Oct 14 11:41:07.610 INFO kablam! usermod: no changes Oct 14 11:41:07.692 INFO kablam! Compiling untrusted v0.3.1 Oct 14 11:41:07.719 INFO kablam! Compiling time v0.1.35 Oct 14 11:41:09.571 INFO kablam! Compiling roughtime v0.1.0 (/source) Oct 14 11:41:09.851 INFO kablam! warning: unused variable: `src` Oct 14 11:41:09.851 INFO kablam! --> src/main.rs:237:15 Oct 14 11:41:09.851 INFO kablam! | Oct 14 11:41:09.851 INFO kablam! 237 | let (amt, src) = socket.recv_from(&mut inb).unwrap(); Oct 14 11:41:09.851 INFO kablam! | ^^^ help: consider using `_src` instead Oct 14 11:41:09.851 INFO kablam! | Oct 14 11:41:09.851 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:41:09.851 INFO kablam! Oct 14 11:41:09.897 INFO kablam! warning: variable does not need to be mutable Oct 14 11:41:09.898 INFO kablam! --> src/main.rs:234:9 Oct 14 11:41:09.898 INFO kablam! | Oct 14 11:41:09.899 INFO kablam! 234 | let mut socket = UdpSocket::bind("0.0.0.0:0").unwrap(); Oct 14 11:41:09.899 INFO kablam! | ----^^^^^^ Oct 14 11:41:09.899 INFO kablam! | | Oct 14 11:41:09.899 INFO kablam! | help: remove this `mut` Oct 14 11:41:09.900 INFO kablam! | Oct 14 11:41:09.900 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:41:09.901 INFO kablam! Oct 14 11:41:09.901 INFO kablam! warning: constant item is never used: `DELE` Oct 14 11:41:09.901 INFO kablam! --> src/main.rs:157:5 Oct 14 11:41:09.901 INFO kablam! | Oct 14 11:41:09.902 INFO kablam! 157 | pub const DELE: u32 = 0x454c4544; Oct 14 11:41:09.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.902 INFO kablam! | Oct 14 11:41:09.903 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:41:09.903 INFO kablam! Oct 14 11:41:09.903 INFO kablam! warning: constant item is never used: `MINT` Oct 14 11:41:09.904 INFO kablam! --> src/main.rs:158:5 Oct 14 11:41:09.904 INFO kablam! | Oct 14 11:41:09.904 INFO kablam! 158 | pub const MINT: u32 = 0x544e494d; Oct 14 11:41:09.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.905 INFO kablam! Oct 14 11:41:09.905 INFO kablam! warning: constant item is never used: `MAXT` Oct 14 11:41:09.906 INFO kablam! --> src/main.rs:159:5 Oct 14 11:41:09.906 INFO kablam! | Oct 14 11:41:09.906 INFO kablam! 159 | pub const MAXT: u32 = 0x5458414d; Oct 14 11:41:09.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.907 INFO kablam! Oct 14 11:41:09.907 INFO kablam! warning: constant item is never used: `PUBK` Oct 14 11:41:09.908 INFO kablam! --> src/main.rs:160:5 Oct 14 11:41:09.908 INFO kablam! | Oct 14 11:41:09.908 INFO kablam! 160 | pub const PUBK: u32 = 0x4b425550; Oct 14 11:41:09.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.909 INFO kablam! Oct 14 11:41:09.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:41:09.909 INFO kablam! --> src/main.rs:235:5 Oct 14 11:41:09.910 INFO kablam! | Oct 14 11:41:09.910 INFO kablam! 235 | socket.send_to(&new_req(), "roughtime.sandbox.google.com:2002"); Oct 14 11:41:09.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.911 INFO kablam! | Oct 14 11:41:09.911 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:41:09.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:41:09.912 INFO kablam! Oct 14 11:41:09.912 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:41:09.912 INFO kablam! --> src/main.rs:238:5 Oct 14 11:41:09.913 INFO kablam! | Oct 14 11:41:09.913 INFO kablam! 238 | std::io::stderr().write(&inb[..amt]); Oct 14 11:41:09.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:09.913 INFO kablam! | Oct 14 11:41:09.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:41:09.913 INFO kablam! Oct 14 11:41:11.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.62s Oct 14 11:41:11.263 INFO kablam! su: No module specific data is present Oct 14 11:41:11.887 INFO running `"docker" "rm" "-f" "1df98ed5c13f6bf1e3ee568a09eeb9f700285f762d12928fbe3a354467fe4e0b"` Oct 14 11:41:12.127 INFO blam! 1df98ed5c13f6bf1e3ee568a09eeb9f700285f762d12928fbe3a354467fe4e0b Oct 14 11:41:12.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 11:41:12.645 INFO blam! 3bf28d8612eae960a1fbda47616a1c4edd06143b0c97f4342010ea23f5e265e0 Oct 14 11:41:12.648 INFO running `"docker" "start" "-a" "3bf28d8612eae960a1fbda47616a1c4edd06143b0c97f4342010ea23f5e265e0"` Oct 14 11:41:13.998 INFO kablam! usermod: no changes Oct 14 11:41:14.083 INFO kablam! Compiling roughtime v0.1.0 (/source) Oct 14 11:41:14.507 INFO kablam! warning: unused variable: `src` Oct 14 11:41:14.507 INFO kablam! --> src/main.rs:237:15 Oct 14 11:41:14.508 INFO kablam! | Oct 14 11:41:14.508 INFO kablam! 237 | let (amt, src) = socket.recv_from(&mut inb).unwrap(); Oct 14 11:41:14.508 INFO kablam! | ^^^ help: consider using `_src` instead Oct 14 11:41:14.508 INFO kablam! | Oct 14 11:41:14.519 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:41:14.519 INFO kablam! Oct 14 11:41:14.547 INFO kablam! warning: variable does not need to be mutable Oct 14 11:41:14.547 INFO kablam! --> src/main.rs:234:9 Oct 14 11:41:14.548 INFO kablam! | Oct 14 11:41:14.548 INFO kablam! 234 | let mut socket = UdpSocket::bind("0.0.0.0:0").unwrap(); Oct 14 11:41:14.548 INFO kablam! | ----^^^^^^ Oct 14 11:41:14.549 INFO kablam! | | Oct 14 11:41:14.549 INFO kablam! | help: remove this `mut` Oct 14 11:41:14.549 INFO kablam! | Oct 14 11:41:14.550 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:41:14.550 INFO kablam! Oct 14 11:41:14.550 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:41:14.551 INFO kablam! --> src/main.rs:235:5 Oct 14 11:41:14.551 INFO kablam! | Oct 14 11:41:14.551 INFO kablam! 235 | socket.send_to(&new_req(), "roughtime.sandbox.google.com:2002"); Oct 14 11:41:14.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:14.552 INFO kablam! | Oct 14 11:41:14.552 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:41:14.552 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:41:14.553 INFO kablam! Oct 14 11:41:14.553 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:41:14.553 INFO kablam! --> src/main.rs:238:5 Oct 14 11:41:14.553 INFO kablam! | Oct 14 11:41:14.554 INFO kablam! 238 | std::io::stderr().write(&inb[..amt]); Oct 14 11:41:14.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:41:14.554 INFO kablam! | Oct 14 11:41:14.554 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:41:14.555 INFO kablam! Oct 14 11:41:15.633 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 14 11:41:15.636 INFO kablam! su: No module specific data is present Oct 14 11:41:16.431 INFO running `"docker" "rm" "-f" "3bf28d8612eae960a1fbda47616a1c4edd06143b0c97f4342010ea23f5e265e0"` Oct 14 11:41:16.719 INFO blam! 3bf28d8612eae960a1fbda47616a1c4edd06143b0c97f4342010ea23f5e265e0 Oct 14 11:41:16.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 11:41:17.211 INFO blam! 7403ec343709e2003c6159a3424dabaaa48c9b4a4f706563c60fbdd9b5ca3aca Oct 14 11:41:17.218 INFO running `"docker" "start" "-a" "7403ec343709e2003c6159a3424dabaaa48c9b4a4f706563c60fbdd9b5ca3aca"` Oct 14 11:41:18.355 INFO kablam! usermod: no changes Oct 14 11:41:18.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 11:41:18.443 INFO blam! Oct 14 11:41:18.443 INFO kablam! Running /target/debug/deps/roughtime-ad05ca0a891bb80c Oct 14 11:41:18.443 INFO blam! running 3 tests Oct 14 11:41:18.451 INFO blam! test test_append_u8 ... ok Oct 14 11:41:18.451 INFO kablam! su: No module specific data is present Oct 14 11:41:18.451 INFO blam! test test_tag ... ok Oct 14 11:41:18.451 INFO blam! test test_message_roundtrip ... ok Oct 14 11:41:18.451 INFO blam! Oct 14 11:41:18.451 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:41:18.451 INFO blam! Oct 14 11:41:19.107 INFO running `"docker" "rm" "-f" "7403ec343709e2003c6159a3424dabaaa48c9b4a4f706563c60fbdd9b5ca3aca"` Oct 14 11:41:19.328 INFO blam! 7403ec343709e2003c6159a3424dabaaa48c9b4a4f706563c60fbdd9b5ca3aca