Oct 13 11:41:13.757 INFO checking ndn-0.0.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:41:13.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 11:41:14.233 INFO blam! a8d6aef9648392b23da0267217d54fcc88dd9abf96b79cd9a080383b64803087 Oct 13 11:41:14.234 INFO running `"docker" "start" "-a" "a8d6aef9648392b23da0267217d54fcc88dd9abf96b79cd9a080383b64803087"` Oct 13 11:41:15.811 INFO kablam! usermod: no changes Oct 13 11:41:15.920 INFO kablam! Checking ndn v0.0.1 (/source) Oct 13 11:41:17.396 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 13 11:41:17.396 INFO kablam! --> src/tlv/varnumber.rs:28:23 Oct 13 11:41:17.396 INFO kablam! | Oct 13 11:41:17.396 INFO kablam! 28 | bytes.put_u16::(x as u16); Oct 13 11:41:17.396 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.396 INFO kablam! | Oct 13 11:41:17.396 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:41:17.396 INFO kablam! Oct 13 11:41:17.396 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 11:41:17.396 INFO kablam! --> src/tlv/varnumber.rs:34:23 Oct 13 11:41:17.396 INFO kablam! | Oct 13 11:41:17.396 INFO kablam! 34 | bytes.put_u32::(x as u32); Oct 13 11:41:17.396 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.396 INFO kablam! Oct 13 11:41:17.416 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 13 11:41:17.416 INFO kablam! --> src/tlv/varnumber.rs:40:23 Oct 13 11:41:17.416 INFO kablam! | Oct 13 11:41:17.416 INFO kablam! 40 | bytes.put_u64::(x); Oct 13 11:41:17.416 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.416 INFO kablam! Oct 13 11:41:17.416 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 13 11:41:17.416 INFO kablam! --> src/tlv/varnumber.rs:124:34 Oct 13 11:41:17.416 INFO kablam! | Oct 13 11:41:17.416 INFO kablam! 124 | 253 => u64::from(buf.get_u16::()), Oct 13 11:41:17.416 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.416 INFO kablam! Oct 13 11:41:17.416 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 11:41:17.416 INFO kablam! --> src/tlv/varnumber.rs:125:34 Oct 13 11:41:17.416 INFO kablam! | Oct 13 11:41:17.416 INFO kablam! 125 | 254 => u64::from(buf.get_u32::()), Oct 13 11:41:17.416 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.416 INFO kablam! Oct 13 11:41:17.416 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 13 11:41:17.416 INFO kablam! --> src/tlv/varnumber.rs:126:24 Oct 13 11:41:17.416 INFO kablam! | Oct 13 11:41:17.416 INFO kablam! 126 | 255 => buf.get_u64::(), Oct 13 11:41:17.416 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.416 INFO kablam! Oct 13 11:41:17.536 INFO kablam! warning: variant is never constructed: `GenericNameComponent` Oct 13 11:41:17.536 INFO kablam! --> src/tlv/name.rs:12:5 Oct 13 11:41:17.536 INFO kablam! | Oct 13 11:41:17.536 INFO kablam! 12 | GenericNameComponent(GenericNameComponent), Oct 13 11:41:17.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:41:17.536 INFO kablam! | Oct 13 11:41:17.536 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:41:17.536 INFO kablam! Oct 13 11:41:17.598 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 13 11:41:17.598 INFO kablam! --> src/tlv/varnumber.rs:28:23 Oct 13 11:41:17.598 INFO kablam! | Oct 13 11:41:17.598 INFO kablam! 28 | bytes.put_u16::(x as u16); Oct 13 11:41:17.598 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.598 INFO kablam! | Oct 13 11:41:17.598 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:41:17.598 INFO kablam! Oct 13 11:41:17.598 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 11:41:17.598 INFO kablam! --> src/tlv/varnumber.rs:34:23 Oct 13 11:41:17.598 INFO kablam! | Oct 13 11:41:17.598 INFO kablam! 34 | bytes.put_u32::(x as u32); Oct 13 11:41:17.598 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.598 INFO kablam! Oct 13 11:41:17.598 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 13 11:41:17.598 INFO kablam! --> src/tlv/varnumber.rs:40:23 Oct 13 11:41:17.598 INFO kablam! | Oct 13 11:41:17.598 INFO kablam! 40 | bytes.put_u64::(x); Oct 13 11:41:17.598 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.598 INFO kablam! Oct 13 11:41:17.613 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 13 11:41:17.613 INFO kablam! --> src/tlv/varnumber.rs:124:34 Oct 13 11:41:17.613 INFO kablam! | Oct 13 11:41:17.613 INFO kablam! 124 | 253 => u64::from(buf.get_u16::()), Oct 13 11:41:17.613 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.613 INFO kablam! Oct 13 11:41:17.613 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 11:41:17.613 INFO kablam! --> src/tlv/varnumber.rs:125:34 Oct 13 11:41:17.613 INFO kablam! | Oct 13 11:41:17.613 INFO kablam! 125 | 254 => u64::from(buf.get_u32::()), Oct 13 11:41:17.613 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.613 INFO kablam! Oct 13 11:41:17.613 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 13 11:41:17.613 INFO kablam! --> src/tlv/varnumber.rs:126:24 Oct 13 11:41:17.613 INFO kablam! | Oct 13 11:41:17.613 INFO kablam! 126 | 255 => buf.get_u64::(), Oct 13 11:41:17.613 INFO kablam! | ^^^^^^^ Oct 13 11:41:17.613 INFO kablam! Oct 13 11:41:17.764 INFO kablam! warning: variant is never constructed: `GenericNameComponent` Oct 13 11:41:17.764 INFO kablam! --> src/tlv/name.rs:12:5 Oct 13 11:41:17.764 INFO kablam! | Oct 13 11:41:17.764 INFO kablam! 12 | GenericNameComponent(GenericNameComponent), Oct 13 11:41:17.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:41:17.764 INFO kablam! | Oct 13 11:41:17.764 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:41:17.764 INFO kablam! Oct 13 11:41:17.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 13 11:41:17.805 INFO kablam! su: No module specific data is present Oct 13 11:41:18.383 INFO running `"docker" "rm" "-f" "a8d6aef9648392b23da0267217d54fcc88dd9abf96b79cd9a080383b64803087"` Oct 13 11:41:18.712 INFO blam! a8d6aef9648392b23da0267217d54fcc88dd9abf96b79cd9a080383b64803087