Oct 13 03:48:51.236 INFO testing platy/bacnet-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:48:51.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:48:51.384 INFO blam! 56d9862702a318d030541b875c0c3faa04d632021e1aaea5517fc50b1262a92b Oct 13 03:48:51.387 INFO running `"docker" "start" "-a" "56d9862702a318d030541b875c0c3faa04d632021e1aaea5517fc50b1262a92b"` Oct 13 03:48:51.834 INFO kablam! usermod: no changes Oct 13 03:48:51.867 INFO kablam! Compiling bacnet v0.0.1 (/source) Oct 13 03:48:52.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 13 03:48:52.914 INFO kablam! su: No module specific data is present Oct 13 03:48:53.289 INFO running `"docker" "rm" "-f" "56d9862702a318d030541b875c0c3faa04d632021e1aaea5517fc50b1262a92b"` Oct 13 03:48:53.534 INFO blam! 56d9862702a318d030541b875c0c3faa04d632021e1aaea5517fc50b1262a92b Oct 13 03:48:53.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:48:53.796 INFO blam! 2bde9dd1b51e4c3537bbb05a4bd2d629720a182d3dae38369c393ddbd8272711 Oct 13 03:48:53.798 INFO running `"docker" "start" "-a" "2bde9dd1b51e4c3537bbb05a4bd2d629720a182d3dae38369c393ddbd8272711"` Oct 13 03:48:54.219 INFO kablam! usermod: no changes Oct 13 03:48:54.243 INFO kablam! Compiling bacnet v0.0.1 (/source) Oct 13 03:48:54.899 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:54.899 INFO kablam! --> src/parse.rs:67:13 Oct 13 03:48:54.900 INFO kablam! | Oct 13 03:48:54.900 INFO kablam! 67 | let mut reader: &mut io::Read = &mut io::Cursor::new(data); Oct 13 03:48:54.900 INFO kablam! | ----^^^^^^ Oct 13 03:48:54.900 INFO kablam! | | Oct 13 03:48:54.900 INFO kablam! | help: remove this `mut` Oct 13 03:48:54.900 INFO kablam! | Oct 13 03:48:54.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:48:54.901 INFO kablam! Oct 13 03:48:54.903 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:54.904 INFO kablam! --> src/parse.rs:124:13 Oct 13 03:48:54.904 INFO kablam! | Oct 13 03:48:54.904 INFO kablam! 124 | let mut reader: &mut io::Read = &mut io::Cursor::new(data); Oct 13 03:48:54.904 INFO kablam! | ----^^^^^^ Oct 13 03:48:54.905 INFO kablam! | | Oct 13 03:48:54.905 INFO kablam! | help: remove this `mut` Oct 13 03:48:54.905 INFO kablam! Oct 13 03:48:54.909 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:54.910 INFO kablam! --> src/parse.rs:202:13 Oct 13 03:48:54.910 INFO kablam! | Oct 13 03:48:54.910 INFO kablam! 202 | let mut reader: &mut io::Read = &mut io::Cursor::new(data); Oct 13 03:48:54.910 INFO kablam! | ----^^^^^^ Oct 13 03:48:54.911 INFO kablam! | | Oct 13 03:48:54.911 INFO kablam! | help: remove this `mut` Oct 13 03:48:54.911 INFO kablam! Oct 13 03:48:54.931 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:54.931 INFO kablam! --> src/parse.rs:442:9 Oct 13 03:48:54.931 INFO kablam! | Oct 13 03:48:54.931 INFO kablam! 442 | let mut reader: &mut Read = &mut data; Oct 13 03:48:54.931 INFO kablam! | ----^^^^^^ Oct 13 03:48:54.931 INFO kablam! | | Oct 13 03:48:54.931 INFO kablam! | help: remove this `mut` Oct 13 03:48:54.931 INFO kablam! Oct 13 03:48:54.931 INFO kablam! warning: variable does not need to be mutable Oct 13 03:48:54.931 INFO kablam! --> src/parse.rs:449:9 Oct 13 03:48:54.931 INFO kablam! | Oct 13 03:48:54.931 INFO kablam! 449 | let mut reader: &mut Read = &mut data; Oct 13 03:48:54.931 INFO kablam! | ----^^^^^^ Oct 13 03:48:54.931 INFO kablam! | | Oct 13 03:48:54.931 INFO kablam! | help: remove this `mut` Oct 13 03:48:54.931 INFO kablam! Oct 13 03:48:55.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 13 03:48:55.741 INFO kablam! su: No module specific data is present Oct 13 03:48:56.139 INFO running `"docker" "rm" "-f" "2bde9dd1b51e4c3537bbb05a4bd2d629720a182d3dae38369c393ddbd8272711"` Oct 13 03:48:56.255 INFO blam! 2bde9dd1b51e4c3537bbb05a4bd2d629720a182d3dae38369c393ddbd8272711 Oct 13 03:48:56.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:48:56.438 INFO blam! b80f46feb8d161a2bd82aa4b4e88738544d7d4181ec9377205699cac412d49d9 Oct 13 03:48:56.440 INFO running `"docker" "start" "-a" "b80f46feb8d161a2bd82aa4b4e88738544d7d4181ec9377205699cac412d49d9"` Oct 13 03:48:56.999 INFO kablam! usermod: no changes Oct 13 03:48:57.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 03:48:57.055 INFO kablam! Running /target/debug/deps/bacnet-411224ddf5d09263 Oct 13 03:48:57.063 INFO blam! Oct 13 03:48:57.063 INFO blam! running 60 tests Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_context_sequence_of_application_values ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_context_null ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_context_boolean ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_boolean ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_context_wrapped_application_value ... ok Oct 13 03:48:57.063 INFO blam! test ast::test_get_context_value::get_second_context_value ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_empty_reader ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_null ... ok Oct 13 03:48:57.063 INFO blam! test ast::test_get_context_value::get_first_context_value ... ok Oct 13 03:48:57.063 INFO blam! test parse::parse_sequenceable_value_tests::parse_unsigned ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_apdu_header_parse::parse_confirmed ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_apdu_header_parse::parse_simple_ack ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_apdu_header_parse::parse_unconfirmed ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::application0 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::application1 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::application2 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::close ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::context1 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::application32 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_tag::open ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_unsigned_16 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_read_unsigned_32 ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_value_sequence_parse::parse_basic_value_sequence ... ok Oct 13 03:48:57.063 INFO blam! test parse::test_value_sequence_parse::parse_empty_value_sequence ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_abort_pdu ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_complexack_basic ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_complexack_segmented ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_confirmed ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_confirmed_max ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_error_pdu ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_reject_pdu ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_segment_ack ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_simple_ack ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_apdu_header_write::write_unconfirmed ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_value_sequence_write::write_basic_value_sequence ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_value_sequence_write::write_empty_value_sequence ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_write_tag::application0 ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_write_tag::application1 ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_write_tag::close ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_write_tag::context1 ... ok Oct 13 03:48:57.067 INFO blam! test serialise::test_write_tag::open ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_boolean ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_context_boolean ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_context_null ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_context_sequence_of_application_values ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_context_unsigned ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_context_wrapped_application_value ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_null ... ok Oct 13 03:48:57.067 INFO blam! test serialise::write_sequenceable_value_tests::write_unsigned ... ok Oct 13 03:48:57.067 INFO blam! test service::iam::test::test_marshall_correct ... ok Oct 13 03:48:57.067 INFO blam! test service::iam::test::test_marshall_cycle ... ok Oct 13 03:48:57.067 INFO blam! test service::iam::test::test_unmarshall_correct ... ok Oct 13 03:48:57.067 INFO blam! test service::whois::handler_test::range_checks ... ok Oct 13 03:48:57.067 INFO blam! test service::whois::message::test_marshall_correct ... ok Oct 13 03:48:57.067 INFO blam! test service::whois::message::test_marshall_cycle ... ok Oct 13 03:48:57.067 INFO blam! test service::whois::message::test_unmarshall_correct ... ok Oct 13 03:48:57.083 INFO blam! test parse::parse_sequenceable_value_tests::parse_context_unsigned ... ok Oct 13 03:48:57.083 INFO kablam! Doc-tests bacnet Oct 13 03:48:57.083 INFO blam! test ast::test_get_context_value::get_missing_context_value ... ok Oct 13 03:48:57.083 INFO blam! test serialise::test_write_tag::application2 ... ok Oct 13 03:48:57.083 INFO blam! test serialise::test_write_tag::application32 ... ok Oct 13 03:48:57.083 INFO blam! Oct 13 03:48:57.083 INFO blam! test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:48:57.083 INFO blam! Oct 13 03:48:57.475 INFO blam! Oct 13 03:48:57.475 INFO blam! running 0 tests Oct 13 03:48:57.475 INFO blam! Oct 13 03:48:57.475 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:48:57.475 INFO blam! Oct 13 03:48:57.480 INFO kablam! su: No module specific data is present Oct 13 03:48:57.960 INFO running `"docker" "rm" "-f" "b80f46feb8d161a2bd82aa4b4e88738544d7d4181ec9377205699cac412d49d9"` Oct 13 03:48:58.211 INFO blam! b80f46feb8d161a2bd82aa4b4e88738544d7d4181ec9377205699cac412d49d9