Oct 15 08:36:33.488 INFO testing MindBuffer/osc_to_beyond against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:36:33.489 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 15 08:36:33.714 INFO blam! cdf87cd08e114e63e61ee4120895659351528b53bd1b6c0ce597166e2dd503d3 Oct 15 08:36:33.719 INFO running `"docker" "start" "-a" "cdf87cd08e114e63e61ee4120895659351528b53bd1b6c0ce597166e2dd503d3"` Oct 15 08:36:34.132 INFO kablam! usermod: no changes Oct 15 08:36:34.171 INFO kablam! Compiling libloading v0.4.0 Oct 15 08:36:34.171 INFO kablam! Compiling rosc v0.1.5 Oct 15 08:36:36.511 INFO kablam! Compiling pangolin v0.1.0 (/source/pangolin) Oct 15 08:36:37.456 INFO kablam! Compiling osc_to_beyond v0.1.0 (/source) Oct 15 08:36:38.084 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:38.084 INFO kablam! --> src/main.rs:158:17 Oct 15 08:36:38.084 INFO kablam! | Oct 15 08:36:38.085 INFO kablam! 158 | let mut layer = layer_map.entry(message.addr.clone()).or_insert(Layer::default()); Oct 15 08:36:38.085 INFO kablam! | ----^^^^^ Oct 15 08:36:38.085 INFO kablam! | | Oct 15 08:36:38.086 INFO kablam! | help: remove this `mut` Oct 15 08:36:38.086 INFO kablam! | Oct 15 08:36:38.086 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:38.087 INFO kablam! Oct 15 08:36:38.087 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:38.087 INFO kablam! --> src/main.rs:165:21 Oct 15 08:36:38.087 INFO kablam! | Oct 15 08:36:38.088 INFO kablam! 165 | let mut blob_chunks = layer.blob_map.entry(time_stamp).or_insert(Vec::new()); Oct 15 08:36:38.088 INFO kablam! | ----^^^^^^^^^^^ Oct 15 08:36:38.088 INFO kablam! | | Oct 15 08:36:38.089 INFO kablam! | help: remove this `mut` Oct 15 08:36:38.089 INFO kablam! Oct 15 08:36:39.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.63s Oct 15 08:36:39.791 INFO kablam! su: No module specific data is present Oct 15 08:36:40.460 INFO running `"docker" "rm" "-f" "cdf87cd08e114e63e61ee4120895659351528b53bd1b6c0ce597166e2dd503d3"` Oct 15 08:36:40.669 INFO blam! cdf87cd08e114e63e61ee4120895659351528b53bd1b6c0ce597166e2dd503d3 Oct 15 08:36:40.680 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 15 08:36:41.068 INFO blam! be9fdb35c4d3b89cb27502f06fc66553a22db3bda7fc0687cf94116e21d1bdfb Oct 15 08:36:41.073 INFO running `"docker" "start" "-a" "be9fdb35c4d3b89cb27502f06fc66553a22db3bda7fc0687cf94116e21d1bdfb"` Oct 15 08:36:41.763 INFO kablam! usermod: no changes Oct 15 08:36:41.817 INFO kablam! Compiling osc_to_beyond v0.1.0 (/source) Oct 15 08:36:42.467 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:42.467 INFO kablam! --> src/main.rs:158:17 Oct 15 08:36:42.467 INFO kablam! | Oct 15 08:36:42.467 INFO kablam! 158 | let mut layer = layer_map.entry(message.addr.clone()).or_insert(Layer::default()); Oct 15 08:36:42.467 INFO kablam! | ----^^^^^ Oct 15 08:36:42.467 INFO kablam! | | Oct 15 08:36:42.467 INFO kablam! | help: remove this `mut` Oct 15 08:36:42.467 INFO kablam! | Oct 15 08:36:42.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:42.467 INFO kablam! Oct 15 08:36:42.467 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:42.467 INFO kablam! --> src/main.rs:165:21 Oct 15 08:36:42.467 INFO kablam! | Oct 15 08:36:42.467 INFO kablam! 165 | let mut blob_chunks = layer.blob_map.entry(time_stamp).or_insert(Vec::new()); Oct 15 08:36:42.467 INFO kablam! | ----^^^^^^^^^^^ Oct 15 08:36:42.467 INFO kablam! | | Oct 15 08:36:42.467 INFO kablam! | help: remove this `mut` Oct 15 08:36:42.467 INFO kablam! Oct 15 08:36:42.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 15 08:36:42.873 INFO kablam! su: No module specific data is present Oct 15 08:36:43.263 INFO running `"docker" "rm" "-f" "be9fdb35c4d3b89cb27502f06fc66553a22db3bda7fc0687cf94116e21d1bdfb"` Oct 15 08:36:43.510 INFO blam! be9fdb35c4d3b89cb27502f06fc66553a22db3bda7fc0687cf94116e21d1bdfb Oct 15 08:36:43.510 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 15 08:36:43.887 INFO blam! eaf8f2c6c3eb58d8e1ba204b91f7c4088c1360be05238f6c3745ee1a2049512e Oct 15 08:36:43.891 INFO running `"docker" "start" "-a" "eaf8f2c6c3eb58d8e1ba204b91f7c4088c1360be05238f6c3745ee1a2049512e"` Oct 15 08:36:44.618 INFO kablam! usermod: no changes Oct 15 08:36:44.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:36:44.695 INFO kablam! Running /target/debug/deps/osc_to_beyond-14c898fe545ed3ac Oct 15 08:36:44.701 INFO blam! Oct 15 08:36:44.701 INFO blam! running 0 tests Oct 15 08:36:44.701 INFO blam! Oct 15 08:36:44.702 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:44.702 INFO kablam! su: No module specific data is present Oct 15 08:36:44.702 INFO blam! Oct 15 08:36:45.465 INFO running `"docker" "rm" "-f" "eaf8f2c6c3eb58d8e1ba204b91f7c4088c1360be05238f6c3745ee1a2049512e"` Oct 15 08:36:45.827 INFO blam! eaf8f2c6c3eb58d8e1ba204b91f7c4088c1360be05238f6c3745ee1a2049512e