[INFO] updating cached repository https://github.com/e-matteson/pipit-keyboard [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c7c6c5e38ad2dbc26fa4ef02e99785d7a41116a4 [INFO] testing e-matteson/pipit-keyboard against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fe-matteson%2Fpipit-keyboard" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/e-matteson/pipit-keyboard on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/e-matteson/pipit-keyboard [INFO] finished tweaking git repo https://github.com/e-matteson/pipit-keyboard [INFO] tweaked toml for git repo https://github.com/e-matteson/pipit-keyboard written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/e-matteson/pipit-keyboard already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] dba4e9134e1f5d8f2a20d5c9d0c1e0820c8b971d0033fca9cb3b9e114e0ea03c [INFO] running `"docker" "start" "-a" "dba4e9134e1f5d8f2a20d5c9d0c1e0820c8b971d0033fca9cb3b9e114e0ea03c"` [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling reexport-proc-macro v1.0.5 [INFO] [stderr] Compiling svg v0.5.11 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling ncurses v5.93.0 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling enumset v0.3.11 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling enum-map v0.2.36 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling cursive v0.8.2 [INFO] [stderr] Compiling pipit-keyboard v0.1.0 (/opt/rustwide/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: 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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.main.b3kfpqwv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa" "/opt/rustwide/target/debug/deps/main-85ed91a84a7aaefa.1c8ub6bsogy7ej7j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libclap-333064dee8853e0e.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4a971c230493c426.rlib" "/opt/rustwide/target/debug/deps/libstrsim-421bb410b122b449.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8880519ea1a29580.rlib" "/opt/rustwide/target/debug/deps/libatty-8780a30122e39ab3.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ea280ab77e7e615d.rlib" "/opt/rustwide/target/debug/deps/libtime-6c24c9e82872dc67.rlib" "/opt/rustwide/target/debug/deps/libsvg-da1257b09784392d.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-496e6abd08bb66d1.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-05cfe6e41c850f07.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6541ddd47c123284.rlib" "/opt/rustwide/target/debug/deps/libdtoa-8cfec12df2f480de.rlib" "/opt/rustwide/target/debug/deps/libnatord-5c5df4b6b67a9f55.rlib" "/opt/rustwide/target/debug/deps/libitertools-ccc8c5923f0e5c03.rlib" "/opt/rustwide/target/debug/deps/libeither-6b7239188857df3d.rlib" "/opt/rustwide/target/debug/deps/libcursive-a07d32fd0cc9e0d9.rlib" "/opt/rustwide/target/debug/deps/libncurses-6b9d1b9fa5383c44.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-912832389d60ef2b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-efcaf7621463ca26.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-5d904e85848f168d.rlib" "/opt/rustwide/target/debug/deps/libtoml-fe3da73f3db010be.rlib" "/opt/rustwide/target/debug/deps/libserde-45039dc37fdfa3c4.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-6e133d0e258a5de7.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-6c4c71ade8df89c3.rlib" "/opt/rustwide/target/debug/deps/libnum-4e8bbd3893e74b8a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c7e2b93d2f27b4bf.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-25d6b8e7b519a69b.rlib" "/opt/rustwide/target/debug/deps/librand-599611f383419b71.rlib" "/opt/rustwide/target/debug/deps/liblibc-78cd1346cba930e5.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4fa0efd3628aa04d.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-32acd8f7efa22e3e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6f6a84bb8c42f538.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d5f37bc14f28ea40.rlib" "/opt/rustwide/target/debug/deps/libmaplit-c24b61c78d262dc2.rlib" "/opt/rustwide/target/debug/deps/liblog-3f756909567cac5d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-572dbcedaa7a75fc.rlib" "/opt/rustwide/target/debug/deps/libenumset-cc28778b75e4980d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f3eec732a46f379a.rlib" "/opt/rustwide/target/debug/deps/libenum_map-0d8b19f795886055.rlib" "/opt/rustwide/target/debug/deps/libreexport_proc_macro-1b1e70035ab4651a.rlib" "/opt/rustwide/target/debug/deps/libarray_macro-61efcdb3be123f86.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-1ca81509d691a5a2.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-32fc2290c5ff7523.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lncursesw" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lncursesw [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pipit-keyboard`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dba4e9134e1f5d8f2a20d5c9d0c1e0820c8b971d0033fca9cb3b9e114e0ea03c"` [INFO] running `"docker" "rm" "-f" "dba4e9134e1f5d8f2a20d5c9d0c1e0820c8b971d0033fca9cb3b9e114e0ea03c"` [INFO] [stdout] dba4e9134e1f5d8f2a20d5c9d0c1e0820c8b971d0033fca9cb3b9e114e0ea03c