[INFO] cloning repository https://github.com/robbym/cargo-download-deps [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robbym/cargo-download-deps" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbym%2Fcargo-download-deps", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbym%2Fcargo-download-deps'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45468d551b29b8b93594a8841ecc3756ea9fa4dc [INFO] testing robbym/cargo-download-deps against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbym%2Fcargo-download-deps" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robbym/cargo-download-deps on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/robbym/cargo-download-deps [INFO] finished tweaking git repo https://github.com/robbym/cargo-download-deps [INFO] tweaked toml for git repo https://github.com/robbym/cargo-download-deps written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/robbym/cargo-download-deps already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crypto-hash v0.3.1 [INFO] [stderr] Downloaded crates-io v0.16.0 [INFO] [stderr] Downloaded ignore v0.4.2 [INFO] [stderr] Downloaded git2-curl v0.8.1 [INFO] [stderr] Downloaded globset v0.4.0 [INFO] [stderr] Downloaded openssl v0.10.10 [INFO] [stderr] Downloaded filetime v0.2.1 [INFO] [stderr] Downloaded jobserver v0.1.11 [INFO] [stderr] Downloaded git2 v0.7.2 [INFO] [stderr] Downloaded libssh2-sys v0.2.8 [INFO] [stderr] Downloaded curl-sys v0.4.6 [INFO] [stderr] Downloaded curl v0.4.12 [INFO] [stderr] Downloaded home v0.3.3 [INFO] [stderr] Downloaded proc-macro2 v0.4.8 [INFO] [stderr] Downloaded socket2 v0.3.7 [INFO] [stderr] Downloaded cargo v0.28.0 [INFO] [stderr] Downloaded libgit2-sys v0.7.5 [INFO] [stderr] Downloaded miow v0.3.1 [INFO] [stderr] Downloaded tar v0.4.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4091e66c07e89718b7d5dcdbd6d0729946d83612e223c2392ad9a100816732b6 [INFO] running `Command { std: "docker" "start" "-a" "4091e66c07e89718b7d5dcdbd6d0729946d83612e223c2392ad9a100816732b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4091e66c07e89718b7d5dcdbd6d0729946d83612e223c2392ad9a100816732b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4091e66c07e89718b7d5dcdbd6d0729946d83612e223c2392ad9a100816732b6", kill_on_drop: false }` [INFO] [stdout] 4091e66c07e89718b7d5dcdbd6d0729946d83612e223c2392ad9a100816732b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 186b71c59c548bbc011514ac1c6dcf175dcb3605a8c6f14a79bab0704f649e2a [INFO] running `Command { std: "docker" "start" "-a" "186b71c59c548bbc011514ac1c6dcf175dcb3605a8c6f14a79bab0704f649e2a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling openssl v0.10.10 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling home v0.3.3 [INFO] [stderr] Compiling shell-escape v0.1.4 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling jobserver v0.1.11 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling walkdir v2.1.4 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling tar v0.4.16 [INFO] [stderr] Compiling cmake v0.1.31 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling curl-sys v0.4.6 [INFO] [stderr] Compiling libssh2-sys v0.2.8 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling libgit2-sys v0.7.5 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling globset v0.4.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling serde_ignored v0.0.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling crypto-hash v0.3.1 [INFO] [stderr] Compiling ignore v0.4.2 [INFO] [stderr] Compiling curl v0.4.12 [INFO] [stderr] Compiling crates-io v0.16.0 [INFO] [stderr] Compiling git2 v0.7.2 [INFO] [stderr] Compiling git2-curl v0.8.1 [INFO] [stderr] Compiling cargo v0.28.0 [INFO] [stderr] Compiling cargo-download-deps v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.cargo_download_deps.abd16f9b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed.1ivypo4pppx9nw6i.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-0417d8d6e62c474a/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-864f11535831be1b/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-2156e6df769e59ff/out" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-bfac92680e644ae1/out/lib" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-84b0a635f213a982/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfs_extra-c718c84aeb9e58c0.rlib" "/opt/rustwide/target/debug/deps/libcargo-4dfe8b3a3c802c71.rlib" "/opt/rustwide/target/debug/deps/libcrypto_hash-91b72190ed9428fd.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ebd456a10d023021.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libtoml-08d823465f9e7068.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b09299b2ceafd794.rlib" "/opt/rustwide/target/debug/deps/libtempfile-09b730e5914b8f87.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-8584036556e15751.rlib" "/opt/rustwide/target/debug/deps/librand-9ae3cb1a9a031783.rlib" "/opt/rustwide/target/debug/deps/libtar-de9a1da13c8ab417.rlib" "/opt/rustwide/target/debug/deps/libshell_escape-46d66480ff2b4885.rlib" "/opt/rustwide/target/debug/deps/libserde_ignored-5b35280192f57415.rlib" "/opt/rustwide/target/debug/deps/libsemver-e153c60c0b847b1d.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-d8fad7f65bf9542e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bde87ef6a1bd6c2b.rlib" "/opt/rustwide/target/debug/deps/liblazycell-64939402397267ae.rlib" "/opt/rustwide/target/debug/deps/libjobserver-ad95cc50c760de66.rlib" "/opt/rustwide/target/debug/deps/libignore-f500a41ab4392d18.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-624aa897b7f7b0d4.rlib" "/opt/rustwide/target/debug/deps/libsame_file-ea0057adaccbd84a.rlib" "/opt/rustwide/target/debug/deps/libglobset-e5076a86f8776ca2.rlib" "/opt/rustwide/target/debug/deps/libregex-cc4fc6cfc75caf9b.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-a991bb55e50097ef.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-2dc7c9c469bc0372.rlib" "/opt/rustwide/target/debug/deps/libucd_util-819f6650fb25c7c9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ac2fda257e2029f0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-688dd9fe5fb9af00.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d4eca13922259628.rlib" "/opt/rustwide/target/debug/deps/libvoid-dc3a8a0cc21244f6.rlib" "/opt/rustwide/target/debug/deps/libfnv-e4c6ba56d659bb77.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-2e8300e46c513cc4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-81bca2ae3c27b2a8.rlib" "/opt/rustwide/target/debug/deps/libhome-727cf265fd260786.rlib" "/opt/rustwide/target/debug/deps/libhex-7f2e485685463d45.rlib" "/opt/rustwide/target/debug/deps/libglob-a670500bffa10fd1.rlib" "/opt/rustwide/target/debug/deps/libgit2-e6e15b40d3168a1e.rlib" "/opt/rustwide/target/debug/deps/liblog-0915a1a43f3e82ae.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-74704b820f05afc5.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-c8f33c9197e849e8.rlib" "/opt/rustwide/target/debug/deps/libfs2-c41957eee3ceb3b7.rlib" "/opt/rustwide/target/debug/deps/libflate2-3bbc8d961be10a17.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-e8f777d77cfbe26d.rlib" "/opt/rustwide/target/debug/deps/libfiletime-7b5d4f0b7ce50e63.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-b8859fccbebd9917.rlib" "/opt/rustwide/target/debug/deps/libcrates_io-8709233d9f2cc2b0.rlib" "/opt/rustwide/target/debug/deps/liburl-380761a04ab0cd34.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f51489b4440e4fe1.rlib" "/opt/rustwide/target/debug/deps/libidna-d86abbbbf19c1d86.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-694a06207fd93e10.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6abf16cfdaa7665d.rlib" "/opt/rustwide/target/debug/deps/libmatches-d389a08b99998bed.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ed1d070f2a8f7132.rlib" "/opt/rustwide/target/debug/deps/libitoa-2dd20a8cb0fa2133.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e7f7e6942e83c4ca.rlib" "/opt/rustwide/target/debug/deps/libserde-a10b7a284a352944.rlib" "/opt/rustwide/target/debug/deps/libfailure-46c023451b39ebf8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-81dda0e20244af4f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-e052d57980285067.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-9ee8d4455dbb9a24.rlib" "/opt/rustwide/target/debug/deps/libcurl-fcc75eda2c293730.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-836b1b190b8e9722.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-adb2e768b9315b13.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a9a48657ea5a2685.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-cbec80bd488d0a67.rlib" "/opt/rustwide/target/debug/deps/libclap-18993e354649ea32.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6dd515bac74e9212.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-8fbf541470ef55ec.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d258e95b9deb3cd8.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c956f928dab82a0d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6f201557f8d63b19.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd7b8ca88b2cc3f8.rlib" "/opt/rustwide/target/debug/deps/libatty-6bae224bedb4b980.rlib" "/opt/rustwide/target/debug/deps/liblibc-b4758d1e77b8c433.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cargo_download_deps-dd242815892aa9ed" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib(libcurl_la-version.o): in function `brotli_version': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/version.c:93: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib(libcurl_la-version.o): in function `curl_version_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/version.c:447: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib(libcurl_la-content_encoding.o): in function `brotli_init_writer': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/content_encoding.c:629: undefined reference to `BrotliDecoderCreateInstance' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib(libcurl_la-content_encoding.o): in function `brotli_unencode_write': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/content_encoding.c:656: undefined reference to `BrotliDecoderDecompressStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/content_encoding.c:667: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/content_encoding.c:673: undefined reference to `BrotliDecoderGetErrorCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-1bc318a0e8ad0698.rlib(libcurl_la-content_encoding.o): in function `brotli_close_writer': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.6/curl/lib/content_encoding.c:689: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cargo-download-deps` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "186b71c59c548bbc011514ac1c6dcf175dcb3605a8c6f14a79bab0704f649e2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "186b71c59c548bbc011514ac1c6dcf175dcb3605a8c6f14a79bab0704f649e2a", kill_on_drop: false }` [INFO] [stdout] 186b71c59c548bbc011514ac1c6dcf175dcb3605a8c6f14a79bab0704f649e2a