[INFO] updating cached repository falconre/finch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/falconre/finch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/falconre/finch" "work/ex/beta-1.37-6/sources/1.36.0/gh/falconre/finch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/falconre/finch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/falconre/finch" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/falconre/finch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/falconre/finch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f880cf79add2e096c9644aa5f1eb7bddf2e590ec [INFO] sha for GitHub repo falconre/finch: f880cf79add2e096c9644aa5f1eb7bddf2e590ec [INFO] validating manifest of falconre/finch 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 falconre/finch 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 falconre/finch [INFO] finished frobbing falconre/finch [INFO] frobbed toml for falconre/finch written to work/ex/beta-1.37-6/sources/1.36.0/gh/falconre/finch/Cargo.toml [INFO] started frobbing falconre/finch [INFO] finished frobbing falconre/finch [INFO] frobbed toml for falconre/finch written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/falconre/finch/Cargo.toml [INFO] crate falconre/finch 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 falconre/finch against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/falconre/finch:/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-07-23" "build" "--frozen"` [INFO] [stdout] 29ec9f563e81eb7129922985878e11bc263c05872f8ce2e6025eaed07d35b2b5 [INFO] running `"docker" "start" "-a" "29ec9f563e81eb7129922985878e11bc263c05872f8ce2e6025eaed07d35b2b5"` [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling num-bigint v0.2.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling z3-sys v0.3.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling goblin v0.0.17 [INFO] [stderr] Compiling goblin v0.0.15 [INFO] [stderr] Compiling aster v0.41.0 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling quasi v0.32.0 [INFO] [stderr] Compiling quasi_codegen v0.32.0 [INFO] [stderr] Compiling bindgen v0.30.0 [INFO] [stderr] Compiling falcon_capstone v0.2.1 [INFO] [stderr] Compiling falcon v0.4.4 [INFO] [stderr] Compiling falcon-z3 v0.4.4 [INFO] [stderr] Compiling falcon-finch v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> lib/executor/driver.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | architecture: RC>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Architecture` [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] --> lib/executor/driver.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | architecture: RC> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Architecture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> lib/executor/driver.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | architecture: RC>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Architecture` [INFO] [stderr] [INFO] [stderr] warning: the item `eval` is imported redundantly [INFO] [stderr] --> lib/executor/memory.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 1 | use executor::*; [INFO] [stderr] | ----------- the item `eval` is already imported here [INFO] [stderr] ... [INFO] [stderr] 126 | use executor::eval; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> lib/lib.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain! { [INFO] [stderr] 23 | | types { [INFO] [stderr] 24 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> lib/lib.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain! { [INFO] [stderr] 23 | | types { [INFO] [stderr] 24 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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: variable does not need to be mutable [INFO] [stderr] --> lib/platform/linux/amd64.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | let mut paths = vec![base_path.to_path_buf()]; [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> lib/platform/linux/filesystem.rs:101:21 [INFO] [stderr] | [INFO] [stderr] 101 | let mut fd = self.file_descriptors.get_mut(&fd) [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> lib/platform/linux/mips.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | let mut paths = vec![base_path.to_path_buf()]; [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hooks.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | hook: Box) -> Result>>>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Driver

) -> Result>>>` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 27 | | } [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [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] 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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.finch_bin.768aqtxm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717" "/opt/crater/target/debug/deps/finch_bin-c6996ae108846717.2v0wbc5g3z8d5b8b.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-039dcd218a0ae435/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsimplelog-b20997b59e9c9d13.rlib" "/opt/crater/target/debug/deps/libchrono-61435408b9d52dca.rlib" "/opt/crater/target/debug/deps/libtime-c324f7de61606fd8.rlib" "/opt/crater/target/debug/deps/libterm-6cdd9dc6bfe09e02.rlib" "/opt/crater/target/debug/deps/librustyline-763503c81ff06ee4.rlib" "/opt/crater/target/debug/deps/libencode_unicode-5f94823cf5c8631e.rlib" "/opt/crater/target/debug/deps/libnix-ac98218e662b7105.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/librayon-eea6aab79cddb6b9.rlib" "/opt/crater/target/debug/deps/libeither-88c841192ea25aec.rlib" "/opt/crater/target/debug/deps/librayon_core-296bea961947c154.rlib" "/opt/crater/target/debug/deps/libnum_cpus-1bed24d373875ce8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-c180d219adf72969.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-727bba0ab05a8eef.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2407f7c6dcf0a00e.rlib" "/opt/crater/target/debug/deps/libarrayvec-e297d9cb8515c78d.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libnom-a7c74dae5eafd676.rlib" "/opt/crater/target/debug/deps/libmemchr-15ed8c4aba143a71.rlib" "/opt/crater/target/debug/deps/libfinch-164868b2c3db2ebb.rlib" "/opt/crater/target/debug/deps/liblazy_static-6758b07bea2a83cb.rlib" "/opt/crater/target/debug/deps/libgoblin-e98115024db9d6cc.rlib" "/opt/crater/target/debug/deps/libfalcon_z3-fc45a9e3fd627ebe.rlib" "/opt/crater/target/debug/deps/libz3_sys-d26621b62d589bf0.rlib" "/opt/crater/target/debug/deps/libfalcon-723afebb62e0d1df.rlib" "/opt/crater/target/debug/deps/libserde_json-8b6ab82c1920350f.rlib" "/opt/crater/target/debug/deps/libryu-e96bf1fa7384491d.rlib" "/opt/crater/target/debug/deps/libitoa-78d333a119156c7a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-56cec30ff0169afc.rlib" "/opt/crater/target/debug/deps/libnum_integer-09198f7f07b77d29.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libserde-785e058df458e0ce.rlib" "/opt/crater/target/debug/deps/libgoblin-e90223dcf2bd3db2.rlib" "/opt/crater/target/debug/deps/liblog-3b5711445cfef0bd.rlib" "/opt/crater/target/debug/deps/libscroll-79abec051a026ab3.rlib" "/opt/crater/target/debug/deps/libplain-d9eeb37b1059ae11.rlib" "/opt/crater/target/debug/deps/libfalcon_capstone-3ddd9868c4d4e2f2.rlib" "/opt/crater/target/debug/deps/libbase64-8135faa550b07f55.rlib" "/opt/crater/target/debug/deps/libsafemem-d52eb1c63fc65a7a.rlib" "/opt/crater/target/debug/deps/libbyteorder-cbd6594c6e958d4b.rlib" "/opt/crater/target/debug/deps/liberror_chain-1d7df12052ccdfde.rlib" "/opt/crater/target/debug/deps/libbacktrace-4781d85258bd473a.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-54a14326a09cc4a9.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a28f170d1e5cc2e.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "/opt/crater/target/debug/deps/libclap-dbc55d21c204a8b7.rlib" "/opt/crater/target/debug/deps/libvec_map-d15ddac8fbd5a1a7.rlib" "/opt/crater/target/debug/deps/libtextwrap-b9e8af68ddc86750.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libstrsim-1fb548c623033a78.rlib" "/opt/crater/target/debug/deps/libbitflags-e31ad08aaa94ea6a.rlib" "/opt/crater/target/debug/deps/libatty-8364e6906e831647.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lz3" "-lcapstone" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lz3 [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 `falcon-finch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "29ec9f563e81eb7129922985878e11bc263c05872f8ce2e6025eaed07d35b2b5"` [INFO] running `"docker" "rm" "-f" "29ec9f563e81eb7129922985878e11bc263c05872f8ce2e6025eaed07d35b2b5"` [INFO] [stdout] 29ec9f563e81eb7129922985878e11bc263c05872f8ce2e6025eaed07d35b2b5