Oct 11 09:19:57.551 INFO testing uavcan-core-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:19:57.551 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:19:57.551 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 09:19:57.804 INFO blam! 766749df432e9cdde09ef9c2ce131ed4088b2fbe70be5a0e180fe3e8f3580d9a Oct 11 09:19:57.812 INFO running `"docker" "start" "-a" "766749df432e9cdde09ef9c2ce131ed4088b2fbe70be5a0e180fe3e8f3580d9a"` Oct 11 09:19:58.466 INFO kablam! usermod: no changes Oct 11 09:19:58.503 INFO kablam! Compiling bit_field v0.8.0 Oct 11 09:19:58.504 INFO kablam! Compiling uavcan-derive v0.0.1 Oct 11 09:20:00.873 INFO kablam! Compiling uavcan-core v0.0.1 (/source) Oct 11 09:20:00.965 INFO kablam! warning: unused `#[macro_use]` import Oct 11 09:20:00.965 INFO kablam! --> src/lib.rs:3:1 Oct 11 09:20:00.965 INFO kablam! | Oct 11 09:20:00.965 INFO kablam! 3 | #[macro_use] Oct 11 09:20:00.965 INFO kablam! | ^^^^^^^^^^^^ Oct 11 09:20:00.965 INFO kablam! | Oct 11 09:20:00.965 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:20:00.965 INFO kablam! Oct 11 09:20:00.972 INFO kablam! warning: unused import: `core::mem::transmute` Oct 11 09:20:00.972 INFO kablam! --> src/types.rs:1:5 Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! 1 | use core::mem::transmute; Oct 11 09:20:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:00.972 INFO kablam! Oct 11 09:20:00.972 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.972 INFO kablam! --> src/types.rs:307:93 Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! 307 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 09:20:00.972 INFO kablam! Oct 11 09:20:00.972 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.972 INFO kablam! --> src/types.rs:315:93 Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! 315 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.972 INFO kablam! Oct 11 09:20:00.972 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.972 INFO kablam! --> src/types.rs:323:93 Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! 323 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.972 INFO kablam! Oct 11 09:20:00.972 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.972 INFO kablam! --> src/types.rs:331:93 Oct 11 09:20:00.972 INFO kablam! | Oct 11 09:20:00.972 INFO kablam! 331 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.972 INFO kablam! Oct 11 09:20:00.973 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.973 INFO kablam! --> src/types.rs:339:93 Oct 11 09:20:00.973 INFO kablam! | Oct 11 09:20:00.973 INFO kablam! 339 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:00.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.973 INFO kablam! Oct 11 09:20:00.973 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.973 INFO kablam! --> src/types.rs:347:93 Oct 11 09:20:00.973 INFO kablam! | Oct 11 09:20:00.973 INFO kablam! 347 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u16); } Oct 11 09:20:00.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.973 INFO kablam! Oct 11 09:20:00.973 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.973 INFO kablam! --> src/types.rs:355:93 Oct 11 09:20:00.973 INFO kablam! | Oct 11 09:20:00.973 INFO kablam! 355 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u32); } Oct 11 09:20:00.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.973 INFO kablam! Oct 11 09:20:00.973 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:00.973 INFO kablam! --> src/types.rs:363:102 Oct 11 09:20:00.973 INFO kablam! | Oct 11 09:20:00.973 INFO kablam! 363 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.bitfield.set_bits((range.start as u8..range.end as u8), value as u16); } Oct 11 09:20:00.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:00.973 INFO kablam! Oct 11 09:20:00.973 INFO kablam! warning: unused import: `crc::calc` Oct 11 09:20:00.973 INFO kablam! --> src/message_builder.rs:15:5 Oct 11 09:20:00.973 INFO kablam! | Oct 11 09:20:00.973 INFO kablam! 15 | use crc::calc; Oct 11 09:20:00.973 INFO kablam! | ^^^^^^^^^ Oct 11 09:20:00.973 INFO kablam! Oct 11 09:20:01.225 INFO kablam! warning: method is never used: `from_bitmap` Oct 11 09:20:01.225 INFO kablam! --> src/types.rs:20:5 Oct 11 09:20:01.225 INFO kablam! | Oct 11 09:20:01.225 INFO kablam! 20 | fn from_bitmap(bm: u16) -> f16 { Oct 11 09:20:01.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:01.225 INFO kablam! | Oct 11 09:20:01.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:20:01.225 INFO kablam! Oct 11 09:20:01.229 INFO kablam! warning: function is never used: `add_byte` Oct 11 09:20:01.229 INFO kablam! --> src/crc.rs:1:1 Oct 11 09:20:01.229 INFO kablam! | Oct 11 09:20:01.229 INFO kablam! 1 | fn add_byte(mut crc: u16, data: &u8) -> u16{ Oct 11 09:20:01.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:01.229 INFO kablam! Oct 11 09:20:01.229 INFO kablam! warning: function is never used: `add` Oct 11 09:20:01.229 INFO kablam! --> src/crc.rs:15:1 Oct 11 09:20:01.229 INFO kablam! | Oct 11 09:20:01.229 INFO kablam! 15 | pub fn add(mut crc: u16, data: &[u8]) -> u16 { Oct 11 09:20:01.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:01.229 INFO kablam! Oct 11 09:20:01.229 INFO kablam! warning: function is never used: `calc` Oct 11 09:20:01.229 INFO kablam! --> src/crc.rs:22:1 Oct 11 09:20:01.229 INFO kablam! | Oct 11 09:20:01.229 INFO kablam! 22 | pub fn calc(data: &[u8], data_type_signature: u64) -> u16 { Oct 11 09:20:01.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:01.229 INFO kablam! Oct 11 09:20:01.229 INFO kablam! warning: field is never used: `crc_calculated` Oct 11 09:20:01.229 INFO kablam! --> src/message_builder.rs:32:5 Oct 11 09:20:01.229 INFO kablam! | Oct 11 09:20:01.229 INFO kablam! 32 | crc_calculated: u16, Oct 11 09:20:01.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:01.229 INFO kablam! Oct 11 09:20:01.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 11 09:20:01.396 INFO kablam! su: No module specific data is present Oct 11 09:20:01.637 INFO running `"docker" "rm" "-f" "766749df432e9cdde09ef9c2ce131ed4088b2fbe70be5a0e180fe3e8f3580d9a"` Oct 11 09:20:01.742 INFO blam! 766749df432e9cdde09ef9c2ce131ed4088b2fbe70be5a0e180fe3e8f3580d9a Oct 11 09:20:01.745 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:20:01.746 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 09:20:01.900 INFO blam! d8d35a65c6459630ce79a4ecc9c453ff97048806b7aa614dd749e35c013542ec Oct 11 09:20:01.902 INFO running `"docker" "start" "-a" "d8d35a65c6459630ce79a4ecc9c453ff97048806b7aa614dd749e35c013542ec"` Oct 11 09:20:02.370 INFO kablam! usermod: no changes Oct 11 09:20:02.411 INFO kablam! Compiling uavcan-core v0.0.1 (/source) Oct 11 09:20:02.768 INFO kablam! warning: unused import: `core::mem::transmute` Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:1:5 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 1 | use core::mem::transmute; Oct 11 09:20:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:20:02.768 INFO kablam! Oct 11 09:20:02.768 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:307:93 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 307 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 09:20:02.768 INFO kablam! Oct 11 09:20:02.768 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:315:93 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 315 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.768 INFO kablam! Oct 11 09:20:02.768 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:323:93 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 323 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.768 INFO kablam! Oct 11 09:20:02.768 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:331:93 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 331 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:02.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.768 INFO kablam! Oct 11 09:20:02.768 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.768 INFO kablam! --> src/types.rs:339:93 Oct 11 09:20:02.768 INFO kablam! | Oct 11 09:20:02.768 INFO kablam! 339 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u8); } Oct 11 09:20:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.769 INFO kablam! Oct 11 09:20:02.769 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.769 INFO kablam! --> src/types.rs:347:93 Oct 11 09:20:02.769 INFO kablam! | Oct 11 09:20:02.769 INFO kablam! 347 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u16); } Oct 11 09:20:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.769 INFO kablam! Oct 11 09:20:02.769 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.769 INFO kablam! --> src/types.rs:355:93 Oct 11 09:20:02.769 INFO kablam! | Oct 11 09:20:02.769 INFO kablam! 355 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.set_bits((range.start as u8..range.end as u8), value as u32); } Oct 11 09:20:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.769 INFO kablam! Oct 11 09:20:02.769 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 09:20:02.769 INFO kablam! --> src/types.rs:363:102 Oct 11 09:20:02.769 INFO kablam! | Oct 11 09:20:02.769 INFO kablam! 363 | #[inline] fn set_bits(&mut self, range: Range, value: u64) { self.value.bitfield.set_bits((range.start as u8..range.end as u8), value as u16); } Oct 11 09:20:02.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 09:20:02.769 INFO kablam! Oct 11 09:20:02.769 INFO kablam! warning: unused import: `crc::calc` Oct 11 09:20:02.769 INFO kablam! --> src/message_builder.rs:15:5 Oct 11 09:20:02.769 INFO kablam! | Oct 11 09:20:02.769 INFO kablam! 15 | use crc::calc; Oct 11 09:20:02.769 INFO kablam! | ^^^^^^^^^ Oct 11 09:20:02.769 INFO kablam! Oct 11 09:20:03.332 INFO kablam! warning: method is never used: `from_bitmap` Oct 11 09:20:03.333 INFO kablam! --> src/types.rs:20:5 Oct 11 09:20:03.333 INFO kablam! | Oct 11 09:20:03.333 INFO kablam! 20 | fn from_bitmap(bm: u16) -> f16 { Oct 11 09:20:03.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:03.334 INFO kablam! | Oct 11 09:20:03.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:20:03.334 INFO kablam! Oct 11 09:20:03.334 INFO kablam! warning: function is never used: `add_byte` Oct 11 09:20:03.335 INFO kablam! --> src/crc.rs:1:1 Oct 11 09:20:03.335 INFO kablam! | Oct 11 09:20:03.335 INFO kablam! 1 | fn add_byte(mut crc: u16, data: &u8) -> u16{ Oct 11 09:20:03.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:03.336 INFO kablam! Oct 11 09:20:03.336 INFO kablam! warning: function is never used: `add` Oct 11 09:20:03.336 INFO kablam! --> src/crc.rs:15:1 Oct 11 09:20:03.336 INFO kablam! | Oct 11 09:20:03.336 INFO kablam! 15 | pub fn add(mut crc: u16, data: &[u8]) -> u16 { Oct 11 09:20:03.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:03.337 INFO kablam! Oct 11 09:20:03.337 INFO kablam! warning: function is never used: `calc` Oct 11 09:20:03.337 INFO kablam! --> src/crc.rs:22:1 Oct 11 09:20:03.337 INFO kablam! | Oct 11 09:20:03.337 INFO kablam! 22 | pub fn calc(data: &[u8], data_type_signature: u64) -> u16 { Oct 11 09:20:03.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:03.338 INFO kablam! Oct 11 09:20:03.338 INFO kablam! warning: field is never used: `crc_calculated` Oct 11 09:20:03.338 INFO kablam! --> src/message_builder.rs:32:5 Oct 11 09:20:03.338 INFO kablam! | Oct 11 09:20:03.338 INFO kablam! 32 | crc_calculated: u16, Oct 11 09:20:03.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:03.338 INFO kablam! Oct 11 09:20:04.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 11 09:20:04.075 INFO kablam! su: No module specific data is present Oct 11 09:20:04.399 INFO running `"docker" "rm" "-f" "d8d35a65c6459630ce79a4ecc9c453ff97048806b7aa614dd749e35c013542ec"` Oct 11 09:20:04.492 INFO blam! d8d35a65c6459630ce79a4ecc9c453ff97048806b7aa614dd749e35c013542ec Oct 11 09:20:04.494 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:20:04.494 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 09:20:04.668 INFO blam! 10d775fb2d1677e5aeb2683546e15a937b86dac6d9b5caa919f922070df262fd Oct 11 09:20:04.670 INFO running `"docker" "start" "-a" "10d775fb2d1677e5aeb2683546e15a937b86dac6d9b5caa919f922070df262fd"` Oct 11 09:20:05.134 INFO kablam! usermod: no changes Oct 11 09:20:05.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 09:20:05.184 INFO kablam! Running /target/debug/deps/uavcan_core-022c013fe7e9ad5c Oct 11 09:20:05.190 INFO blam! Oct 11 09:20:05.190 INFO blam! running 9 tests Oct 11 09:20:05.193 INFO blam! test serializer::tests::remaining_bits ... ok Oct 11 09:20:05.193 INFO blam! test parser::tests::uavcan_parse_test_misaligned ... ok Oct 11 09:20:05.193 INFO blam! test frame_generator::tests::serialize_node_status_frame ... ok Oct 11 09:20:05.193 INFO blam! test parser::tests::uavcan_parse_test_byte_aligned ... ok Oct 11 09:20:05.200 INFO blam! test message_builder::tests::parse_from_can_frames_simple ... ok Oct 11 09:20:05.200 INFO kablam! Doc-tests uavcan-core Oct 11 09:20:05.200 INFO blam! test tests::uavcan_sized_length_derivation ... ok Oct 11 09:20:05.200 INFO blam! test serializer::tests::uavcan_serialize_test_byte_aligned ... ok Oct 11 09:20:05.200 INFO blam! test tests::uavcan_index_primitive_field ... ok Oct 11 09:20:05.200 INFO blam! test serializer::tests::uavcan_parse_test_misaligned ... ok Oct 11 09:20:05.200 INFO blam! Oct 11 09:20:05.200 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:20:05.200 INFO blam! Oct 11 09:20:05.312 INFO blam! Oct 11 09:20:05.312 INFO blam! running 0 tests Oct 11 09:20:05.312 INFO blam! Oct 11 09:20:05.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:20:05.312 INFO blam! Oct 11 09:20:05.317 INFO kablam! su: No module specific data is present Oct 11 09:20:05.600 INFO running `"docker" "rm" "-f" "10d775fb2d1677e5aeb2683546e15a937b86dac6d9b5caa919f922070df262fd"` Oct 11 09:20:05.734 INFO blam! 10d775fb2d1677e5aeb2683546e15a937b86dac6d9b5caa919f922070df262fd