[INFO] updating cached repository e-matteson/pipit-keyboard [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/e-matteson/pipit-keyboard [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/e-matteson/pipit-keyboard" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/e-matteson/pipit-keyboard"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/e-matteson/pipit-keyboard'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/e-matteson/pipit-keyboard" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/e-matteson/pipit-keyboard"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/e-matteson/pipit-keyboard'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c7c6c5e38ad2dbc26fa4ef02e99785d7a41116a4 [INFO] sha for GitHub repo e-matteson/pipit-keyboard: c7c6c5e38ad2dbc26fa4ef02e99785d7a41116a4 [INFO] validating manifest of e-matteson/pipit-keyboard on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of e-matteson/pipit-keyboard on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing e-matteson/pipit-keyboard [INFO] finished frobbing e-matteson/pipit-keyboard [INFO] frobbed toml for e-matteson/pipit-keyboard written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/e-matteson/pipit-keyboard/Cargo.toml [INFO] started frobbing e-matteson/pipit-keyboard [INFO] finished frobbing e-matteson/pipit-keyboard [INFO] frobbed toml for e-matteson/pipit-keyboard written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/e-matteson/pipit-keyboard/Cargo.toml [INFO] crate e-matteson/pipit-keyboard already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking e-matteson/pipit-keyboard against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/e-matteson/pipit-keyboard:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 47d9d7c73d229cedb725fadc3784baf9005219fc7e0a1972526c0982da00bdf3 [INFO] running `"docker" "start" "-a" "47d9d7c73d229cedb725fadc3784baf9005219fc7e0a1972526c0982da00bdf3"` [INFO] [stderr] Compiling ncurses v5.93.0 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking enumset v0.3.11 [INFO] [stderr] Checking serde_yaml v0.7.5 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Checking enum-map v0.2.36 [INFO] [stderr] Checking cursive v0.8.2 [INFO] [stderr] Checking pipit-keyboard v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:113:32 [INFO] [stderr] | [INFO] [stderr] 113 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/types/key_press.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static!{ [INFO] [stderr] 32 | | static ref TABLE: Vec = vec![ [INFO] [stderr] 33 | | // keypress spelling scancode [INFO] [stderr] 34 | | (KeyPress::new_mod("MODIFIERKEY_CTRL"), None, Some(1)), [INFO] [stderr] ... | [INFO] [stderr] 183 | | .collect(); [INFO] [stderr] 184 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/types/key_press.rs:364:9 [INFO] [stderr] | [INFO] [stderr] 364 | / lazy_static! { [INFO] [stderr] 365 | | static ref SCANCODES: BTreeMap<&'static CCode, u8> = TABLE [INFO] [stderr] 366 | | .iter() [INFO] [stderr] 367 | | .filter_map(|def| def.scancode.map(|scancode| { [INFO] [stderr] ... | [INFO] [stderr] 387 | | .collect(); [INFO] [stderr] 388 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cheatsheet/switch.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | / lazy_static! { [INFO] [stderr] 268 | | static ref SYMBOLS: HashMap = vec![ [INFO] [stderr] 269 | | // ("mod_shift".into(), Symbol::from("shift", 0.9)), [INFO] [stderr] 270 | | ("mod_shift".into(), Symbol::from("⇧", 1.3)), [INFO] [stderr] ... | [INFO] [stderr] 392 | | ].into_iter().collect(); [INFO] [stderr] 393 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/tutor/state.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref STATE: Mutex = Mutex::new(State::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:113:32 [INFO] [stderr] | [INFO] [stderr] 113 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/types/key_press.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static!{ [INFO] [stderr] 32 | | static ref TABLE: Vec = vec![ [INFO] [stderr] 33 | | // keypress spelling scancode [INFO] [stderr] 34 | | (KeyPress::new_mod("MODIFIERKEY_CTRL"), None, Some(1)), [INFO] [stderr] ... | [INFO] [stderr] 183 | | .collect(); [INFO] [stderr] 184 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/types/key_press.rs:364:9 [INFO] [stderr] | [INFO] [stderr] 364 | / lazy_static! { [INFO] [stderr] 365 | | static ref SCANCODES: BTreeMap<&'static CCode, u8> = TABLE [INFO] [stderr] 366 | | .iter() [INFO] [stderr] 367 | | .filter_map(|def| def.scancode.map(|scancode| { [INFO] [stderr] ... | [INFO] [stderr] 387 | | .collect(); [INFO] [stderr] 388 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cheatsheet/switch.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | / lazy_static! { [INFO] [stderr] 268 | | static ref SYMBOLS: HashMap = vec![ [INFO] [stderr] 269 | | // ("mod_shift".into(), Symbol::from("shift", 0.9)), [INFO] [stderr] 270 | | ("mod_shift".into(), Symbol::from("⇧", 1.3)), [INFO] [stderr] ... | [INFO] [stderr] 392 | | ].into_iter().collect(); [INFO] [stderr] 393 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/tutor/state.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref STATE: Mutex = Mutex::new(State::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/types/all_data.rs:161:29 [INFO] [stderr] | [INFO] [stderr] 161 | if let Some(mut chord) = self.get_chord_in_mode(name, mode) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/types/all_data.rs:161:29 [INFO] [stderr] | [INFO] [stderr] 161 | if let Some(mut chord) = self.get_chord_in_mode(name, mode) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/cheatsheet/mod.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | let mut pos = col_positions [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/cheatsheet/mod.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | let mut pos = col_positions [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.56s [INFO] running `"docker" "inspect" "47d9d7c73d229cedb725fadc3784baf9005219fc7e0a1972526c0982da00bdf3"` [INFO] running `"docker" "rm" "-f" "47d9d7c73d229cedb725fadc3784baf9005219fc7e0a1972526c0982da00bdf3"` [INFO] [stdout] 47d9d7c73d229cedb725fadc3784baf9005219fc7e0a1972526c0982da00bdf3