Oct 16 03:49:08.086 INFO testing libtftp-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:49:08.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 03:49:08.491 INFO blam! 5c526af0aaf5a86256292e5fca31a8979fd609202b45946d5ccd642a73aa2128 Oct 16 03:49:08.495 INFO running `"docker" "start" "-a" "5c526af0aaf5a86256292e5fca31a8979fd609202b45946d5ccd642a73aa2128"` Oct 16 03:49:09.619 INFO kablam! usermod: no changes Oct 16 03:49:09.766 INFO kablam! Compiling libtftp v0.1.2 (/source) Oct 16 03:49:13.211 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.211 INFO kablam! --> src/tftp/packet.rs:112:13 Oct 16 03:49:13.211 INFO kablam! | Oct 16 03:49:13.211 INFO kablam! 112 | buf.put_u16::(opcode); Oct 16 03:49:13.211 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.211 INFO kablam! | Oct 16 03:49:13.211 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:49:13.211 INFO kablam! Oct 16 03:49:13.211 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.211 INFO kablam! --> src/tftp/packet.rs:119:13 Oct 16 03:49:13.211 INFO kablam! | Oct 16 03:49:13.211 INFO kablam! 119 | buf.put_u16::(3); Oct 16 03:49:13.211 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.211 INFO kablam! Oct 16 03:49:13.211 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.211 INFO kablam! --> src/tftp/packet.rs:120:13 Oct 16 03:49:13.211 INFO kablam! | Oct 16 03:49:13.211 INFO kablam! 120 | buf.put_u16::(block); Oct 16 03:49:13.211 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.211 INFO kablam! Oct 16 03:49:13.211 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.211 INFO kablam! --> src/tftp/packet.rs:125:13 Oct 16 03:49:13.212 INFO kablam! | Oct 16 03:49:13.212 INFO kablam! 125 | buf.put_u16::(4); Oct 16 03:49:13.212 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.212 INFO kablam! Oct 16 03:49:13.212 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.212 INFO kablam! --> src/tftp/packet.rs:126:13 Oct 16 03:49:13.212 INFO kablam! | Oct 16 03:49:13.212 INFO kablam! 126 | buf.put_u16::(block); Oct 16 03:49:13.212 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.212 INFO kablam! Oct 16 03:49:13.223 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.223 INFO kablam! --> src/tftp/packet.rs:130:13 Oct 16 03:49:13.223 INFO kablam! | Oct 16 03:49:13.223 INFO kablam! 130 | buf.put_u16::(4); Oct 16 03:49:13.223 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.224 INFO kablam! Oct 16 03:49:13.224 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:13.224 INFO kablam! --> src/tftp/packet.rs:131:13 Oct 16 03:49:13.224 INFO kablam! | Oct 16 03:49:13.224 INFO kablam! 131 | buf.put_u16::(code); Oct 16 03:49:13.224 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.224 INFO kablam! Oct 16 03:49:13.224 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 03:49:13.224 INFO kablam! --> src/tftp/packet.rs:150:40 Oct 16 03:49:13.224 INFO kablam! | Oct 16 03:49:13.224 INFO kablam! 150 | let opcode = opcode.into_buf().get_u16::(); Oct 16 03:49:13.224 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.224 INFO kablam! Oct 16 03:49:13.224 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 03:49:13.224 INFO kablam! --> src/tftp/packet.rs:163:46 Oct 16 03:49:13.224 INFO kablam! | Oct 16 03:49:13.224 INFO kablam! 163 | 4 => Packet::ACK(rest.into_buf().get_u16::()), Oct 16 03:49:13.224 INFO kablam! | ^^^^^^^ Oct 16 03:49:13.224 INFO kablam! Oct 16 03:49:13.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.28s Oct 16 03:49:13.927 INFO kablam! su: No module specific data is present Oct 16 03:49:14.687 INFO running `"docker" "rm" "-f" "5c526af0aaf5a86256292e5fca31a8979fd609202b45946d5ccd642a73aa2128"` Oct 16 03:49:14.968 INFO blam! 5c526af0aaf5a86256292e5fca31a8979fd609202b45946d5ccd642a73aa2128 Oct 16 03:49:14.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 03:49:15.333 INFO blam! 236a7176c86f34009e59c520ce3a9ab583bdaff1d4a8265db20584d9183cb674 Oct 16 03:49:15.336 INFO running `"docker" "start" "-a" "236a7176c86f34009e59c520ce3a9ab583bdaff1d4a8265db20584d9183cb674"` Oct 16 03:49:16.606 INFO kablam! usermod: no changes Oct 16 03:49:16.830 INFO kablam! Compiling libtftp v0.1.2 (/source) Oct 16 03:49:20.867 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.868 INFO kablam! --> src/tftp/packet.rs:112:13 Oct 16 03:49:20.869 INFO kablam! | Oct 16 03:49:20.869 INFO kablam! 112 | buf.put_u16::(opcode); Oct 16 03:49:20.870 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.871 INFO kablam! | Oct 16 03:49:20.871 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:49:20.872 INFO kablam! Oct 16 03:49:20.872 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.873 INFO kablam! --> src/tftp/packet.rs:119:13 Oct 16 03:49:20.874 INFO kablam! | Oct 16 03:49:20.874 INFO kablam! 119 | buf.put_u16::(3); Oct 16 03:49:20.875 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.875 INFO kablam! Oct 16 03:49:20.876 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.877 INFO kablam! --> src/tftp/packet.rs:120:13 Oct 16 03:49:20.877 INFO kablam! | Oct 16 03:49:20.877 INFO kablam! 120 | buf.put_u16::(block); Oct 16 03:49:20.877 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.877 INFO kablam! Oct 16 03:49:20.877 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.877 INFO kablam! --> src/tftp/packet.rs:125:13 Oct 16 03:49:20.877 INFO kablam! | Oct 16 03:49:20.877 INFO kablam! 125 | buf.put_u16::(4); Oct 16 03:49:20.877 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.877 INFO kablam! Oct 16 03:49:20.877 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.877 INFO kablam! --> src/tftp/packet.rs:126:13 Oct 16 03:49:20.877 INFO kablam! | Oct 16 03:49:20.881 INFO kablam! 126 | buf.put_u16::(block); Oct 16 03:49:20.881 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.881 INFO kablam! Oct 16 03:49:20.881 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.881 INFO kablam! --> src/tftp/packet.rs:130:13 Oct 16 03:49:20.881 INFO kablam! | Oct 16 03:49:20.881 INFO kablam! 130 | buf.put_u16::(4); Oct 16 03:49:20.881 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.881 INFO kablam! Oct 16 03:49:20.881 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 16 03:49:20.881 INFO kablam! --> src/tftp/packet.rs:131:13 Oct 16 03:49:20.881 INFO kablam! | Oct 16 03:49:20.881 INFO kablam! 131 | buf.put_u16::(code); Oct 16 03:49:20.881 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.881 INFO kablam! Oct 16 03:49:20.881 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 03:49:20.881 INFO kablam! --> src/tftp/packet.rs:150:40 Oct 16 03:49:20.881 INFO kablam! | Oct 16 03:49:20.881 INFO kablam! 150 | let opcode = opcode.into_buf().get_u16::(); Oct 16 03:49:20.881 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.881 INFO kablam! Oct 16 03:49:20.881 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 03:49:20.881 INFO kablam! --> src/tftp/packet.rs:163:46 Oct 16 03:49:20.881 INFO kablam! | Oct 16 03:49:20.881 INFO kablam! 163 | 4 => Packet::ACK(rest.into_buf().get_u16::()), Oct 16 03:49:20.881 INFO kablam! | ^^^^^^^ Oct 16 03:49:20.881 INFO kablam! Oct 16 03:49:25.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.09s Oct 16 03:49:25.743 INFO kablam! su: No module specific data is present Oct 16 03:49:26.656 INFO running `"docker" "rm" "-f" "236a7176c86f34009e59c520ce3a9ab583bdaff1d4a8265db20584d9183cb674"` Oct 16 03:49:26.866 INFO blam! 236a7176c86f34009e59c520ce3a9ab583bdaff1d4a8265db20584d9183cb674 Oct 16 03:49:26.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 03:49:27.252 INFO blam! fdf2a5d9d84ce3ed06ffae5925ad9c5d5adf93b1feee39fd365fc26faafd9073 Oct 16 03:49:27.261 INFO running `"docker" "start" "-a" "fdf2a5d9d84ce3ed06ffae5925ad9c5d5adf93b1feee39fd365fc26faafd9073"` Oct 16 03:49:28.219 INFO kablam! usermod: no changes Oct 16 03:49:28.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 16 03:49:28.459 INFO kablam! Running /target/debug/deps/libtftp-bcf4528ce947c915 Oct 16 03:49:28.460 INFO blam! Oct 16 03:49:28.460 INFO blam! running 4 tests Oct 16 03:49:28.460 INFO blam! test tftp::packet::tests::error ... ok Oct 16 03:49:28.460 INFO blam! test tftp::packet::tests::rrq ... ok Oct 16 03:49:28.471 INFO blam! test tftp::packet::tests::wrq ... ok Oct 16 03:49:28.471 INFO blam! test tftp::packet::tests::ack ... ok Oct 16 03:49:28.471 INFO blam! Oct 16 03:49:28.471 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:49:28.471 INFO blam! Oct 16 03:49:28.472 INFO kablam! Doc-tests libtftp Oct 16 03:49:34.014 INFO blam! Oct 16 03:49:34.014 INFO blam! running 0 tests Oct 16 03:49:34.014 INFO blam! Oct 16 03:49:34.014 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:49:34.014 INFO blam! Oct 16 03:49:34.023 INFO kablam! su: No module specific data is present Oct 16 03:49:35.095 INFO running `"docker" "rm" "-f" "fdf2a5d9d84ce3ed06ffae5925ad9c5d5adf93b1feee39fd365fc26faafd9073"` Oct 16 03:49:35.340 INFO blam! fdf2a5d9d84ce3ed06ffae5925ad9c5d5adf93b1feee39fd365fc26faafd9073