Oct 11 05:54:09.398 INFO testing LFalch/key-layout against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:54:09.398 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:54:09.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:54:09.810 INFO blam! b9e071b932c97012501af588ee3bbad2e206151d3c063994012f9165f3c86945 Oct 11 05:54:09.811 INFO running `"docker" "start" "-a" "b9e071b932c97012501af588ee3bbad2e206151d3c063994012f9165f3c86945"` Oct 11 05:54:10.400 INFO kablam! usermod: no changes Oct 11 05:54:10.504 INFO kablam! Compiling utf16-ext v0.1.0 Oct 11 05:54:10.504 INFO kablam! Compiling serde-xml-rs v0.2.1 Oct 11 05:54:11.842 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 11 05:54:12.750 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 05:54:12.751 INFO kablam! --> src/klc.rs:166:74 Oct 11 05:54:12.751 INFO kablam! | Oct 11 05:54:12.751 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 11 05:54:12.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:54:12.751 INFO kablam! | Oct 11 05:54:12.751 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:54:12.751 INFO kablam! Oct 11 05:54:13.277 INFO kablam! warning: unused variable: `layout` Oct 11 05:54:13.277 INFO kablam! --> src/convert.rs:7:9 Oct 11 05:54:13.277 INFO kablam! | Oct 11 05:54:13.277 INFO kablam! 7 | layout, Oct 11 05:54:13.277 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 11 05:54:13.277 INFO kablam! | Oct 11 05:54:13.277 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:54:13.277 INFO kablam! Oct 11 05:54:13.277 INFO kablam! warning: unused variable: `deadkeys` Oct 11 05:54:13.277 INFO kablam! --> src/convert.rs:8:9 Oct 11 05:54:13.277 INFO kablam! | Oct 11 05:54:13.277 INFO kablam! 8 | deadkeys, Oct 11 05:54:13.277 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 11 05:54:13.277 INFO kablam! Oct 11 05:54:13.277 INFO kablam! warning: unused variable: `keynames_dead` Oct 11 05:54:13.277 INFO kablam! --> src/convert.rs:9:9 Oct 11 05:54:13.277 INFO kablam! | Oct 11 05:54:13.277 INFO kablam! 9 | keynames_dead, Oct 11 05:54:13.277 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 11 05:54:13.278 INFO kablam! Oct 11 05:54:13.472 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:13.472 INFO kablam! --> src/convert.rs:14:9 Oct 11 05:54:13.472 INFO kablam! | Oct 11 05:54:13.472 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 11 05:54:13.472 INFO kablam! | ----^^^^^^^^ Oct 11 05:54:13.472 INFO kablam! | | Oct 11 05:54:13.472 INFO kablam! | help: remove this `mut` Oct 11 05:54:13.472 INFO kablam! | Oct 11 05:54:13.472 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:54:13.472 INFO kablam! Oct 11 05:54:13.472 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:13.472 INFO kablam! --> src/convert.rs:18:9 Oct 11 05:54:13.472 INFO kablam! | Oct 11 05:54:13.472 INFO kablam! 18 | let mut actions = vec![]; Oct 11 05:54:13.472 INFO kablam! | ----^^^^^^^ Oct 11 05:54:13.472 INFO kablam! | | Oct 11 05:54:13.472 INFO kablam! | help: remove this `mut` Oct 11 05:54:13.472 INFO kablam! Oct 11 05:54:13.472 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:13.472 INFO kablam! --> src/convert.rs:19:9 Oct 11 05:54:13.472 INFO kablam! | Oct 11 05:54:13.472 INFO kablam! 19 | let mut terminators = vec![]; Oct 11 05:54:13.472 INFO kablam! | ----^^^^^^^^^^^ Oct 11 05:54:13.472 INFO kablam! | | Oct 11 05:54:13.472 INFO kablam! | help: remove this `mut` Oct 11 05:54:13.472 INFO kablam! Oct 11 05:54:15.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.19s Oct 11 05:54:15.619 INFO kablam! su: No module specific data is present Oct 11 05:54:16.220 INFO running `"docker" "rm" "-f" "b9e071b932c97012501af588ee3bbad2e206151d3c063994012f9165f3c86945"` Oct 11 05:54:16.320 INFO blam! b9e071b932c97012501af588ee3bbad2e206151d3c063994012f9165f3c86945 Oct 11 05:54:16.324 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:54:16.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:54:16.560 INFO blam! b563b3d5d7979326e9074e924e80e6e8a5c117d7c5545cc84cc9bd74c2504c03 Oct 11 05:54:16.562 INFO running `"docker" "start" "-a" "b563b3d5d7979326e9074e924e80e6e8a5c117d7c5545cc84cc9bd74c2504c03"` Oct 11 05:54:17.160 INFO kablam! usermod: no changes Oct 11 05:54:17.210 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 11 05:54:18.401 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 05:54:18.401 INFO kablam! --> src/klc.rs:166:74 Oct 11 05:54:18.401 INFO kablam! | Oct 11 05:54:18.401 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 11 05:54:18.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:54:18.402 INFO kablam! | Oct 11 05:54:18.402 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:54:18.402 INFO kablam! Oct 11 05:54:19.049 INFO kablam! warning: unused variable: `layout` Oct 11 05:54:19.049 INFO kablam! --> src/convert.rs:7:9 Oct 11 05:54:19.049 INFO kablam! | Oct 11 05:54:19.050 INFO kablam! 7 | layout, Oct 11 05:54:19.050 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 11 05:54:19.050 INFO kablam! | Oct 11 05:54:19.051 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:54:19.051 INFO kablam! Oct 11 05:54:19.051 INFO kablam! warning: unused variable: `deadkeys` Oct 11 05:54:19.051 INFO kablam! --> src/convert.rs:8:9 Oct 11 05:54:19.052 INFO kablam! | Oct 11 05:54:19.052 INFO kablam! 8 | deadkeys, Oct 11 05:54:19.052 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 11 05:54:19.053 INFO kablam! Oct 11 05:54:19.053 INFO kablam! warning: unused variable: `keynames_dead` Oct 11 05:54:19.053 INFO kablam! --> src/convert.rs:9:9 Oct 11 05:54:19.054 INFO kablam! | Oct 11 05:54:19.054 INFO kablam! 9 | keynames_dead, Oct 11 05:54:19.054 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 11 05:54:19.054 INFO kablam! Oct 11 05:54:19.288 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:19.288 INFO kablam! --> src/convert.rs:14:9 Oct 11 05:54:19.288 INFO kablam! | Oct 11 05:54:19.288 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 11 05:54:19.288 INFO kablam! | ----^^^^^^^^ Oct 11 05:54:19.288 INFO kablam! | | Oct 11 05:54:19.288 INFO kablam! | help: remove this `mut` Oct 11 05:54:19.288 INFO kablam! | Oct 11 05:54:19.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:54:19.288 INFO kablam! Oct 11 05:54:19.288 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:19.289 INFO kablam! --> src/convert.rs:18:9 Oct 11 05:54:19.289 INFO kablam! | Oct 11 05:54:19.289 INFO kablam! 18 | let mut actions = vec![]; Oct 11 05:54:19.289 INFO kablam! | ----^^^^^^^ Oct 11 05:54:19.289 INFO kablam! | | Oct 11 05:54:19.289 INFO kablam! | help: remove this `mut` Oct 11 05:54:19.289 INFO kablam! Oct 11 05:54:19.289 INFO kablam! warning: variable does not need to be mutable Oct 11 05:54:19.289 INFO kablam! --> src/convert.rs:19:9 Oct 11 05:54:19.289 INFO kablam! | Oct 11 05:54:19.289 INFO kablam! 19 | let mut terminators = vec![]; Oct 11 05:54:19.289 INFO kablam! | ----^^^^^^^^^^^ Oct 11 05:54:19.289 INFO kablam! | | Oct 11 05:54:19.289 INFO kablam! | help: remove this `mut` Oct 11 05:54:19.289 INFO kablam! Oct 11 05:54:19.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 11 05:54:19.805 INFO kablam! su: No module specific data is present Oct 11 05:54:20.482 INFO running `"docker" "rm" "-f" "b563b3d5d7979326e9074e924e80e6e8a5c117d7c5545cc84cc9bd74c2504c03"` Oct 11 05:54:20.728 INFO blam! b563b3d5d7979326e9074e924e80e6e8a5c117d7c5545cc84cc9bd74c2504c03 Oct 11 05:54:20.729 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:54:20.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:54:21.134 INFO blam! dc2fd7bfc50f6620f773b3007bdeb8964bc19f87867c5d8c7dc07aaacc2e61a4 Oct 11 05:54:21.137 INFO running `"docker" "start" "-a" "dc2fd7bfc50f6620f773b3007bdeb8964bc19f87867c5d8c7dc07aaacc2e61a4"` Oct 11 05:54:22.544 INFO kablam! usermod: no changes Oct 11 05:54:22.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:54:22.665 INFO kablam! Running /target/debug/deps/key_layout-6b53ad4d640ba27d Oct 11 05:54:22.668 INFO blam! Oct 11 05:54:22.668 INFO blam! running 0 tests Oct 11 05:54:22.672 INFO blam! Oct 11 05:54:22.672 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:54:22.672 INFO blam! Oct 11 05:54:22.680 INFO kablam! su: No module specific data is present Oct 11 05:54:23.349 INFO running `"docker" "rm" "-f" "dc2fd7bfc50f6620f773b3007bdeb8964bc19f87867c5d8c7dc07aaacc2e61a4"` Oct 11 05:54:23.757 INFO blam! dc2fd7bfc50f6620f773b3007bdeb8964bc19f87867c5d8c7dc07aaacc2e61a4