[INFO] crate btrfs-dedupe 1.0.2 is already in cache [INFO] testing btrfs-dedupe-1.0.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate btrfs-dedupe 1.0.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate btrfs-dedupe 1.0.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate btrfs-dedupe 1.0.2 [INFO] finished tweaking crates.io crate btrfs-dedupe 1.0.2 [INFO] tweaked toml for crates.io crate btrfs-dedupe 1.0.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 37218e37f5c585d045c123b16d4525609fd53ee741902e43caac5407b67b1cc4 [INFO] running `"docker" "start" "-a" "37218e37f5c585d045c123b16d4525609fd53ee741902e43caac5407b67b1cc4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling minilzo v0.2.0 [INFO] [stderr] Compiling generic-array v0.5.1 [INFO] [stderr] Compiling btrfs v1.2.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling digest v0.2.1 [INFO] [stderr] Compiling digest-buffer v0.1.2 [INFO] [stderr] Compiling sha2 v0.2.0 [INFO] [stderr] Compiling btrfs-dedupe v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/examine.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/examine.rs:31:4 [INFO] [stderr] | [INFO] [stderr] 31 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scan.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | in try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scan.rs:41:4 [INFO] [stderr] | [INFO] [stderr] 41 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scan.rs:57:4 [INFO] [stderr] | [INFO] [stderr] 57 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scan.rs:88:4 [INFO] [stderr] | [INFO] [stderr] 88 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/scan.rs:175:3 [INFO] [stderr] | [INFO] [stderr] 175 | try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:121:47 [INFO] [stderr] | [INFO] [stderr] 121 | let file_metadata_lists: FileMetadataLists = try! ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[ macro_use ] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | stderr! ( [INFO] [stderr] | _____________- [INFO] [stderr] 69 | | "\r\x1b[A\x1b[K"); [INFO] [stderr] | |__________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | stderr! ( [INFO] [stderr] | _________- [INFO] [stderr] 77 | | "{}\r\n", [INFO] [stderr] 78 | | status); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | stderr! ( [INFO] [stderr] | _____________- [INFO] [stderr] 90 | | "\r\x1b[A\x1b[K"); [INFO] [stderr] | |__________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | stderr! ( [INFO] [stderr] | _________- [INFO] [stderr] 95 | | "{}\r\n", [INFO] [stderr] 96 | | message); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | stderr! ( [INFO] [stderr] | _____________- [INFO] [stderr] 101 | | "{}\r\n", [INFO] [stderr] 102 | | self.status.as_ref ().unwrap ()); [INFO] [stderr] | |_________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/output.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | stderr! ( [INFO] [stderr] | _____________- [INFO] [stderr] 115 | | "\r\x1b[A\x1b[K"); [INFO] [stderr] | |__________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc/stderr.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | &mut ::std::io::stderr () as &mut ::std::io::Write, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stderr] | [INFO] [stderr] ::: src/scan.rs:121:13 [INFO] [stderr] | [INFO] [stderr] 121 | stderrln! ( [INFO] [stderr] | _____________- [INFO] [stderr] 122 | | "Ignoring unknown filetype: {:?}: {:?}", [INFO] [stderr] 123 | | file_type, [INFO] [stderr] 124 | | entry.path ()); [INFO] [stderr] | |_______________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/misc/io.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | io_error.description ().to_string () [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/output.rs:20:7 [INFO] [stderr] | [INFO] [stderr] 20 | let mut terminal = [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: field is never read: `terminal` [INFO] [stderr] --> src/output.rs:10:2 [INFO] [stderr] | [INFO] [stderr] 10 | terminal: Option >, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` 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/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.btrfs_dedupe.22o1pmn6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4" "/opt/rustwide/target/debug/deps/btrfs_dedupe-12a48d1d358b78f4.wdny49ywq7mh22y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/miniz-sys-be9997105ef9946a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtermion-e6e50a84b53ab53c.rlib" "/opt/rustwide/target/debug/deps/libnumtoa-d67688b17b34fd35.rlib" "/opt/rustwide/target/debug/deps/libsha2-9395cb03970db9f1.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-6d4c62c53be8bc6e.rlib" "/opt/rustwide/target/debug/deps/libdigest_buffer-66c35ae3afd28d54.rlib" "/opt/rustwide/target/debug/deps/libdigest-9009921986f60aa8.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-93b46f61f0371c36.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-84219a5a481277f9.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1feb9cd479d3e7b7.rlib" "/opt/rustwide/target/debug/deps/libtypenum-39ed46c8e7bd0d00.rlib" "/opt/rustwide/target/debug/deps/libbtrfs-e722613175876dc7.rlib" "/opt/rustwide/target/debug/deps/libuuid-b61166f89afaf8d8.rlib" "/opt/rustwide/target/debug/deps/libminilzo-7c4cab1746772cdf.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-c4d7089d753de0c1.rlib" "/opt/rustwide/target/debug/deps/libflate2-f378e404338ac450.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-621b60b71fc65a08.rlib" "/opt/rustwide/target/debug/deps/libcrc-28b8d347293ae474.rlib" "/opt/rustwide/target/debug/deps/libnix-03e22cee4f45591e.rlib" "/opt/rustwide/target/debug/deps/libvoid-54fa5ba7557385ce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ee0374dd376fa810.rlib" "/opt/rustwide/target/debug/deps/libclap-7405bb46f1060ba2.rlib" "/opt/rustwide/target/debug/deps/libvec_map-2ea354767dfdcf76.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-7ce917c1e40e3b24.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "/opt/rustwide/target/debug/deps/libstrsim-7ef4ee0940d816f7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libatty-732074f349571b64.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libansi_term-5f50d48905eb9d7a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-llzo2" "-lz" "-llzo2" "-llzo2" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 19 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `btrfs-dedupe`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "37218e37f5c585d045c123b16d4525609fd53ee741902e43caac5407b67b1cc4"` [INFO] running `"docker" "rm" "-f" "37218e37f5c585d045c123b16d4525609fd53ee741902e43caac5407b67b1cc4"` [INFO] [stdout] 37218e37f5c585d045c123b16d4525609fd53ee741902e43caac5407b67b1cc4