[INFO] updating cached repository https://github.com/viseztrance/flow [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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 try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviseztrance%2Fflow" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/viseztrance/flow on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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 /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/viseztrance/flow already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fa5bde921941965066d96431d88da0bd0d9f950bd857f0c42e984933c8bb73a9 [INFO] running `"docker" "start" "-a" "fa5bde921941965066d96431d88da0bd0d9f950bd857f0c42e984933c8bb73a9"` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling lazy_static v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling aho-corasick v0.6.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling docopt v0.6.86 [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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] warning: 13 warnings emitted [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.flow.e6rccc2f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1" "/opt/rustwide/target/debug/deps/flow-37154911eb1965d1.19sdpdqqyw191jpg.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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libflow-b8262cb0ff2c0edc.rlib" "/opt/rustwide/target/debug/deps/libncurses-2f67bb66566948b9.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-9051b5dcbe0e40f8.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-058570a6286818eb.rlib" "/opt/rustwide/target/debug/deps/libtoml-a9192867ebf72a66.rlib" "/opt/rustwide/target/debug/deps/libtime-0534ea0d7c018b2c.rlib" "/opt/rustwide/target/debug/deps/libregex-b9c54b2366c799af.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-29509e227258b24e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-1c0b6fe3009997b2.rlib" "/opt/rustwide/target/debug/deps/libthread_local-715f568136614ebb.rlib" "/opt/rustwide/target/debug/deps/libunreachable-75e0137272d141b2.rlib" "/opt/rustwide/target/debug/deps/libvoid-8d21ee6398244ad9.rlib" "/opt/rustwide/target/debug/deps/libthread_id-96fffa703696667f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-00c294982ba660e0.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e86c68e017affb09.rlib" "/opt/rustwide/target/debug/deps/libdocopt-866f14800b83e0aa.rlib" "/opt/rustwide/target/debug/deps/libstrsim-f11ccf5a5a3868b4.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-313869d5631cdf4e.rlib" "/opt/rustwide/target/debug/deps/libregex-cb5e4a9a72350e34.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-1b60f528dd4155d9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-00bcdd374c605b4a.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b167999421bd6447.rlib" "/opt/rustwide/target/debug/deps/libthread_id-67a15ea04b2884ea.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-1c71e8d348347983.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9e57d87366aa05b5.rlib" "/opt/rustwide/target/debug/deps/liblibc-30129e1d8986fa2d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-9137b14104c4adf1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lreadline" "-lreadline" "-lpanel" "-lmenu" "-lncursesw" "-lncurses" "-ltinfo" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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" "fa5bde921941965066d96431d88da0bd0d9f950bd857f0c42e984933c8bb73a9"` [INFO] running `"docker" "rm" "-f" "fa5bde921941965066d96431d88da0bd0d9f950bd857f0c42e984933c8bb73a9"` [INFO] [stdout] fa5bde921941965066d96431d88da0bd0d9f950bd857f0c42e984933c8bb73a9