Oct 15 08:36:34.017 INFO testing MindBuffer/osc_to_beyond against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:36:34.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:36:34.173 INFO blam! 568a6b00c03387b3da6984a5f06e0885b6107442985d2fb8d4f30e970d7908c0 Oct 15 08:36:34.174 INFO running `"docker" "start" "-a" "568a6b00c03387b3da6984a5f06e0885b6107442985d2fb8d4f30e970d7908c0"` Oct 15 08:36:34.826 INFO kablam! usermod: no changes Oct 15 08:36:34.883 INFO kablam! Compiling libloading v0.4.0 Oct 15 08:36:36.946 INFO kablam! Compiling pangolin v0.1.0 (/source/pangolin) Oct 15 08:36:37.959 INFO kablam! Compiling osc_to_beyond v0.1.0 (/source) Oct 15 08:36:38.667 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:38.668 INFO kablam! --> src/main.rs:158:17 Oct 15 08:36:38.668 INFO kablam! | Oct 15 08:36:38.668 INFO kablam! 158 | let mut layer = layer_map.entry(message.addr.clone()).or_insert(Layer::default()); Oct 15 08:36:38.669 INFO kablam! | ----^^^^^ Oct 15 08:36:38.669 INFO kablam! | | Oct 15 08:36:38.670 INFO kablam! | help: remove this `mut` Oct 15 08:36:38.670 INFO kablam! | Oct 15 08:36:38.670 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:38.670 INFO kablam! Oct 15 08:36:38.671 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:38.671 INFO kablam! --> src/main.rs:165:21 Oct 15 08:36:38.671 INFO kablam! | Oct 15 08:36:38.671 INFO kablam! 165 | let mut blob_chunks = layer.blob_map.entry(time_stamp).or_insert(Vec::new()); Oct 15 08:36:38.671 INFO kablam! | ----^^^^^^^^^^^ Oct 15 08:36:38.671 INFO kablam! | | Oct 15 08:36:38.671 INFO kablam! | help: remove this `mut` Oct 15 08:36:38.671 INFO kablam! Oct 15 08:36:40.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.73s Oct 15 08:36:40.588 INFO kablam! su: No module specific data is present Oct 15 08:36:41.259 INFO running `"docker" "rm" "-f" "568a6b00c03387b3da6984a5f06e0885b6107442985d2fb8d4f30e970d7908c0"` Oct 15 08:36:41.463 INFO blam! 568a6b00c03387b3da6984a5f06e0885b6107442985d2fb8d4f30e970d7908c0 Oct 15 08:36:41.468 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:36:41.705 INFO blam! fea47da7d3398482b503cb0961f84fd86cfb5c14d6873faa2729e4db1c935902 Oct 15 08:36:41.712 INFO running `"docker" "start" "-a" "fea47da7d3398482b503cb0961f84fd86cfb5c14d6873faa2729e4db1c935902"` Oct 15 08:36:42.611 INFO kablam! usermod: no changes Oct 15 08:36:42.655 INFO kablam! Compiling osc_to_beyond v0.1.0 (/source) Oct 15 08:36:43.327 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:43.327 INFO kablam! --> src/main.rs:158:17 Oct 15 08:36:43.328 INFO kablam! | Oct 15 08:36:43.328 INFO kablam! 158 | let mut layer = layer_map.entry(message.addr.clone()).or_insert(Layer::default()); Oct 15 08:36:43.328 INFO kablam! | ----^^^^^ Oct 15 08:36:43.328 INFO kablam! | | Oct 15 08:36:43.329 INFO kablam! | help: remove this `mut` Oct 15 08:36:43.329 INFO kablam! | Oct 15 08:36:43.329 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:43.329 INFO kablam! Oct 15 08:36:43.330 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:43.330 INFO kablam! --> src/main.rs:165:21 Oct 15 08:36:43.330 INFO kablam! | Oct 15 08:36:43.330 INFO kablam! 165 | let mut blob_chunks = layer.blob_map.entry(time_stamp).or_insert(Vec::new()); Oct 15 08:36:43.331 INFO kablam! | ----^^^^^^^^^^^ Oct 15 08:36:43.331 INFO kablam! | | Oct 15 08:36:43.331 INFO kablam! | help: remove this `mut` Oct 15 08:36:43.331 INFO kablam! Oct 15 08:36:43.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 08:36:43.804 INFO kablam! su: No module specific data is present Oct 15 08:36:44.199 INFO running `"docker" "rm" "-f" "fea47da7d3398482b503cb0961f84fd86cfb5c14d6873faa2729e4db1c935902"` Oct 15 08:36:44.319 INFO blam! fea47da7d3398482b503cb0961f84fd86cfb5c14d6873faa2729e4db1c935902 Oct 15 08:36:44.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:36:44.607 INFO blam! 89bc12d907878738a42a855d04f06033a3b2baf33c6d4702893243f262f3bb7d Oct 15 08:36:44.609 INFO running `"docker" "start" "-a" "89bc12d907878738a42a855d04f06033a3b2baf33c6d4702893243f262f3bb7d"` Oct 15 08:36:45.805 INFO kablam! usermod: no changes Oct 15 08:36:45.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 08:36:45.895 INFO kablam! Running /target/debug/deps/osc_to_beyond-dc9f6df86b572bd0 Oct 15 08:36:45.903 INFO blam! Oct 15 08:36:45.903 INFO blam! running 0 tests Oct 15 08:36:45.903 INFO blam! Oct 15 08:36:45.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:45.903 INFO blam! Oct 15 08:36:45.904 INFO kablam! su: No module specific data is present Oct 15 08:36:46.793 INFO running `"docker" "rm" "-f" "89bc12d907878738a42a855d04f06033a3b2baf33c6d4702893243f262f3bb7d"` Oct 15 08:36:46.979 INFO blam! 89bc12d907878738a42a855d04f06033a3b2baf33c6d4702893243f262f3bb7d