[INFO] updating cached repository https://github.com/falconre/finch [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] f880cf79add2e096c9644aa5f1eb7bddf2e590ec [INFO] testing falconre/finch against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffalconre%2Ffinch" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/falconre/finch on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/falconre/finch [INFO] finished tweaking git repo https://github.com/falconre/finch [INFO] tweaked toml for git repo https://github.com/falconre/finch written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/falconre/finch already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5de27461bbdb7429e0d53b95f46cadcca2a16a390cb8a0bb8807dc0c23d79875 [INFO] running `"docker" "start" "-a" "5de27461bbdb7429e0d53b95f46cadcca2a16a390cb8a0bb8807dc0c23d79875"` [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling num-bigint v0.2.1 [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 num_cpus v1.8.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling goblin v0.0.17 [INFO] [stderr] Compiling goblin v0.0.15 [INFO] [stderr] Compiling serde_json v1.0.33 [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/rustwide/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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.finch_bin.7r5i4dg4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3" "/opt/rustwide/target/debug/deps/finch_bin-14fc13c5afb0e7e3.49lhmih7ar8c3bxn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-98878eead22a571b/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsimplelog-7c3f7c8088780f75.rlib" "/opt/rustwide/target/debug/deps/libchrono-dee63e17d5a76cf2.rlib" "/opt/rustwide/target/debug/deps/libtime-471b1fc64b65b503.rlib" "/opt/rustwide/target/debug/deps/libterm-5fd958c69fef0554.rlib" "/opt/rustwide/target/debug/deps/librustyline-f9066d6e8bb631c8.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-b7a3f6fadbc27427.rlib" "/opt/rustwide/target/debug/deps/libnix-8915a5d53e266bee.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7686b72d6c34e546.rlib" "/opt/rustwide/target/debug/deps/librayon-f19bb60439ce3e08.rlib" "/opt/rustwide/target/debug/deps/libeither-6b7239188857df3d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-363dbc9952c64a8d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9c32756f8ea9154d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-acf87f5f4513224b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-ec5d285de17ab8e3.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-0a36bb8e598d731d.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-ac5297b7bf52e7fa.rlib" "/opt/rustwide/target/debug/deps/libnodrop-0ca5cda255c03c42.rlib" "/opt/rustwide/target/debug/deps/libnom-ca94dfa85baf02cf.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c2ad50fd885b3b3a.rlib" "/opt/rustwide/target/debug/deps/libfinch-9d0775ef61ccc91e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7f0036cdc569d1c1.rlib" "/opt/rustwide/target/debug/deps/libgoblin-515ae67c5126d591.rlib" "/opt/rustwide/target/debug/deps/libfalcon_z3-e5551d0c3aa78ac3.rlib" "/opt/rustwide/target/debug/deps/libz3_sys-db963e7f6e6aaa99.rlib" "/opt/rustwide/target/debug/deps/libfalcon-abc9a919b196631f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3cfe3ab7464c0832.rlib" "/opt/rustwide/target/debug/deps/libryu-c3ac84d4531c6c3c.rlib" "/opt/rustwide/target/debug/deps/libitoa-29042d2791be6b24.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ba878cd7e9201716.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3416add372f82fa7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb412cedb055b888.rlib" "/opt/rustwide/target/debug/deps/libserde-5049cfa58a5145ec.rlib" "/opt/rustwide/target/debug/deps/libgoblin-cec99626fde9f321.rlib" "/opt/rustwide/target/debug/deps/liblog-5c3ff42b0677e67c.rlib" "/opt/rustwide/target/debug/deps/libscroll-48d034c9beb67fe4.rlib" "/opt/rustwide/target/debug/deps/libplain-e4706c4ec80a0079.rlib" "/opt/rustwide/target/debug/deps/libfalcon_capstone-a6e02b2261784d29.rlib" "/opt/rustwide/target/debug/deps/libbase64-96dc93c7585d69f7.rlib" "/opt/rustwide/target/debug/deps/libsafemem-c0d43437b074542d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-1ca81509d691a5a2.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-5014a68cd5574440.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ce87d0d57ad3f7a2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1b1c2fea42b2b96e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-885655d8af09a255.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-346f95c6920bbf4f.rlib" "/opt/rustwide/target/debug/deps/libclap-7a485d27b68d41bb.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4a971c230493c426.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-efcaf7621463ca26.rlib" "/opt/rustwide/target/debug/deps/libstrsim-421bb410b122b449.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rlib" "/opt/rustwide/target/debug/deps/libatty-6b6415d7501b0537.rlib" "/opt/rustwide/target/debug/deps/liblibc-bf38b81fcf8d35dc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.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" "5de27461bbdb7429e0d53b95f46cadcca2a16a390cb8a0bb8807dc0c23d79875"` [INFO] running `"docker" "rm" "-f" "5de27461bbdb7429e0d53b95f46cadcca2a16a390cb8a0bb8807dc0c23d79875"` [INFO] [stdout] 5de27461bbdb7429e0d53b95f46cadcca2a16a390cb8a0bb8807dc0c23d79875