Oct 15 09:24:07.552 INFO testing LFalch/key-layout against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:24:07.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:24:07.964 INFO blam! 8d1853c98eeaef2a0da4d4e7082722421c9d43e34e3b3656d1743ae4f8d941c1 Oct 15 09:24:07.967 INFO running `"docker" "start" "-a" "8d1853c98eeaef2a0da4d4e7082722421c9d43e34e3b3656d1743ae4f8d941c1"` Oct 15 09:24:09.467 INFO kablam! usermod: no changes Oct 15 09:24:09.583 INFO kablam! Compiling utf16-ext v0.1.0 Oct 15 09:24:09.584 INFO kablam! Compiling serde-xml-rs v0.2.1 Oct 15 09:24:11.227 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 15 09:24:12.015 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 09:24:12.015 INFO kablam! --> src/klc.rs:166:74 Oct 15 09:24:12.015 INFO kablam! | Oct 15 09:24:12.015 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 15 09:24:12.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:24:12.015 INFO kablam! | Oct 15 09:24:12.015 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:24:12.015 INFO kablam! Oct 15 09:24:12.703 INFO kablam! warning: unused variable: `layout` Oct 15 09:24:12.703 INFO kablam! --> src/convert.rs:7:9 Oct 15 09:24:12.703 INFO kablam! | Oct 15 09:24:12.703 INFO kablam! 7 | layout, Oct 15 09:24:12.703 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 15 09:24:12.703 INFO kablam! | Oct 15 09:24:12.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:24:12.703 INFO kablam! Oct 15 09:24:12.703 INFO kablam! warning: unused variable: `deadkeys` Oct 15 09:24:12.703 INFO kablam! --> src/convert.rs:8:9 Oct 15 09:24:12.703 INFO kablam! | Oct 15 09:24:12.703 INFO kablam! 8 | deadkeys, Oct 15 09:24:12.703 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 15 09:24:12.703 INFO kablam! Oct 15 09:24:12.703 INFO kablam! warning: unused variable: `keynames_dead` Oct 15 09:24:12.703 INFO kablam! --> src/convert.rs:9:9 Oct 15 09:24:12.703 INFO kablam! | Oct 15 09:24:12.703 INFO kablam! 9 | keynames_dead, Oct 15 09:24:12.703 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 15 09:24:12.703 INFO kablam! Oct 15 09:24:12.927 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:12.927 INFO kablam! --> src/convert.rs:14:9 Oct 15 09:24:12.927 INFO kablam! | Oct 15 09:24:12.927 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 15 09:24:12.927 INFO kablam! | ----^^^^^^^^ Oct 15 09:24:12.927 INFO kablam! | | Oct 15 09:24:12.927 INFO kablam! | help: remove this `mut` Oct 15 09:24:12.927 INFO kablam! | Oct 15 09:24:12.927 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:24:12.927 INFO kablam! Oct 15 09:24:12.927 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:12.927 INFO kablam! --> src/convert.rs:18:9 Oct 15 09:24:12.927 INFO kablam! | Oct 15 09:24:12.927 INFO kablam! 18 | let mut actions = vec![]; Oct 15 09:24:12.927 INFO kablam! | ----^^^^^^^ Oct 15 09:24:12.927 INFO kablam! | | Oct 15 09:24:12.927 INFO kablam! | help: remove this `mut` Oct 15 09:24:12.927 INFO kablam! Oct 15 09:24:12.927 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:12.927 INFO kablam! --> src/convert.rs:19:9 Oct 15 09:24:12.927 INFO kablam! | Oct 15 09:24:12.927 INFO kablam! 19 | let mut terminators = vec![]; Oct 15 09:24:12.927 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:24:12.927 INFO kablam! | | Oct 15 09:24:12.927 INFO kablam! | help: remove this `mut` Oct 15 09:24:12.927 INFO kablam! Oct 15 09:24:15.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Oct 15 09:24:15.913 INFO kablam! su: No module specific data is present Oct 15 09:24:16.931 INFO running `"docker" "rm" "-f" "8d1853c98eeaef2a0da4d4e7082722421c9d43e34e3b3656d1743ae4f8d941c1"` Oct 15 09:24:17.213 INFO blam! 8d1853c98eeaef2a0da4d4e7082722421c9d43e34e3b3656d1743ae4f8d941c1 Oct 15 09:24:17.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:24:17.700 INFO blam! 6e5245dfec7938c236eb59e75dd37160cf793d5db93dd8934ac0b2a7b31586e2 Oct 15 09:24:17.702 INFO running `"docker" "start" "-a" "6e5245dfec7938c236eb59e75dd37160cf793d5db93dd8934ac0b2a7b31586e2"` Oct 15 09:24:18.875 INFO kablam! usermod: no changes Oct 15 09:24:19.035 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 15 09:24:19.859 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 09:24:19.860 INFO kablam! --> src/klc.rs:166:74 Oct 15 09:24:19.860 INFO kablam! | Oct 15 09:24:19.860 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 15 09:24:19.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:24:19.861 INFO kablam! | Oct 15 09:24:19.875 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:24:19.875 INFO kablam! Oct 15 09:24:20.439 INFO kablam! warning: unused variable: `layout` Oct 15 09:24:20.439 INFO kablam! --> src/convert.rs:7:9 Oct 15 09:24:20.440 INFO kablam! | Oct 15 09:24:20.440 INFO kablam! 7 | layout, Oct 15 09:24:20.440 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 15 09:24:20.441 INFO kablam! | Oct 15 09:24:20.441 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:24:20.441 INFO kablam! Oct 15 09:24:20.441 INFO kablam! warning: unused variable: `deadkeys` Oct 15 09:24:20.442 INFO kablam! --> src/convert.rs:8:9 Oct 15 09:24:20.442 INFO kablam! | Oct 15 09:24:20.442 INFO kablam! 8 | deadkeys, Oct 15 09:24:20.442 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 15 09:24:20.443 INFO kablam! Oct 15 09:24:20.443 INFO kablam! warning: unused variable: `keynames_dead` Oct 15 09:24:20.443 INFO kablam! --> src/convert.rs:9:9 Oct 15 09:24:20.443 INFO kablam! | Oct 15 09:24:20.443 INFO kablam! 9 | keynames_dead, Oct 15 09:24:20.443 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 15 09:24:20.443 INFO kablam! Oct 15 09:24:20.679 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:20.679 INFO kablam! --> src/convert.rs:14:9 Oct 15 09:24:20.680 INFO kablam! | Oct 15 09:24:20.680 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 15 09:24:20.680 INFO kablam! | ----^^^^^^^^ Oct 15 09:24:20.680 INFO kablam! | | Oct 15 09:24:20.681 INFO kablam! | help: remove this `mut` Oct 15 09:24:20.681 INFO kablam! | Oct 15 09:24:20.681 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:24:20.681 INFO kablam! Oct 15 09:24:20.682 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:20.682 INFO kablam! --> src/convert.rs:18:9 Oct 15 09:24:20.682 INFO kablam! | Oct 15 09:24:20.682 INFO kablam! 18 | let mut actions = vec![]; Oct 15 09:24:20.683 INFO kablam! | ----^^^^^^^ Oct 15 09:24:20.683 INFO kablam! | | Oct 15 09:24:20.683 INFO kablam! | help: remove this `mut` Oct 15 09:24:20.683 INFO kablam! Oct 15 09:24:20.684 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:20.684 INFO kablam! --> src/convert.rs:19:9 Oct 15 09:24:20.684 INFO kablam! | Oct 15 09:24:20.684 INFO kablam! 19 | let mut terminators = vec![]; Oct 15 09:24:20.685 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:24:20.685 INFO kablam! | | Oct 15 09:24:20.685 INFO kablam! | help: remove this `mut` Oct 15 09:24:20.685 INFO kablam! Oct 15 09:24:21.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Oct 15 09:24:21.187 INFO kablam! su: No module specific data is present Oct 15 09:24:22.071 INFO running `"docker" "rm" "-f" "6e5245dfec7938c236eb59e75dd37160cf793d5db93dd8934ac0b2a7b31586e2"` Oct 15 09:24:22.383 INFO blam! 6e5245dfec7938c236eb59e75dd37160cf793d5db93dd8934ac0b2a7b31586e2 Oct 15 09:24:22.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:24:22.731 INFO blam! 0c65196beef709317910b7b36e8417eb0f9c1ea82889cd260ffd88b7c6967800 Oct 15 09:24:22.731 INFO running `"docker" "start" "-a" "0c65196beef709317910b7b36e8417eb0f9c1ea82889cd260ffd88b7c6967800"` Oct 15 09:24:24.271 INFO kablam! usermod: no changes Oct 15 09:24:24.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:24:24.375 INFO kablam! Running /target/debug/deps/key_layout-8756af3faba1b3d4 Oct 15 09:24:24.381 INFO blam! Oct 15 09:24:24.381 INFO blam! running 0 tests Oct 15 09:24:24.381 INFO blam! Oct 15 09:24:24.381 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:24:24.381 INFO blam! Oct 15 09:24:24.395 INFO kablam! su: No module specific data is present Oct 15 09:24:25.476 INFO running `"docker" "rm" "-f" "0c65196beef709317910b7b36e8417eb0f9c1ea82889cd260ffd88b7c6967800"` Oct 15 09:24:25.764 INFO blam! 0c65196beef709317910b7b36e8417eb0f9c1ea82889cd260ffd88b7c6967800