[INFO] updating cached repository https://github.com/viseztrance/flow [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] f34f34210f9bfcded8ae6c6740ab2f2fe2aa28c9 [INFO] testing viseztrance/flow against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviseztrance%2Fflow" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/viseztrance/flow on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/viseztrance/flow [INFO] finished tweaking git repo https://github.com/viseztrance/flow [INFO] tweaked toml for git repo https://github.com/viseztrance/flow written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/viseztrance/flow already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 2312dab6d0a251bdc44973ed0a3e84e67b87375d62bfee13e4d7dac9955f2fba [INFO] running `"docker" "start" "-a" "2312dab6d0a251bdc44973ed0a3e84e67b87375d62bfee13e4d7dac9955f2fba"` [INFO] [stderr] Compiling libc v0.2.19 [INFO] [stderr] Compiling gcc v0.3.41 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling aho-corasick v0.6.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling flow v0.3.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/core/filter.rs:340:23 [INFO] [stderr] | [INFO] [stderr] 340 | name: try!(d.read_struct_field("name", 0, |d| d.read_str())), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` 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/utils/ansi_decoder.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref ANSI_TO_NCURSES_MAPPING: HashMap<&'static str, Style> = { [INFO] [stderr] 27 | | let mut codes = HashMap::new(); [INFO] [stderr] 28 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | }; [INFO] [stderr] 65 | | } [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/utils/ansi_decoder.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref ANSI_TO_NCURSES_MAPPING: HashMap<&'static str, Style> = { [INFO] [stderr] 27 | | let mut codes = HashMap::new(); [INFO] [stderr] 28 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | }; [INFO] [stderr] 65 | | } [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/utils/ansi_decoder.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | / lazy_static! { [INFO] [stderr] 83 | | static ref BREAK_ANSI_MATCHER: Regex = Regex::new(r"(\x1b\[\d+m)|([^\x1b]*)").unwrap(); [INFO] [stderr] 84 | | } [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/utils/ansi_decoder.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | / lazy_static! { [INFO] [stderr] 83 | | static ref BREAK_ANSI_MATCHER: Regex = Regex::new(r"(\x1b\[\d+m)|([^\x1b]*)").unwrap(); [INFO] [stderr] 84 | | } [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/utils/ansi_decoder.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | / lazy_static! { [INFO] [stderr] 131 | | static ref STRIP_ANSI_MATCHER: Regex = Regex::new(r"(\x1b\[\d+m)").unwrap(); [INFO] [stderr] 132 | | } [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/utils/ansi_decoder.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | / lazy_static! { [INFO] [stderr] 131 | | static ref STRIP_ANSI_MATCHER: Regex = Regex::new(r"(\x1b\[\d+m)").unwrap(); [INFO] [stderr] 132 | | } [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::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/utils/config_file.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | let mut path = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/runner.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref RUNNING: AtomicBool = AtomicBool::new(true); [INFO] [stderr] 30 | | } [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/core/runner.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref RUNNING: AtomicBool = AtomicBool::new(true); [INFO] [stderr] 30 | | } [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/ui/search.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref SHORTCUT_MATCHER: Regex = Regex::new(r"(.*)?(\[(\w)\])(.*)?").unwrap(); [INFO] [stderr] 203 | | } [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/ui/search.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref SHORTCUT_MATCHER: Regex = Regex::new(r"(.*)?(\[(\w)\])(.*)?").unwrap(); [INFO] [stderr] 203 | | } [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::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/ui/readline.rs:122:20 [INFO] [stderr] | [INFO] [stderr] 122 | let mut path = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.flow.4ekgcngo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e" "/opt/rustwide/target/debug/deps/flow-b6fff219fc03932e.21z93o15xs9qreis.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libflow-93eb4926850f7cd1.rlib" "/opt/rustwide/target/debug/deps/libncurses-21b467f4c9a75075.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-840949fa0bf78172.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1d0fdd093d7a0855.rlib" "/opt/rustwide/target/debug/deps/libtoml-e5ab27c509a47ea2.rlib" "/opt/rustwide/target/debug/deps/libtime-d3208f3479f49e81.rlib" "/opt/rustwide/target/debug/deps/libregex-92b752444080051c.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d5f1ad54fde3cb79.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ba74b49a6e65b887.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a2c46d927fab3479.rlib" "/opt/rustwide/target/debug/deps/libunreachable-a225ec65148785a8.rlib" "/opt/rustwide/target/debug/deps/libvoid-24cc52f4662945be.rlib" "/opt/rustwide/target/debug/deps/libthread_id-b9a1f596cc046dcb.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-68d34fa5f1f937c3.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ea76bc634258ec19.rlib" "/opt/rustwide/target/debug/deps/libdocopt-4564d05cb76ac8e8.rlib" "/opt/rustwide/target/debug/deps/libstrsim-b2fad2915b37d38e.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-36df04c4ffd5e9b5.rlib" "/opt/rustwide/target/debug/deps/libregex-e2cb20e39ab8151d.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-90f52effbe3e1836.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ca80216cc8c8385.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c816a40fa8c59c51.rlib" "/opt/rustwide/target/debug/deps/libthread_id-87af2c4f7590b027.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-423ea9a88384170c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3c8d3029518de8ba.rlib" "/opt/rustwide/target/debug/deps/liblibc-d2e0d181b8975e01.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7342ac075278d29.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lreadline" "-lreadline" "-lpanel" "-lmenu" "-lncursesw" "-lncurses" "-ltinfo" "-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 `flow`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2312dab6d0a251bdc44973ed0a3e84e67b87375d62bfee13e4d7dac9955f2fba"` [INFO] running `"docker" "rm" "-f" "2312dab6d0a251bdc44973ed0a3e84e67b87375d62bfee13e4d7dac9955f2fba"` [INFO] [stdout] 2312dab6d0a251bdc44973ed0a3e84e67b87375d62bfee13e4d7dac9955f2fba