Oct 16 02:23:32.485 INFO testing mpegts-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:23:32.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 02:23:32.965 INFO blam! da5d6af6b4f7b2964d05e2a121592e87c335145fcb69576e898d1b7d3cc28771 Oct 16 02:23:32.968 INFO running `"docker" "start" "-a" "da5d6af6b4f7b2964d05e2a121592e87c335145fcb69576e898d1b7d3cc28771"` Oct 16 02:23:34.229 INFO kablam! usermod: no changes Oct 16 02:23:34.355 INFO kablam! Compiling bitstream-io v0.6.5 Oct 16 02:23:35.583 INFO kablam! Compiling mpegts v0.1.0 (/source) Oct 16 02:23:36.486 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.486 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Oct 16 02:23:36.486 INFO kablam! | Oct 16 02:23:36.486 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Oct 16 02:23:36.486 INFO kablam! | ----^^^^^^ Oct 16 02:23:36.486 INFO kablam! | | Oct 16 02:23:36.486 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.486 INFO kablam! | Oct 16 02:23:36.486 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:23:36.486 INFO kablam! Oct 16 02:23:36.486 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.486 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Oct 16 02:23:36.486 INFO kablam! | Oct 16 02:23:36.486 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Oct 16 02:23:36.486 INFO kablam! | ----^^^^^ Oct 16 02:23:36.486 INFO kablam! | | Oct 16 02:23:36.486 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.486 INFO kablam! Oct 16 02:23:36.486 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.486 INFO kablam! --> src/parser/payload.rs:13:51 Oct 16 02:23:36.486 INFO kablam! | Oct 16 02:23:36.486 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Oct 16 02:23:36.486 INFO kablam! | ----^^^^^ Oct 16 02:23:36.486 INFO kablam! | | Oct 16 02:23:36.486 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.486 INFO kablam! Oct 16 02:23:36.507 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.507 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Oct 16 02:23:36.507 INFO kablam! | Oct 16 02:23:36.507 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Oct 16 02:23:36.507 INFO kablam! | ----^^^^^^ Oct 16 02:23:36.507 INFO kablam! | | Oct 16 02:23:36.507 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.507 INFO kablam! Oct 16 02:23:36.511 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.511 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Oct 16 02:23:36.511 INFO kablam! | Oct 16 02:23:36.511 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Oct 16 02:23:36.511 INFO kablam! | ----^^^^^^ Oct 16 02:23:36.511 INFO kablam! | | Oct 16 02:23:36.511 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.511 INFO kablam! Oct 16 02:23:36.519 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:36.519 INFO kablam! --> src/writer/payload.rs:14:22 Oct 16 02:23:36.519 INFO kablam! | Oct 16 02:23:36.519 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Oct 16 02:23:36.519 INFO kablam! | ----^^^^^^ Oct 16 02:23:36.519 INFO kablam! | | Oct 16 02:23:36.519 INFO kablam! | help: remove this `mut` Oct 16 02:23:36.519 INFO kablam! Oct 16 02:23:37.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.66s Oct 16 02:23:37.936 INFO kablam! su: No module specific data is present Oct 16 02:23:39.471 INFO running `"docker" "rm" "-f" "da5d6af6b4f7b2964d05e2a121592e87c335145fcb69576e898d1b7d3cc28771"` Oct 16 02:23:39.827 INFO blam! da5d6af6b4f7b2964d05e2a121592e87c335145fcb69576e898d1b7d3cc28771 Oct 16 02:23:39.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 02:23:40.323 INFO blam! 078dc845c2c27778fec0d2238ec9b0698ecff25150f3d67291afc53f70c0e19b Oct 16 02:23:40.326 INFO running `"docker" "start" "-a" "078dc845c2c27778fec0d2238ec9b0698ecff25150f3d67291afc53f70c0e19b"` Oct 16 02:23:42.482 INFO kablam! usermod: no changes Oct 16 02:23:42.555 INFO kablam! Compiling mpegts v0.1.0 (/source) Oct 16 02:23:44.751 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:44.751 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Oct 16 02:23:44.751 INFO kablam! | Oct 16 02:23:44.751 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Oct 16 02:23:44.751 INFO kablam! | ----^^^^^^ Oct 16 02:23:44.751 INFO kablam! | | Oct 16 02:23:44.751 INFO kablam! | help: remove this `mut` Oct 16 02:23:44.751 INFO kablam! | Oct 16 02:23:44.751 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:23:44.751 INFO kablam! Oct 16 02:23:44.751 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:44.751 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Oct 16 02:23:44.751 INFO kablam! | Oct 16 02:23:44.751 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Oct 16 02:23:44.751 INFO kablam! | ----^^^^^ Oct 16 02:23:44.751 INFO kablam! | | Oct 16 02:23:44.751 INFO kablam! | help: remove this `mut` Oct 16 02:23:44.751 INFO kablam! Oct 16 02:23:44.763 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:44.763 INFO kablam! --> src/parser/payload.rs:13:51 Oct 16 02:23:44.763 INFO kablam! | Oct 16 02:23:44.763 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Oct 16 02:23:44.763 INFO kablam! | ----^^^^^ Oct 16 02:23:44.763 INFO kablam! | | Oct 16 02:23:44.763 INFO kablam! | help: remove this `mut` Oct 16 02:23:44.763 INFO kablam! Oct 16 02:23:44.979 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:44.979 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Oct 16 02:23:44.979 INFO kablam! | Oct 16 02:23:44.979 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Oct 16 02:23:44.979 INFO kablam! | ----^^^^^^ Oct 16 02:23:44.980 INFO kablam! | | Oct 16 02:23:44.980 INFO kablam! | help: remove this `mut` Oct 16 02:23:44.980 INFO kablam! Oct 16 02:23:45.011 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:45.011 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Oct 16 02:23:45.011 INFO kablam! | Oct 16 02:23:45.011 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Oct 16 02:23:45.011 INFO kablam! | ----^^^^^^ Oct 16 02:23:45.011 INFO kablam! | | Oct 16 02:23:45.011 INFO kablam! | help: remove this `mut` Oct 16 02:23:45.011 INFO kablam! Oct 16 02:23:45.027 INFO kablam! warning: variable does not need to be mutable Oct 16 02:23:45.027 INFO kablam! --> src/writer/payload.rs:14:22 Oct 16 02:23:45.027 INFO kablam! | Oct 16 02:23:45.047 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Oct 16 02:23:45.047 INFO kablam! | ----^^^^^^ Oct 16 02:23:45.047 INFO kablam! | | Oct 16 02:23:45.047 INFO kablam! | help: remove this `mut` Oct 16 02:23:45.047 INFO kablam! Oct 16 02:23:46.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.05s Oct 16 02:23:46.564 INFO kablam! su: No module specific data is present Oct 16 02:23:47.607 INFO running `"docker" "rm" "-f" "078dc845c2c27778fec0d2238ec9b0698ecff25150f3d67291afc53f70c0e19b"` Oct 16 02:23:48.020 INFO blam! 078dc845c2c27778fec0d2238ec9b0698ecff25150f3d67291afc53f70c0e19b Oct 16 02:23:48.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 02:23:48.567 INFO blam! 5ed8266e0c7abb14401384790ca5b35ae8b36111815e7bc34cf87a0b2f99e78f Oct 16 02:23:48.573 INFO running `"docker" "start" "-a" "5ed8266e0c7abb14401384790ca5b35ae8b36111815e7bc34cf87a0b2f99e78f"` Oct 16 02:23:49.744 INFO kablam! usermod: no changes Oct 16 02:23:49.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 02:23:49.859 INFO kablam! Running /target/debug/deps/mpegts-9400a1b12ffcdac9 Oct 16 02:23:49.859 INFO kablam! Doc-tests mpegts Oct 16 02:23:49.859 INFO blam! Oct 16 02:23:49.859 INFO blam! running 0 tests Oct 16 02:23:49.859 INFO blam! Oct 16 02:23:49.859 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:23:49.859 INFO blam! Oct 16 02:23:50.827 INFO blam! Oct 16 02:23:50.827 INFO blam! running 0 tests Oct 16 02:23:50.827 INFO blam! Oct 16 02:23:50.827 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:23:50.827 INFO blam! Oct 16 02:23:50.846 INFO kablam! su: No module specific data is present Oct 16 02:23:51.651 INFO running `"docker" "rm" "-f" "5ed8266e0c7abb14401384790ca5b35ae8b36111815e7bc34cf87a0b2f99e78f"` Oct 16 02:23:51.971 INFO blam! 5ed8266e0c7abb14401384790ca5b35ae8b36111815e7bc34cf87a0b2f99e78f