Oct 11 17:33:41.105 INFO testing libtftp-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:33:41.105 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:33:41.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:33:41.365 INFO blam! fcefd927122cf41a910278dc3a4a48ee1468d0da96e2799b576c37a8ea7295b6 Oct 11 17:33:41.366 INFO running `"docker" "start" "-a" "fcefd927122cf41a910278dc3a4a48ee1468d0da96e2799b576c37a8ea7295b6"` Oct 11 17:33:41.800 INFO kablam! usermod: no changes Oct 11 17:33:41.955 INFO kablam! Compiling libtftp v0.1.2 (/source) Oct 11 17:33:46.632 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.632 INFO kablam! --> src/tftp/packet.rs:112:13 Oct 11 17:33:46.632 INFO kablam! | Oct 11 17:33:46.632 INFO kablam! 112 | buf.put_u16::(opcode); Oct 11 17:33:46.632 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.632 INFO kablam! | Oct 11 17:33:46.632 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:33:46.632 INFO kablam! Oct 11 17:33:46.632 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.632 INFO kablam! --> src/tftp/packet.rs:119:13 Oct 11 17:33:46.632 INFO kablam! | Oct 11 17:33:46.632 INFO kablam! 119 | buf.put_u16::(3); Oct 11 17:33:46.632 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.632 INFO kablam! Oct 11 17:33:46.640 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.640 INFO kablam! --> src/tftp/packet.rs:120:13 Oct 11 17:33:46.640 INFO kablam! | Oct 11 17:33:46.640 INFO kablam! 120 | buf.put_u16::(block); Oct 11 17:33:46.640 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.640 INFO kablam! Oct 11 17:33:46.640 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.640 INFO kablam! --> src/tftp/packet.rs:125:13 Oct 11 17:33:46.640 INFO kablam! | Oct 11 17:33:46.640 INFO kablam! 125 | buf.put_u16::(4); Oct 11 17:33:46.640 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.640 INFO kablam! Oct 11 17:33:46.640 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.640 INFO kablam! --> src/tftp/packet.rs:126:13 Oct 11 17:33:46.640 INFO kablam! | Oct 11 17:33:46.640 INFO kablam! 126 | buf.put_u16::(block); Oct 11 17:33:46.640 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.640 INFO kablam! Oct 11 17:33:46.640 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.640 INFO kablam! --> src/tftp/packet.rs:130:13 Oct 11 17:33:46.640 INFO kablam! | Oct 11 17:33:46.640 INFO kablam! 130 | buf.put_u16::(4); Oct 11 17:33:46.640 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.640 INFO kablam! Oct 11 17:33:46.640 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:46.640 INFO kablam! --> src/tftp/packet.rs:131:13 Oct 11 17:33:46.640 INFO kablam! | Oct 11 17:33:46.640 INFO kablam! 131 | buf.put_u16::(code); Oct 11 17:33:46.640 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.641 INFO kablam! Oct 11 17:33:46.644 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 17:33:46.644 INFO kablam! --> src/tftp/packet.rs:150:40 Oct 11 17:33:46.644 INFO kablam! | Oct 11 17:33:46.644 INFO kablam! 150 | let opcode = opcode.into_buf().get_u16::(); Oct 11 17:33:46.644 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.644 INFO kablam! Oct 11 17:33:46.644 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 17:33:46.644 INFO kablam! --> src/tftp/packet.rs:163:46 Oct 11 17:33:46.644 INFO kablam! | Oct 11 17:33:46.644 INFO kablam! 163 | 4 => Packet::ACK(rest.into_buf().get_u16::()), Oct 11 17:33:46.644 INFO kablam! | ^^^^^^^ Oct 11 17:33:46.644 INFO kablam! Oct 11 17:33:47.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.53s Oct 11 17:33:47.378 INFO kablam! su: No module specific data is present Oct 11 17:33:48.023 INFO running `"docker" "rm" "-f" "fcefd927122cf41a910278dc3a4a48ee1468d0da96e2799b576c37a8ea7295b6"` Oct 11 17:33:48.201 INFO blam! fcefd927122cf41a910278dc3a4a48ee1468d0da96e2799b576c37a8ea7295b6 Oct 11 17:33:48.209 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:33:48.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:33:48.573 INFO blam! 2b76a5078c1f5c47736fb1ef05aaafb3a01ef4f17459e682083faf4fc39148b6 Oct 11 17:33:48.577 INFO running `"docker" "start" "-a" "2b76a5078c1f5c47736fb1ef05aaafb3a01ef4f17459e682083faf4fc39148b6"` Oct 11 17:33:49.496 INFO kablam! usermod: no changes Oct 11 17:33:49.671 INFO kablam! Compiling libtftp v0.1.2 (/source) Oct 11 17:33:56.976 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.976 INFO kablam! --> src/tftp/packet.rs:112:13 Oct 11 17:33:56.976 INFO kablam! | Oct 11 17:33:56.976 INFO kablam! 112 | buf.put_u16::(opcode); Oct 11 17:33:56.976 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.976 INFO kablam! | Oct 11 17:33:56.976 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:33:56.976 INFO kablam! Oct 11 17:33:56.976 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.976 INFO kablam! --> src/tftp/packet.rs:119:13 Oct 11 17:33:56.976 INFO kablam! | Oct 11 17:33:56.976 INFO kablam! 119 | buf.put_u16::(3); Oct 11 17:33:56.977 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.977 INFO kablam! Oct 11 17:33:56.977 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.977 INFO kablam! --> src/tftp/packet.rs:120:13 Oct 11 17:33:56.977 INFO kablam! | Oct 11 17:33:56.977 INFO kablam! 120 | buf.put_u16::(block); Oct 11 17:33:56.977 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.977 INFO kablam! Oct 11 17:33:56.980 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.980 INFO kablam! --> src/tftp/packet.rs:125:13 Oct 11 17:33:56.980 INFO kablam! | Oct 11 17:33:56.980 INFO kablam! 125 | buf.put_u16::(4); Oct 11 17:33:56.980 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.980 INFO kablam! Oct 11 17:33:56.980 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.980 INFO kablam! --> src/tftp/packet.rs:126:13 Oct 11 17:33:56.980 INFO kablam! | Oct 11 17:33:56.980 INFO kablam! 126 | buf.put_u16::(block); Oct 11 17:33:56.980 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.980 INFO kablam! Oct 11 17:33:56.980 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.980 INFO kablam! --> src/tftp/packet.rs:130:13 Oct 11 17:33:56.980 INFO kablam! | Oct 11 17:33:56.980 INFO kablam! 130 | buf.put_u16::(4); Oct 11 17:33:56.980 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.980 INFO kablam! Oct 11 17:33:56.980 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 17:33:56.980 INFO kablam! --> src/tftp/packet.rs:131:13 Oct 11 17:33:56.980 INFO kablam! | Oct 11 17:33:56.980 INFO kablam! 131 | buf.put_u16::(code); Oct 11 17:33:56.980 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.981 INFO kablam! Oct 11 17:33:56.984 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 17:33:56.984 INFO kablam! --> src/tftp/packet.rs:150:40 Oct 11 17:33:56.984 INFO kablam! | Oct 11 17:33:56.984 INFO kablam! 150 | let opcode = opcode.into_buf().get_u16::(); Oct 11 17:33:56.984 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.984 INFO kablam! Oct 11 17:33:56.984 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 17:33:56.984 INFO kablam! --> src/tftp/packet.rs:163:46 Oct 11 17:33:56.984 INFO kablam! | Oct 11 17:33:56.984 INFO kablam! 163 | 4 => Packet::ACK(rest.into_buf().get_u16::()), Oct 11 17:33:56.984 INFO kablam! | ^^^^^^^ Oct 11 17:33:56.984 INFO kablam! Oct 11 17:34:01.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.24s Oct 11 17:34:01.787 INFO kablam! su: No module specific data is present Oct 11 17:34:02.628 INFO running `"docker" "rm" "-f" "2b76a5078c1f5c47736fb1ef05aaafb3a01ef4f17459e682083faf4fc39148b6"` Oct 11 17:34:02.816 INFO blam! 2b76a5078c1f5c47736fb1ef05aaafb3a01ef4f17459e682083faf4fc39148b6 Oct 11 17:34:02.818 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:34:02.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:34:03.227 INFO blam! 52846ebe40ae7e0724172a086bbc9bc38e1d23cafd3859226893b76f8c45acad Oct 11 17:34:03.230 INFO running `"docker" "start" "-a" "52846ebe40ae7e0724172a086bbc9bc38e1d23cafd3859226893b76f8c45acad"` Oct 11 17:34:04.023 INFO kablam! usermod: no changes Oct 11 17:34:04.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 17:34:04.200 INFO kablam! Running /target/debug/deps/libtftp-7f5ce8078700ebb1 Oct 11 17:34:04.202 INFO blam! Oct 11 17:34:04.202 INFO blam! running 4 tests Oct 11 17:34:04.208 INFO blam! test tftp::packet::tests::ack ... ok Oct 11 17:34:04.209 INFO blam! test tftp::packet::tests::error ... ok Oct 11 17:34:04.209 INFO blam! test tftp::packet::tests::rrq ... ok Oct 11 17:34:04.212 INFO blam! test tftp::packet::tests::wrq ... ok Oct 11 17:34:04.212 INFO blam! Oct 11 17:34:04.212 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:34:04.212 INFO blam! Oct 11 17:34:04.216 INFO kablam! Doc-tests libtftp Oct 11 17:34:13.704 INFO blam! Oct 11 17:34:13.704 INFO blam! running 0 tests Oct 11 17:34:13.704 INFO blam! Oct 11 17:34:13.704 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:34:13.704 INFO blam! Oct 11 17:34:13.722 INFO kablam! su: No module specific data is present Oct 11 17:34:14.458 INFO running `"docker" "rm" "-f" "52846ebe40ae7e0724172a086bbc9bc38e1d23cafd3859226893b76f8c45acad"` Oct 11 17:34:14.728 INFO blam! 52846ebe40ae7e0724172a086bbc9bc38e1d23cafd3859226893b76f8c45acad