[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.38-1/sources/1.37.0/gh/remexre/wam-tutorial-reconstruction"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/remexre/wam-tutorial-reconstruction"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of remexre/wam-tutorial-reconstruction on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing remexre/wam-tutorial-reconstruction against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 8faa571ef30c2687fd52c62bef5192d968a338e24dc9a11b457ac2f839a4ea6e [INFO] running `"docker" "start" "-a" "8faa571ef30c2687fd52c62bef5192d968a338e24dc9a11b457ac2f839a4ea6e"` [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] Compiling cc v1.0.5 [INFO] [stderr] Compiling spin v0.4.6 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.5.0 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling symbol v0.1.1 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling linefeed v0.4.0 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] Compiling structopt-derive v0.2.5 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling structopt v0.2.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling wam-tutorial-reconstruction v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common/parsers.rs:184:12 [INFO] [stderr] | [INFO] [stderr] 184 | 'a'...'f' | 'A'...'F' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common/parsers.rs:184:24 [INFO] [stderr] | [INFO] [stderr] 184 | 'a'...'f' | 'A'...'F' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common/parsers.rs:184:36 [INFO] [stderr] | [INFO] [stderr] 184 | 'a'...'f' | 'A'...'F' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flat/mod.rs:219:14 [INFO] [stderr] | [INFO] [stderr] 219 | ) -> Box<'a + Iterator, Error>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator, Error>>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/unification/mod.rs:159:14 [INFO] [stderr] | [INFO] [stderr] 159 | ) -> Box, Error>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, Error>>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | ) -> Box<'a + Iterator, Error>>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator, Error>>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common/mod.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | / lazy_static! { [INFO] [stderr] 105 | | static ref PLAIN: Regex = Regex::new("^[a-z0-9][a-zA-Z_0-9]*$").unwrap(); [INFO] [stderr] 106 | | } [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/common/mod.rs:178:1 [INFO] [stderr] | [INFO] [stderr] 178 | / lazy_static! { [INFO] [stderr] 179 | | static ref VARIABLE_NAME: Regex = [INFO] [stderr] 180 | | Regex::new("^(_[a-zA-Z_0-9]|[A-Z])[a-zA-Z_0-9]*$").unwrap(); [INFO] [stderr] 181 | | } [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: 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/options.rs:73:45 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn new_machine(&self) -> Result, Error> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Machine` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/main.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | m: &mut Machine, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Machine` [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.wam.cya6k821-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f" "/opt/crater/target/debug/deps/wam-457f44a35b3fc96f.3qkblgt1ooxe5eb1.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-cad3399e73dea313/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libwam_tutorial_reconstruction-51abf777c20a86ea.rlib" "/opt/crater/target/debug/deps/libsymbol-5d1b84426aa460eb.rlib" "/opt/crater/target/debug/deps/libspin-2e1c924df7b5be3e.rlib" "/opt/crater/target/debug/deps/libregex-4cc1d1817d5d6ab7.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-09a6e1d8631730f6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e608e3a024987a31.rlib" "/opt/crater/target/debug/deps/libucd_util-b5b9d245693ae036.rlib" "/opt/crater/target/debug/deps/libthread_local-b084e187877e21a8.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libaho_corasick-09d6154bdabbbcca.rlib" "/opt/crater/target/debug/deps/libmemchr-34589c1e4743f4e2.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/libeither-0fa3f3f52202167d.rlib" "/opt/crater/target/debug/deps/libstructopt-1251300a2b69813e.rlib" "/opt/crater/target/debug/deps/libclap-07b41bbad8e9d291.rlib" "/opt/crater/target/debug/deps/libvec_map-2c2ebfa375d911dc.rlib" "/opt/crater/target/debug/deps/libtextwrap-29664d8799462831.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libatty-d339beda736502b5.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libnom-900ddab6ab1c2e90.rlib" "/opt/crater/target/debug/deps/libmemchr-9df2e1dff65d08f7.rlib" "/opt/crater/target/debug/deps/liblog-9f29daffacf088d8.rlib" "/opt/crater/target/debug/deps/liblinefeed-04a93e39aef62069.rlib" "/opt/crater/target/debug/deps/libnix-b8090adba84506d2.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-e25b6a8886d9efb5.rlib" "/opt/crater/target/debug/deps/libfailure-9b0f454f36f9357c.rlib" "/opt/crater/target/debug/deps/libbacktrace-75079ad3e4bbf968.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-f7f2f635b45e3972.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblibc-6427118cb422dcbc.rlib" "/opt/crater/target/debug/deps/libansi_term-95a7a69d01473073.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "8faa571ef30c2687fd52c62bef5192d968a338e24dc9a11b457ac2f839a4ea6e"` [INFO] running `"docker" "rm" "-f" "8faa571ef30c2687fd52c62bef5192d968a338e24dc9a11b457ac2f839a4ea6e"` [INFO] [stdout] 8faa571ef30c2687fd52c62bef5192d968a338e24dc9a11b457ac2f839a4ea6e