Oct 15 09:24:08.946 INFO testing LFalch/key-layout against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:24:08.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:24:09.409 INFO blam! ffc8262ea63bc3967f82ae9d136edb4989e5277df32d89dcfd37d1a8d8027e8a Oct 15 09:24:09.412 INFO running `"docker" "start" "-a" "ffc8262ea63bc3967f82ae9d136edb4989e5277df32d89dcfd37d1a8d8027e8a"` Oct 15 09:24:11.490 INFO kablam! usermod: no changes Oct 15 09:24:11.579 INFO kablam! Compiling serde v1.0.24 Oct 15 09:24:11.586 INFO kablam! Compiling utf16-ext v0.1.0 Oct 15 09:24:11.587 INFO kablam! Compiling serde_derive_internals v0.18.0 Oct 15 09:24:15.991 INFO kablam! Compiling serde_derive v1.0.24 Oct 15 09:24:26.549 INFO kablam! Compiling serde-xml-rs v0.2.1 Oct 15 09:24:27.491 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 15 09:24:28.091 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 09:24:28.091 INFO kablam! --> src/klc.rs:166:74 Oct 15 09:24:28.091 INFO kablam! | Oct 15 09:24:28.091 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 15 09:24:28.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:24:28.091 INFO kablam! | Oct 15 09:24:28.091 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:24:28.091 INFO kablam! Oct 15 09:24:28.695 INFO kablam! warning: unused variable: `layout` Oct 15 09:24:28.695 INFO kablam! --> src/convert.rs:7:9 Oct 15 09:24:28.695 INFO kablam! | Oct 15 09:24:28.695 INFO kablam! 7 | layout, Oct 15 09:24:28.695 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 15 09:24:28.695 INFO kablam! | Oct 15 09:24:28.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:24:28.695 INFO kablam! Oct 15 09:24:28.695 INFO kablam! warning: unused variable: `deadkeys` Oct 15 09:24:28.695 INFO kablam! --> src/convert.rs:8:9 Oct 15 09:24:28.695 INFO kablam! | Oct 15 09:24:28.695 INFO kablam! 8 | deadkeys, Oct 15 09:24:28.695 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 15 09:24:28.695 INFO kablam! Oct 15 09:24:28.695 INFO kablam! warning: unused variable: `keynames_dead` Oct 15 09:24:28.695 INFO kablam! --> src/convert.rs:9:9 Oct 15 09:24:28.695 INFO kablam! | Oct 15 09:24:28.695 INFO kablam! 9 | keynames_dead, Oct 15 09:24:28.695 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 15 09:24:28.695 INFO kablam! Oct 15 09:24:28.923 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:28.923 INFO kablam! --> src/convert.rs:14:9 Oct 15 09:24:28.923 INFO kablam! | Oct 15 09:24:28.923 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 15 09:24:28.923 INFO kablam! | ----^^^^^^^^ Oct 15 09:24:28.923 INFO kablam! | | Oct 15 09:24:28.923 INFO kablam! | help: remove this `mut` Oct 15 09:24:28.923 INFO kablam! | Oct 15 09:24:28.923 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:24:28.923 INFO kablam! Oct 15 09:24:28.923 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:28.923 INFO kablam! --> src/convert.rs:18:9 Oct 15 09:24:28.923 INFO kablam! | Oct 15 09:24:28.923 INFO kablam! 18 | let mut actions = vec![]; Oct 15 09:24:28.923 INFO kablam! | ----^^^^^^^ Oct 15 09:24:28.923 INFO kablam! | | Oct 15 09:24:28.923 INFO kablam! | help: remove this `mut` Oct 15 09:24:28.923 INFO kablam! Oct 15 09:24:28.923 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:28.923 INFO kablam! --> src/convert.rs:19:9 Oct 15 09:24:28.923 INFO kablam! | Oct 15 09:24:28.923 INFO kablam! 19 | let mut terminators = vec![]; Oct 15 09:24:28.923 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:24:28.923 INFO kablam! | | Oct 15 09:24:28.923 INFO kablam! | help: remove this `mut` Oct 15 09:24:28.923 INFO kablam! Oct 15 09:24:30.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.33s Oct 15 09:24:30.862 INFO kablam! su: No module specific data is present Oct 15 09:24:31.523 INFO running `"docker" "rm" "-f" "ffc8262ea63bc3967f82ae9d136edb4989e5277df32d89dcfd37d1a8d8027e8a"` Oct 15 09:24:31.755 INFO blam! ffc8262ea63bc3967f82ae9d136edb4989e5277df32d89dcfd37d1a8d8027e8a Oct 15 09:24:31.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:24:32.011 INFO blam! 79da33705c41937274e440f2cdc3181c10193c5ec9c8a2b6f7b6cd97b223060a Oct 15 09:24:32.013 INFO running `"docker" "start" "-a" "79da33705c41937274e440f2cdc3181c10193c5ec9c8a2b6f7b6cd97b223060a"` Oct 15 09:24:32.463 INFO kablam! usermod: no changes Oct 15 09:24:32.498 INFO kablam! Compiling key-layout v0.1.0 (/source) Oct 15 09:24:33.151 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 09:24:33.151 INFO kablam! --> src/klc.rs:166:74 Oct 15 09:24:33.151 INFO kablam! | Oct 15 09:24:33.151 INFO kablam! 166 | ret.deadkeys.get_mut(k)?.insert(read_char(args[0])?, (read_char(args[1])?)); Oct 15 09:24:33.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:24:33.151 INFO kablam! | Oct 15 09:24:33.151 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:24:33.151 INFO kablam! Oct 15 09:24:33.714 INFO kablam! warning: unused variable: `layout` Oct 15 09:24:33.715 INFO kablam! --> src/convert.rs:7:9 Oct 15 09:24:33.715 INFO kablam! | Oct 15 09:24:33.715 INFO kablam! 7 | layout, Oct 15 09:24:33.715 INFO kablam! | ^^^^^^ help: try ignoring the field: `layout: _` Oct 15 09:24:33.715 INFO kablam! | Oct 15 09:24:33.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:24:33.715 INFO kablam! Oct 15 09:24:33.715 INFO kablam! warning: unused variable: `deadkeys` Oct 15 09:24:33.715 INFO kablam! --> src/convert.rs:8:9 Oct 15 09:24:33.715 INFO kablam! | Oct 15 09:24:33.715 INFO kablam! 8 | deadkeys, Oct 15 09:24:33.715 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `deadkeys: _` Oct 15 09:24:33.715 INFO kablam! Oct 15 09:24:33.715 INFO kablam! warning: unused variable: `keynames_dead` Oct 15 09:24:33.715 INFO kablam! --> src/convert.rs:9:9 Oct 15 09:24:33.715 INFO kablam! | Oct 15 09:24:33.715 INFO kablam! 9 | keynames_dead, Oct 15 09:24:33.715 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `keynames_dead: _` Oct 15 09:24:33.715 INFO kablam! Oct 15 09:24:33.931 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:33.931 INFO kablam! --> src/convert.rs:14:9 Oct 15 09:24:33.931 INFO kablam! | Oct 15 09:24:33.931 INFO kablam! 14 | let mut key_maps: Vec<_> = (0..9).map(|i| KeyMap { Oct 15 09:24:33.931 INFO kablam! | ----^^^^^^^^ Oct 15 09:24:33.931 INFO kablam! | | Oct 15 09:24:33.931 INFO kablam! | help: remove this `mut` Oct 15 09:24:33.931 INFO kablam! | Oct 15 09:24:33.931 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:24:33.931 INFO kablam! Oct 15 09:24:33.931 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:33.932 INFO kablam! --> src/convert.rs:18:9 Oct 15 09:24:33.932 INFO kablam! | Oct 15 09:24:33.932 INFO kablam! 18 | let mut actions = vec![]; Oct 15 09:24:33.932 INFO kablam! | ----^^^^^^^ Oct 15 09:24:33.932 INFO kablam! | | Oct 15 09:24:33.932 INFO kablam! | help: remove this `mut` Oct 15 09:24:33.932 INFO kablam! Oct 15 09:24:33.932 INFO kablam! warning: variable does not need to be mutable Oct 15 09:24:33.932 INFO kablam! --> src/convert.rs:19:9 Oct 15 09:24:33.932 INFO kablam! | Oct 15 09:24:33.932 INFO kablam! 19 | let mut terminators = vec![]; Oct 15 09:24:33.932 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:24:33.932 INFO kablam! | | Oct 15 09:24:33.932 INFO kablam! | help: remove this `mut` Oct 15 09:24:33.932 INFO kablam! Oct 15 09:24:34.358 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 15 09:24:34.371 INFO kablam! su: No module specific data is present Oct 15 09:24:34.693 INFO running `"docker" "rm" "-f" "79da33705c41937274e440f2cdc3181c10193c5ec9c8a2b6f7b6cd97b223060a"` Oct 15 09:24:34.935 INFO blam! 79da33705c41937274e440f2cdc3181c10193c5ec9c8a2b6f7b6cd97b223060a Oct 15 09:24:34.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:24:35.327 INFO blam! 06364f007a70a7de61d7371f8f48279e35c11bbfe27ce78e8447d081ebea101b Oct 15 09:24:35.331 INFO running `"docker" "start" "-a" "06364f007a70a7de61d7371f8f48279e35c11bbfe27ce78e8447d081ebea101b"` Oct 15 09:24:36.283 INFO kablam! usermod: no changes Oct 15 09:24:36.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 09:24:36.355 INFO kablam! Running /target/debug/deps/key_layout-6b53ad4d640ba27d Oct 15 09:24:36.363 INFO blam! Oct 15 09:24:36.363 INFO blam! running 0 tests Oct 15 09:24:36.363 INFO blam! Oct 15 09:24:36.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:24:36.363 INFO blam! Oct 15 09:24:36.363 INFO kablam! su: No module specific data is present Oct 15 09:24:37.195 INFO running `"docker" "rm" "-f" "06364f007a70a7de61d7371f8f48279e35c11bbfe27ce78e8447d081ebea101b"` Oct 15 09:24:37.522 INFO blam! 06364f007a70a7de61d7371f8f48279e35c11bbfe27ce78e8447d081ebea101b