[INFO] updating cached repository remexre/wam-tutorial-reconstruction [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/remexre/wam-tutorial-reconstruction [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/remexre/wam-tutorial-reconstruction" "work/ex/beta-1.37-6/sources/1.36.0/gh/remexre/wam-tutorial-reconstruction"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/remexre/wam-tutorial-reconstruction'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/remexre/wam-tutorial-reconstruction" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/remexre/wam-tutorial-reconstruction"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/remexre/wam-tutorial-reconstruction'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] af142d5921eedde36dc5c36b29bf08053336e21b [INFO] sha for GitHub repo remexre/wam-tutorial-reconstruction: af142d5921eedde36dc5c36b29bf08053336e21b [INFO] validating manifest of remexre/wam-tutorial-reconstruction 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 remexre/wam-tutorial-reconstruction 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 remexre/wam-tutorial-reconstruction [INFO] finished frobbing remexre/wam-tutorial-reconstruction [INFO] frobbed toml for remexre/wam-tutorial-reconstruction written to work/ex/beta-1.37-6/sources/1.36.0/gh/remexre/wam-tutorial-reconstruction/Cargo.toml [INFO] started frobbing remexre/wam-tutorial-reconstruction [INFO] finished frobbing remexre/wam-tutorial-reconstruction [INFO] frobbed toml for remexre/wam-tutorial-reconstruction written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/remexre/wam-tutorial-reconstruction/Cargo.toml [INFO] crate remexre/wam-tutorial-reconstruction 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 remexre/wam-tutorial-reconstruction 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/remexre/wam-tutorial-reconstruction:/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] a384c5097250df1ab9dd908f45b7f95b00a20186c8743ddebf607ac28973ae94 [INFO] running `"docker" "start" "-a" "a384c5097250df1ab9dd908f45b7f95b00a20186c8743ddebf607ac28973ae94"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/bin/logger.rs [INFO] [stderr] * /opt/crater/workdir/src/bin/options.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling cc v1.0.5 [INFO] [stderr] Compiling spin v0.4.6 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling symbol v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling linefeed v0.4.0 [INFO] [stderr] Compiling structopt-derive v0.2.5 [INFO] [stderr] Compiling structopt v0.2.5 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling wam-tutorial-reconstruction v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/flat/mod.rs:164:29 [INFO] [stderr] | [INFO] [stderr] 164 | Location::Local(n) => unimplemented!("index local"), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/flat/mod.rs:210:29 [INFO] [stderr] | [INFO] [stderr] 210 | Location::Local(n) => unimplemented!("index local"), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `head` [INFO] [stderr] --> src/flat/compile/clause.rs:35:28 [INFO] [stderr] | [INFO] [stderr] 35 | let body = if let Some(head) = head { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_head` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/flat/compile/clause.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | for s in body { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/flat/compile/clause.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | for (i, f) in flatten(s).into_iter().enumerate() { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/flat/compile/clause.rs:76:31 [INFO] [stderr] | [INFO] [stderr] 76 | FlatTerm::Functor(a, is) => unimplemented!(), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is` [INFO] [stderr] --> src/flat/compile/clause.rs:76:34 [INFO] [stderr] | [INFO] [stderr] 76 | FlatTerm::Functor(a, is) => unimplemented!(), [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_is` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/flat/compile/clause.rs:77:27 [INFO] [stderr] | [INFO] [stderr] 77 | FlatTerm::Ref(n) => unimplemented!(), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `v` [INFO] [stderr] --> src/flat/compile/clause.rs:78:37 [INFO] [stderr] | [INFO] [stderr] 78 | FlatTerm::Variable(Some(v)) => unimplemented!(), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_v` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code` [INFO] [stderr] --> src/flat/compile/clause.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | code: &mut Vec, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_code` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `seen` [INFO] [stderr] --> src/flat/compile/clause.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | seen: &mut HashSet, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_seen` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vars` [INFO] [stderr] --> src/flat/compile/clause.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | vars: &mut HashMap, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_vars` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `permanent` [INFO] [stderr] --> src/flat/compile/clause.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | permanent: &HashMap, [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_permanent` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/flat/compile/clause.rs:94:39 [INFO] [stderr] | [INFO] [stderr] 94 | Term::Structure(Structure(a, ref ts)) => unimplemented!(), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ts` [INFO] [stderr] --> src/flat/compile/clause.rs:94:46 [INFO] [stderr] | [INFO] [stderr] 94 | Term::Structure(Structure(a, ref ts)) => unimplemented!(), [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_ts` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vars` [INFO] [stderr] --> src/flat/compile/clause.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | vars: &mut HashMap, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_vars` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_head` [INFO] [stderr] --> src/flat/compile/clause.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / fn compile_head( [INFO] [stderr] 68 | | code: &mut Vec, [INFO] [stderr] 69 | | seen: &mut HashSet, [INFO] [stderr] 70 | | vars: &mut HashMap, [INFO] [stderr] ... | [INFO] [stderr] 81 | | } [INFO] [stderr] 82 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_body` [INFO] [stderr] --> src/flat/compile/clause.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | / fn compile_body( [INFO] [stderr] 85 | | code: &mut Vec, [INFO] [stderr] 86 | | seen_vars: &mut HashSet, [INFO] [stderr] 87 | | vars: &mut HashMap, [INFO] [stderr] ... | [INFO] [stderr] 110 | | code.push(Instruction::Call(s.functor())); [INFO] [stderr] 111 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `extract_term` [INFO] [stderr] --> src/flat/store.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | / pub fn extract_term( [INFO] [stderr] 58 | | &self, [INFO] [stderr] 59 | | idx: usize, [INFO] [stderr] 60 | | names: Option<&HashMap>, [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a variant [INFO] [stderr] --> src/flat/control.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | GetValue(Location, usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a variant [INFO] [stderr] --> src/flat/control.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | GetVariable(Location, usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a variant [INFO] [stderr] --> src/flat/control.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | PutValue(Location, usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a variant [INFO] [stderr] --> src/flat/control.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | PutVariable(Location, usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/bin/main.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.wam.do80mumd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6" "/opt/crater/target/debug/deps/wam-a55ce2f2cf88b3e6.2b1i0fvxuk3lttby.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-073add3d3730c445/out/.libs" "-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/libwam_tutorial_reconstruction-c8c021522617cc50.rlib" "/opt/crater/target/debug/deps/libsymbol-e90a305fa54d833f.rlib" "/opt/crater/target/debug/deps/libspin-e4033ddf19868939.rlib" "/opt/crater/target/debug/deps/libregex-6dbde7ac658270ce.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-0b3ff6a95d018017.rlib" "/opt/crater/target/debug/deps/libregex_syntax-d846916626015370.rlib" "/opt/crater/target/debug/deps/libucd_util-f3189a919b81ab9d.rlib" "/opt/crater/target/debug/deps/libthread_local-7056cdef721e6ef2.rlib" "/opt/crater/target/debug/deps/libunreachable-322067efb5953d54.rlib" "/opt/crater/target/debug/deps/libaho_corasick-ab067523d0be6e51.rlib" "/opt/crater/target/debug/deps/libmemchr-3b76e180f51db1e3.rlib" "/opt/crater/target/debug/deps/liblazy_static-2b2ddc91fce7b550.rlib" "/opt/crater/target/debug/deps/libeither-3c835fc09eb6fe09.rlib" "/opt/crater/target/debug/deps/libstructopt-a1af41334a4a1a91.rlib" "/opt/crater/target/debug/deps/libclap-776c7b34042e8efc.rlib" "/opt/crater/target/debug/deps/libvec_map-0f1c6d0ab39b4a0b.rlib" "/opt/crater/target/debug/deps/libtextwrap-a5a738f089eccbc4.rlib" "/opt/crater/target/debug/deps/libstrsim-e16dede6f67e1ca9.rlib" "/opt/crater/target/debug/deps/libbitflags-059a52e34f06c077.rlib" "/opt/crater/target/debug/deps/libatty-50113436865f2a7f.rlib" "/opt/crater/target/debug/deps/libansi_term-d78a4dc68e723c1a.rlib" "/opt/crater/target/debug/deps/libnom-5d656c9daf8f8a03.rlib" "/opt/crater/target/debug/deps/libmemchr-c83907f2238b6eab.rlib" "/opt/crater/target/debug/deps/liblog-e993413252190225.rlib" "/opt/crater/target/debug/deps/liblinefeed-592356d215a376c1.rlib" "/opt/crater/target/debug/deps/libnix-d4f141b04d019c85.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libbitflags-97b579be4ee514fd.rlib" "/opt/crater/target/debug/deps/libunicode_width-003ecf1eefa64fd0.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-ccbd5b9fce77c0b9.rlib" "/opt/crater/target/debug/deps/libfailure-b78c4bb9561290c2.rlib" "/opt/crater/target/debug/deps/libbacktrace-e2fa6f0e4805cc98.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-a266c82495e38750.rlib" "/opt/crater/target/debug/deps/librustc_demangle-ba314cb0073d97b4.rlib" "/opt/crater/target/debug/deps/libcfg_if-d91c3b4a47d9636f.rlib" "/opt/crater/target/debug/deps/liblibc-bbbb74a481c5c62b.rlib" "/opt/crater/target/debug/deps/libansi_term-3af884e2ed431624.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" "-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 `wam-tutorial-reconstruction`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a384c5097250df1ab9dd908f45b7f95b00a20186c8743ddebf607ac28973ae94"` [INFO] running `"docker" "rm" "-f" "a384c5097250df1ab9dd908f45b7f95b00a20186c8743ddebf607ac28973ae94"` [INFO] [stdout] a384c5097250df1ab9dd908f45b7f95b00a20186c8743ddebf607ac28973ae94