Oct 11 16:15:33.819 INFO testing ndn-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:15:33.820 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:15:33.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 16:15:34.216 INFO blam! 08a71a60fc56fcd27977676d354fec47fe23d63054abb7d0f6cd2e1fb46e13b8 Oct 11 16:15:34.218 INFO running `"docker" "start" "-a" "08a71a60fc56fcd27977676d354fec47fe23d63054abb7d0f6cd2e1fb46e13b8"` Oct 11 16:15:35.755 INFO kablam! usermod: no changes Oct 11 16:15:35.864 INFO kablam! Compiling ndn v0.0.1 (/source) Oct 11 16:15:36.677 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 16:15:36.677 INFO kablam! --> src/tlv/varnumber.rs:28:23 Oct 11 16:15:36.678 INFO kablam! | Oct 11 16:15:36.678 INFO kablam! 28 | bytes.put_u16::(x as u16); Oct 11 16:15:36.678 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.678 INFO kablam! | Oct 11 16:15:36.679 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:15:36.679 INFO kablam! Oct 11 16:15:36.679 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 16:15:36.680 INFO kablam! --> src/tlv/varnumber.rs:34:23 Oct 11 16:15:36.680 INFO kablam! | Oct 11 16:15:36.680 INFO kablam! 34 | bytes.put_u32::(x as u32); Oct 11 16:15:36.681 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.681 INFO kablam! Oct 11 16:15:36.681 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 11 16:15:36.681 INFO kablam! --> src/tlv/varnumber.rs:40:23 Oct 11 16:15:36.682 INFO kablam! | Oct 11 16:15:36.682 INFO kablam! 40 | bytes.put_u64::(x); Oct 11 16:15:36.682 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.683 INFO kablam! Oct 11 16:15:36.683 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 16:15:36.683 INFO kablam! --> src/tlv/varnumber.rs:124:34 Oct 11 16:15:36.683 INFO kablam! | Oct 11 16:15:36.684 INFO kablam! 124 | 253 => u64::from(buf.get_u16::()), Oct 11 16:15:36.684 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.684 INFO kablam! Oct 11 16:15:36.685 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 11 16:15:36.685 INFO kablam! --> src/tlv/varnumber.rs:125:34 Oct 11 16:15:36.685 INFO kablam! | Oct 11 16:15:36.685 INFO kablam! 125 | 254 => u64::from(buf.get_u32::()), Oct 11 16:15:36.686 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.686 INFO kablam! Oct 11 16:15:36.686 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 11 16:15:36.687 INFO kablam! --> src/tlv/varnumber.rs:126:24 Oct 11 16:15:36.687 INFO kablam! | Oct 11 16:15:36.687 INFO kablam! 126 | 255 => buf.get_u64::(), Oct 11 16:15:36.687 INFO kablam! | ^^^^^^^ Oct 11 16:15:36.688 INFO kablam! Oct 11 16:15:36.752 INFO kablam! warning: variant is never constructed: `GenericNameComponent` Oct 11 16:15:36.752 INFO kablam! --> src/tlv/name.rs:12:5 Oct 11 16:15:36.752 INFO kablam! | Oct 11 16:15:36.752 INFO kablam! 12 | GenericNameComponent(GenericNameComponent), Oct 11 16:15:36.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:15:36.752 INFO kablam! | Oct 11 16:15:36.752 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:15:36.752 INFO kablam! Oct 11 16:15:37.086 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 11 16:15:37.086 INFO kablam! su: No module specific data is present Oct 11 16:15:38.089 INFO running `"docker" "rm" "-f" "08a71a60fc56fcd27977676d354fec47fe23d63054abb7d0f6cd2e1fb46e13b8"` Oct 11 16:15:38.346 INFO blam! 08a71a60fc56fcd27977676d354fec47fe23d63054abb7d0f6cd2e1fb46e13b8 Oct 11 16:15:38.347 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:15:38.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 16:15:38.764 INFO blam! fb0540833ebd7b532375abeb131141d08093a688f940cd517495ef8577e8e773 Oct 11 16:15:38.776 INFO running `"docker" "start" "-a" "fb0540833ebd7b532375abeb131141d08093a688f940cd517495ef8577e8e773"` Oct 11 16:15:39.844 INFO kablam! usermod: no changes Oct 11 16:15:39.908 INFO kablam! Compiling ndn v0.0.1 (/source) Oct 11 16:15:40.645 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 16:15:40.645 INFO kablam! --> src/tlv/varnumber.rs:28:23 Oct 11 16:15:40.645 INFO kablam! | Oct 11 16:15:40.646 INFO kablam! 28 | bytes.put_u16::(x as u16); Oct 11 16:15:40.646 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.646 INFO kablam! | Oct 11 16:15:40.646 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:15:40.647 INFO kablam! Oct 11 16:15:40.647 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 16:15:40.647 INFO kablam! --> src/tlv/varnumber.rs:34:23 Oct 11 16:15:40.647 INFO kablam! | Oct 11 16:15:40.648 INFO kablam! 34 | bytes.put_u32::(x as u32); Oct 11 16:15:40.648 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.649 INFO kablam! Oct 11 16:15:40.649 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 11 16:15:40.649 INFO kablam! --> src/tlv/varnumber.rs:40:23 Oct 11 16:15:40.649 INFO kablam! | Oct 11 16:15:40.650 INFO kablam! 40 | bytes.put_u64::(x); Oct 11 16:15:40.650 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.650 INFO kablam! Oct 11 16:15:40.650 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 16:15:40.651 INFO kablam! --> src/tlv/varnumber.rs:124:34 Oct 11 16:15:40.651 INFO kablam! | Oct 11 16:15:40.651 INFO kablam! 124 | 253 => u64::from(buf.get_u16::()), Oct 11 16:15:40.651 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.652 INFO kablam! Oct 11 16:15:40.652 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 11 16:15:40.652 INFO kablam! --> src/tlv/varnumber.rs:125:34 Oct 11 16:15:40.653 INFO kablam! | Oct 11 16:15:40.653 INFO kablam! 125 | 254 => u64::from(buf.get_u32::()), Oct 11 16:15:40.653 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.654 INFO kablam! Oct 11 16:15:40.654 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u64': use get_u64_be or get_u64_le Oct 11 16:15:40.654 INFO kablam! --> src/tlv/varnumber.rs:126:24 Oct 11 16:15:40.654 INFO kablam! | Oct 11 16:15:40.655 INFO kablam! 126 | 255 => buf.get_u64::(), Oct 11 16:15:40.655 INFO kablam! | ^^^^^^^ Oct 11 16:15:40.655 INFO kablam! Oct 11 16:15:40.777 INFO kablam! warning: variant is never constructed: `GenericNameComponent` Oct 11 16:15:40.777 INFO kablam! --> src/tlv/name.rs:12:5 Oct 11 16:15:40.777 INFO kablam! | Oct 11 16:15:40.777 INFO kablam! 12 | GenericNameComponent(GenericNameComponent), Oct 11 16:15:40.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:15:40.777 INFO kablam! | Oct 11 16:15:40.777 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:15:40.777 INFO kablam! Oct 11 16:15:41.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 11 16:15:41.546 INFO kablam! su: No module specific data is present Oct 11 16:15:42.097 INFO running `"docker" "rm" "-f" "fb0540833ebd7b532375abeb131141d08093a688f940cd517495ef8577e8e773"` Oct 11 16:15:42.320 INFO blam! fb0540833ebd7b532375abeb131141d08093a688f940cd517495ef8577e8e773 Oct 11 16:15:42.320 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:15:42.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 16:15:42.622 INFO blam! ca1f2782ba57338f220d33d58c3eef21de1415158ad449e8eb6250de54214dcb Oct 11 16:15:42.624 INFO running `"docker" "start" "-a" "ca1f2782ba57338f220d33d58c3eef21de1415158ad449e8eb6250de54214dcb"` Oct 11 16:15:43.543 INFO kablam! usermod: no changes Oct 11 16:15:43.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 16:15:43.601 INFO kablam! Running /target/debug/deps/ndn-cd70fcf16b5d9761 Oct 11 16:15:43.607 INFO blam! Oct 11 16:15:43.607 INFO blam! running 12 tests Oct 11 16:15:43.612 INFO blam! test tlv::varnumber::tests::eight_bytes_0x12_34_56_78_9a_bc_de_f0 ... ok Oct 11 16:15:43.616 INFO blam! test tests::it_works ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::four_bytes_0xff_34_56_da ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::one_byte ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::number_conversion ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::varnumber_1234567890 ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::varnumber_00 ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::two_bytes65530 ... ok Oct 11 16:15:43.616 INFO blam! test tlv::varnumber::tests::varnumber_252 ... ok Oct 11 16:15:43.617 INFO blam! test tlv::varnumber::tests::varnumber_12345678901234567890 ... ok Oct 11 16:15:43.620 INFO blam! test tlv::varnumber::tests::varnumber_128 ... ok Oct 11 16:15:43.624 INFO blam! test tlv::varnumber::tests::varnumber_65530 ... ok Oct 11 16:15:43.624 INFO blam! Oct 11 16:15:43.624 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:15:43.624 INFO blam! Oct 11 16:15:43.628 INFO kablam! Doc-tests ndn Oct 11 16:15:44.594 INFO blam! Oct 11 16:15:44.594 INFO blam! running 0 tests Oct 11 16:15:44.594 INFO blam! Oct 11 16:15:44.594 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:15:44.594 INFO blam! Oct 11 16:15:44.605 INFO kablam! su: No module specific data is present Oct 11 16:15:45.052 INFO running `"docker" "rm" "-f" "ca1f2782ba57338f220d33d58c3eef21de1415158ad449e8eb6250de54214dcb"` Oct 11 16:15:45.248 INFO blam! ca1f2782ba57338f220d33d58c3eef21de1415158ad449e8eb6250de54214dcb