Oct 11 07:58:17.206 INFO testing zmtp-0.6.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:58:17.206 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:58:17.206 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:58:17.612 INFO blam! f02fab80f75ca4deaea0b9e8b1a0d20780f8f2511cb1b344896eef77d0e5d834 Oct 11 07:58:17.617 INFO running `"docker" "start" "-a" "f02fab80f75ca4deaea0b9e8b1a0d20780f8f2511cb1b344896eef77d0e5d834"` Oct 11 07:58:18.373 INFO kablam! usermod: no changes Oct 11 07:58:18.407 INFO kablam! Compiling zmtp v0.6.0 (/source) Oct 11 07:58:19.216 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 07:58:19.216 INFO kablam! --> src/types.rs:36:24 Oct 11 07:58:19.216 INFO kablam! | Oct 11 07:58:19.216 INFO kablam! 36 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result; Oct 11 07:58:19.216 INFO kablam! | ^^^^^^^ Oct 11 07:58:19.216 INFO kablam! | Oct 11 07:58:19.216 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 07:58:19.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 07:58:19.216 INFO kablam! = note: for more information, see issue #35203 Oct 11 07:58:19.216 INFO kablam! Oct 11 07:58:19.592 INFO kablam! warning: unused import: `ReadBytesExt` Oct 11 07:58:19.592 INFO kablam! --> src/reader.rs:4:34 Oct 11 07:58:19.592 INFO kablam! | Oct 11 07:58:19.592 INFO kablam! 4 | use self::byteorder::{ByteOrder, ReadBytesExt, BigEndian}; Oct 11 07:58:19.592 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:58:19.592 INFO kablam! | Oct 11 07:58:19.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:58:19.592 INFO kablam! Oct 11 07:58:19.629 INFO kablam! warning: variable does not need to be mutable Oct 11 07:58:19.629 INFO kablam! --> src/types.rs:40:24 Oct 11 07:58:19.629 INFO kablam! | Oct 11 07:58:19.629 INFO kablam! 40 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 11 07:58:19.629 INFO kablam! | ----^^^ Oct 11 07:58:19.629 INFO kablam! | | Oct 11 07:58:19.629 INFO kablam! | help: remove this `mut` Oct 11 07:58:19.629 INFO kablam! | Oct 11 07:58:19.629 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:58:19.629 INFO kablam! Oct 11 07:58:19.724 INFO kablam! warning: variable does not need to be mutable Oct 11 07:58:19.724 INFO kablam! --> src/peer.rs:364:24 Oct 11 07:58:19.724 INFO kablam! | Oct 11 07:58:19.724 INFO kablam! 364 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 11 07:58:19.724 INFO kablam! | ----^^^ Oct 11 07:58:19.724 INFO kablam! | | Oct 11 07:58:19.724 INFO kablam! | help: remove this `mut` Oct 11 07:58:19.724 INFO kablam! Oct 11 07:58:20.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 11 07:58:20.652 INFO kablam! su: No module specific data is present Oct 11 07:58:21.320 INFO running `"docker" "rm" "-f" "f02fab80f75ca4deaea0b9e8b1a0d20780f8f2511cb1b344896eef77d0e5d834"` Oct 11 07:58:21.526 INFO blam! f02fab80f75ca4deaea0b9e8b1a0d20780f8f2511cb1b344896eef77d0e5d834 Oct 11 07:58:21.533 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:58:21.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:58:21.832 INFO blam! a8277ef9ee22adcf81d306112113e1e27e0b17de058ddca2e7f056e46d3555e5 Oct 11 07:58:21.833 INFO running `"docker" "start" "-a" "a8277ef9ee22adcf81d306112113e1e27e0b17de058ddca2e7f056e46d3555e5"` Oct 11 07:58:22.360 INFO kablam! usermod: no changes Oct 11 07:58:22.409 INFO kablam! Compiling zmtp v0.6.0 (/source) Oct 11 07:58:23.304 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 07:58:23.304 INFO kablam! --> src/types.rs:36:24 Oct 11 07:58:23.304 INFO kablam! | Oct 11 07:58:23.304 INFO kablam! 36 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result; Oct 11 07:58:23.304 INFO kablam! | ^^^^^^^ Oct 11 07:58:23.304 INFO kablam! | Oct 11 07:58:23.304 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 07:58:23.304 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 07:58:23.304 INFO kablam! = note: for more information, see issue #35203 Oct 11 07:58:23.304 INFO kablam! Oct 11 07:58:23.752 INFO kablam! warning: unused import: `ReadBytesExt` Oct 11 07:58:23.752 INFO kablam! --> src/reader.rs:4:34 Oct 11 07:58:23.752 INFO kablam! | Oct 11 07:58:23.752 INFO kablam! 4 | use self::byteorder::{ByteOrder, ReadBytesExt, BigEndian}; Oct 11 07:58:23.752 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:58:23.752 INFO kablam! | Oct 11 07:58:23.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:58:23.752 INFO kablam! Oct 11 07:58:23.752 INFO kablam! warning: unused import: `Read` Oct 11 07:58:23.752 INFO kablam! --> src/lib.rs:17:19 Oct 11 07:58:23.752 INFO kablam! | Oct 11 07:58:23.752 INFO kablam! 17 | use std::io::{Read, Write}; Oct 11 07:58:23.752 INFO kablam! | ^^^^ Oct 11 07:58:23.752 INFO kablam! Oct 11 07:58:23.752 INFO kablam! warning: unused import: `Write` Oct 11 07:58:23.752 INFO kablam! --> src/lib.rs:17:25 Oct 11 07:58:23.752 INFO kablam! | Oct 11 07:58:23.752 INFO kablam! 17 | use std::io::{Read, Write}; Oct 11 07:58:23.752 INFO kablam! | ^^^^^ Oct 11 07:58:23.752 INFO kablam! Oct 11 07:58:23.868 INFO kablam! warning: variable does not need to be mutable Oct 11 07:58:23.868 INFO kablam! --> src/types.rs:40:24 Oct 11 07:58:23.868 INFO kablam! | Oct 11 07:58:23.868 INFO kablam! 40 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 11 07:58:23.868 INFO kablam! | ----^^^ Oct 11 07:58:23.868 INFO kablam! | | Oct 11 07:58:23.868 INFO kablam! | help: remove this `mut` Oct 11 07:58:23.868 INFO kablam! | Oct 11 07:58:23.868 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:58:23.868 INFO kablam! Oct 11 07:58:23.944 INFO kablam! warning: variable does not need to be mutable Oct 11 07:58:23.944 INFO kablam! --> src/peer.rs:364:24 Oct 11 07:58:23.944 INFO kablam! | Oct 11 07:58:23.944 INFO kablam! 364 | fn peek(&mut self, mut buf: &mut [u8]) -> io::Result { Oct 11 07:58:23.944 INFO kablam! | ----^^^ Oct 11 07:58:23.944 INFO kablam! | | Oct 11 07:58:23.944 INFO kablam! | help: remove this `mut` Oct 11 07:58:23.944 INFO kablam! Oct 11 07:58:24.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Oct 11 07:58:24.885 INFO kablam! su: No module specific data is present Oct 11 07:58:25.128 INFO running `"docker" "rm" "-f" "a8277ef9ee22adcf81d306112113e1e27e0b17de058ddca2e7f056e46d3555e5"` Oct 11 07:58:25.215 INFO blam! a8277ef9ee22adcf81d306112113e1e27e0b17de058ddca2e7f056e46d3555e5 Oct 11 07:58:25.217 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:58:25.217 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:58:25.417 INFO blam! bedd978d461dbd19781f97ae05eb0d24bc4da58b5b02f9c7883765c45009887a Oct 11 07:58:25.419 INFO running `"docker" "start" "-a" "bedd978d461dbd19781f97ae05eb0d24bc4da58b5b02f9c7883765c45009887a"` Oct 11 07:58:25.979 INFO kablam! usermod: no changes Oct 11 07:58:26.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 11 07:58:26.002 INFO kablam! Running /target/debug/deps/zmtp-b77a26548b226a7a Oct 11 07:58:26.004 INFO blam! Oct 11 07:58:26.004 INFO blam! running 21 tests Oct 11 07:58:26.004 INFO blam! test zmtp_tests::deserialize_frame ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::deserialize_greeting ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::deserialize_short_cmd ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::deserialize_multiframe_msg ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::deserialize_traffic ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::serialize_multiframe_msg ... ok Oct 11 07:58:26.005 INFO blam! test zmtp_tests::serialize_greeting ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::serialize_single_frame_msg ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::serialize_traffic ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd_with_name_digit ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd_with_invalid_name_char ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd_with_name_too_short ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd_with_null_name_char ... ok Oct 11 07:58:26.006 INFO blam! test zmtp_tests::validate_basic_cmd_with_special_name_char ... ok Oct 11 07:58:26.008 INFO blam! test zmtp_tests::serialize_long_cmd ... ok Oct 11 07:58:26.008 INFO blam! test zmtp_tests::serialize_frame ... ok Oct 11 07:58:26.008 INFO blam! test zmtp_tests::serialize_short_cmd ... ok Oct 11 07:58:26.008 INFO blam! test zmtp_tests::deserialize_long_cmd ... ok Oct 11 07:58:26.008 INFO blam! test zmtp_tests::deserialize_single_frame_msg ... ok Oct 11 07:58:26.019 INFO blam! test zmtp_tests::create_cmd_with_name_too_long ... ok Oct 11 07:58:26.019 INFO blam! Oct 11 07:58:26.019 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:58:26.019 INFO blam! Oct 11 07:58:26.019 INFO kablam! Doc-tests zmtp Oct 11 07:58:27.008 INFO blam! Oct 11 07:58:27.008 INFO blam! running 0 tests Oct 11 07:58:27.008 INFO blam! Oct 11 07:58:27.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:58:27.008 INFO blam! Oct 11 07:58:27.012 INFO kablam! su: No module specific data is present Oct 11 07:58:27.333 INFO running `"docker" "rm" "-f" "bedd978d461dbd19781f97ae05eb0d24bc4da58b5b02f9c7883765c45009887a"` Oct 11 07:58:27.412 INFO blam! bedd978d461dbd19781f97ae05eb0d24bc4da58b5b02f9c7883765c45009887a