[INFO] updating cached repository yodang/irs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/yodang/irs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/yodang/irs" "work/ex/beta-1.37-6/sources/1.36.0/gh/yodang/irs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/yodang/irs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/yodang/irs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/yodang/irs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/yodang/irs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6a3d624d3fb1a4ed3db559970d368c23f2c7da1b [INFO] sha for GitHub repo yodang/irs: 6a3d624d3fb1a4ed3db559970d368c23f2c7da1b [INFO] validating manifest of yodang/irs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of yodang/irs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing yodang/irs [INFO] finished frobbing yodang/irs [INFO] frobbed toml for yodang/irs written to work/ex/beta-1.37-6/sources/1.36.0/gh/yodang/irs/Cargo.toml [INFO] started frobbing yodang/irs [INFO] finished frobbing yodang/irs [INFO] frobbed toml for yodang/irs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/yodang/irs/Cargo.toml [INFO] crate yodang/irs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing yodang/irs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/yodang/irs:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] c7f998732fcac1c8eec6cdcd91be0b2a5e05dfe2a29a9af749ccc2cfcc697dac [INFO] running `"docker" "start" "-a" "c7f998732fcac1c8eec6cdcd91be0b2a5e05dfe2a29a9af749ccc2cfcc697dac"` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling serde v1.0.55 [INFO] [stderr] Compiling reexport-proc-macro v1.0.2 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling enumset v0.3.3 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling resolve v0.2.0 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling enum-map-derive v0.2.5 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling enum-map v0.2.29 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling cursive v0.8.1 [INFO] [stderr] Compiling irs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io::stdin` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::io::stdin; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use std::io::{Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Evented` [INFO] [stderr] --> src/ircstream.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use mio::{Evented, Ready, Poll, PollOpt, Token}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tx` [INFO] [stderr] --> src/main.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | fn input_cb(tx: &mpsc::Sender, ctx: &mut Cursive, input: &str, streams: &mut Vec>>) [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_tx` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rx` [INFO] [stderr] --> src/main.rs:111:14 [INFO] [stderr] | [INFO] [stderr] 111 | let (tx, rx)=std::sync::mpsc::channel(); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rx` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | ctx.find_id::("text").unwrap().get_tx().send(input.to_owned()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | streams[0].lock().unwrap().write_all(&format!("{}\r\n", input).into_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: variable `LISTENER` should have a snake case name [INFO] [stderr] --> src/main.rs:138:9 [INFO] [stderr] | [INFO] [stderr] 138 | let LISTENER=Token::from(1); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `listener` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:149:13 [INFO] [stderr] | [INFO] [stderr] 149 | poller.poll(&mut events, None); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:163:29 [INFO] [stderr] | [INFO] [stderr] 163 | tx.send(format!("Received: {:?}", IrcFrame::from_str(&line))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:169:33 [INFO] [stderr] | [INFO] [stderr] 169 | tx.send(format!("Send: {}", pong)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:170:33 [INFO] [stderr] | [INFO] [stderr] 170 | stream.write_all(&pong.into_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:177:25 [INFO] [stderr] | [INFO] [stderr] 177 | tx.send(format!("Send: {}", nick)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:178:25 [INFO] [stderr] | [INFO] [stderr] 178 | stream.write_all(&nick.into_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:180:25 [INFO] [stderr] | [INFO] [stderr] 180 | tx.send(format!("Send: {}", user)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:181:25 [INFO] [stderr] | [INFO] [stderr] 181 | stream.write_all(&user.into_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/irs-45453d906372df9a.irs.263kr42c-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/irs-45453d906372df9a" "/opt/crater/target/debug/deps/irs-45453d906372df9a.36wi7x4bbvsd0smq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcursive-21e0afc189b98eb3.rlib" "/opt/crater/target/debug/deps/libncurses-9c1d0e2be0e83999.rlib" "/opt/crater/target/debug/deps/libxi_unicode-e14070b0844185bb.rlib" "/opt/crater/target/debug/deps/libunicode_width-003ecf1eefa64fd0.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-03ea62a2c8eaba7d.rlib" "/opt/crater/target/debug/deps/libtoml-e787fde7744eae91.rlib" "/opt/crater/target/debug/deps/libserde-fba2483a89edf717.rlib" "/opt/crater/target/debug/deps/libowning_ref-dc7398fd8d6c203c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-3620f0669be374e6.rlib" "/opt/crater/target/debug/deps/libnum-44b45cbbb573baa4.rlib" "/opt/crater/target/debug/deps/libnum_rational-a18835ea59f1571d.rlib" "/opt/crater/target/debug/deps/libnum_bigint-5584d1e776adb1a6.rlib" "/opt/crater/target/debug/deps/libnum_complex-cd9fa07c78b9e761.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libnum_iter-cfd0efa0e6c2d090.rlib" "/opt/crater/target/debug/deps/libnum_integer-50d7a6250a012600.rlib" "/opt/crater/target/debug/deps/libnum_traits-05dccce16f429b25.rlib" "/opt/crater/target/debug/deps/libmaplit-5278593ddc744190.rlib" "/opt/crater/target/debug/deps/libenumset-706f75a8238e1438.rlib" "/opt/crater/target/debug/deps/libenum_map-fc68cdf09f3d48cc.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-bcdc216314467dd7.rlib" "/opt/crater/target/debug/deps/libarray_macro-16af6f63679249bb.rlib" "/opt/crater/target/debug/deps/libmio-d7d7da2b835896fd.rlib" "/opt/crater/target/debug/deps/libslab-ef134a6ae2719ce7.rlib" "/opt/crater/target/debug/deps/libnet2-e213aa01ba313d2d.rlib" "/opt/crater/target/debug/deps/liblazycell-c48654298ffda433.rlib" "/opt/crater/target/debug/deps/libresolve-008207d6047d53d6.rlib" "/opt/crater/target/debug/deps/librand-fcff8b4683386219.rlib" "/opt/crater/target/debug/deps/librand-b8377bd83a660159.rlib" "/opt/crater/target/debug/deps/liblog-2f16111cb8c09f11.rlib" "/opt/crater/target/debug/deps/liblog-e993413252190225.rlib" "/opt/crater/target/debug/deps/libcfg_if-d91c3b4a47d9636f.rlib" "/opt/crater/target/debug/deps/libidna-63d0bf4b80f6f512.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-ccbd5b9fce77c0b9.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-6ed19e0ade8d9d55.rlib" "/opt/crater/target/debug/deps/libmatches-3816aed49fc39533.rlib" "/opt/crater/target/debug/deps/libbytes-1f8eef87c4b29d1a.rlib" "/opt/crater/target/debug/deps/libiovec-2fc5cf9b67699ec6.rlib" "/opt/crater/target/debug/deps/liblibc-bbbb74a481c5c62b.rlib" "/opt/crater/target/debug/deps/libbyteorder-65031fbc8697231a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lncursesw" "-lncurses" "-ltinfo" "-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 `irs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c7f998732fcac1c8eec6cdcd91be0b2a5e05dfe2a29a9af749ccc2cfcc697dac"` [INFO] running `"docker" "rm" "-f" "c7f998732fcac1c8eec6cdcd91be0b2a5e05dfe2a29a9af749ccc2cfcc697dac"` [INFO] [stdout] c7f998732fcac1c8eec6cdcd91be0b2a5e05dfe2a29a9af749ccc2cfcc697dac