[INFO] cloning repository https://github.com/srijs/cargo-cross [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/srijs/cargo-cross" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrijs%2Fcargo-cross", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrijs%2Fcargo-cross'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cbb792e7ba4d8d0ce1cf67e764f0df3fd394ecc6 [INFO] testing srijs/cargo-cross against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrijs%2Fcargo-cross" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/srijs/cargo-cross on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/srijs/cargo-cross [INFO] finished tweaking git repo https://github.com/srijs/cargo-cross [INFO] tweaked toml for git repo https://github.com/srijs/cargo-cross written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/srijs/cargo-cross already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83269e0f028698d8f58c272372677069fa250985e3244466eb3ac505e91d7cba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "83269e0f028698d8f58c272372677069fa250985e3244466eb3ac505e91d7cba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83269e0f028698d8f58c272372677069fa250985e3244466eb3ac505e91d7cba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83269e0f028698d8f58c272372677069fa250985e3244466eb3ac505e91d7cba", kill_on_drop: false }` [INFO] [stdout] 83269e0f028698d8f58c272372677069fa250985e3244466eb3ac505e91d7cba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7e9fad3b52762fce56e696634714aff27d3ae5779710298c0edff089f424a9e5 [INFO] running `Command { std: "docker" "start" "-a" "7e9fad3b52762fce56e696634714aff27d3ae5779710298c0edff089f424a9e5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling cc v1.0.22 [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling serde v1.0.75 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling regex v1.0.4 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling ringtail v0.1.1 [INFO] [stderr] Compiling termcolor v1.0.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling platforms v0.1.4 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling log v0.4.4 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling lock_api v0.1.3 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling directories v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.7 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling libz-sys v1.0.20 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling curl-sys v0.4.8 [INFO] [stderr] Compiling lzma-sys v0.1.10 [INFO] [stderr] Compiling tar v0.4.16 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling http v0.1.10 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.6.3 [INFO] [stderr] Compiling tempfile v3.0.3 [INFO] [stderr] Compiling xz2 v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling console v0.6.1 [INFO] [stderr] Compiling env_logger v0.5.12 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling curl v0.4.14 [INFO] [stderr] Compiling chttp v0.1.5 [INFO] [stderr] Compiling cargo-cross 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_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.cargo_cross.31e4b4cf-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a.4lhk4vt2m23saehk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-4b08e44932485fca/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-25c91b7a512203d4/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxz2-97a9deb38921a291.rlib" "/opt/rustwide/target/debug/deps/liblzma_sys-84a870d6cbc39516.rlib" "/opt/rustwide/target/debug/deps/libtempfile-88e4f0073e6d2c7c.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-ee69be44825954b3.rlib" "/opt/rustwide/target/debug/deps/librand-7070b34908cdabe6.rlib" "/opt/rustwide/target/debug/deps/librand_core-a3696b589a33494a.rlib" "/opt/rustwide/target/debug/deps/libtar-b73c3873dae4e684.rlib" "/opt/rustwide/target/debug/deps/libxattr-d81de607b38ce225.rlib" "/opt/rustwide/target/debug/deps/libfiletime-195fd1f31789c61e.rlib" "/opt/rustwide/target/debug/deps/libstructopt-b24de250ba2f13b3.rlib" "/opt/rustwide/target/debug/deps/libclap-0fd02658789cfa7a.rlib" "/opt/rustwide/target/debug/deps/libvec_map-11539489c7468588.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-6150aefb2733d976.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libsha1-29085a48cc3b8889.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b852f6cb268a2e2a.rlib" "/opt/rustwide/target/debug/deps/libryu-c38caa1788232c92.rlib" "/opt/rustwide/target/debug/deps/libsemver-3e923a8b511af5b0.rlib" "/opt/rustwide/target/debug/deps/libserde-b8ec92020b99d7c0.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-8fcb85df1b1460b9.rlib" "/opt/rustwide/target/debug/deps/libplatforms-3a21d5bb13f2f1a7.rlib" "/opt/rustwide/target/debug/deps/libindicatif-b6ab7cf561396177.rlib" "/opt/rustwide/target/debug/deps/libheck-9738fbdc462231e4.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e6860e4da39d938d.rlib" "/opt/rustwide/target/debug/deps/libfailure-04b873ed83ee3820.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a88039176a07d3a2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-4cac5390fe88afbb.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0f973fa7de2dcfcf.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-77e7397799ae7226.rlib" "/opt/rustwide/target/debug/deps/libregex-712d9f1df3c9328c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4901350bb01421e7.rlib" "/opt/rustwide/target/debug/deps/libatty-374407ad6939721c.rlib" "/opt/rustwide/target/debug/deps/libhumantime-2cbc458c2d53e329.rlib" "/opt/rustwide/target/debug/deps/libquick_error-63d061bf0c7acb92.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-023869c8a01d2cfe.rlib" "/opt/rustwide/target/debug/deps/libdirectories-8e0e67cd8605b07b.rlib" "/opt/rustwide/target/debug/deps/libconsole-90a0c0d4f478ba25.rlib" "/opt/rustwide/target/debug/deps/libclicolors_control-a5fd382797e682dc.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1c5c393aa49a23dd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-9c69b3c138851f93.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0d76b0e1cdcaf75b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-734877dc8db81827.rlib" "/opt/rustwide/target/debug/deps/libunreachable-75903259687ac390.rlib" "/opt/rustwide/target/debug/deps/libvoid-7b6fd157ed8721ab.rlib" "/opt/rustwide/target/debug/deps/librand-ab02e11c5ddcf01a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7354845e70d1973c.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cda3dd274dbcb30e.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libregex-88434567958ad74b.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-733d8196dc58cfa4.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-976bb9b84fe0b958.rlib" "/opt/rustwide/target/debug/deps/libucd_util-409a4dac3dbdbcb9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-eb6822dfebef0212.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b24f940e83b17c1f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f6f3a04f2e65bb21.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5d8420d8fedb8046.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-edf244ecdb61ba64.rlib" "/opt/rustwide/target/debug/deps/libtermios-88b94a39bc6b1bf2.rlib" "/opt/rustwide/target/debug/deps/libchttp-15c34f6c3dd42497.rlib" "/opt/rustwide/target/debug/deps/libringtail-00d6771b10d44224.rlib" "/opt/rustwide/target/debug/deps/liblog-98163d336b3f1457.rlib" "/opt/rustwide/target/debug/deps/libhttp-6e91f947b3c470bc.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ef6057b0a3cbed1.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libbytes-b279275819f14726.rlib" "/opt/rustwide/target/debug/deps/libiovec-f689bfb44b0aeca7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a9ad5a938e4b83aa.rlib" "/opt/rustwide/target/debug/deps/libcurl-0aea23f18358af8e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-056077b516af57c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-db579ca9806e905b.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-adaeab4f64fd05c2.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-5a77763b65e715d1.rlib" "/opt/rustwide/target/debug/deps/liblibc-c23787a595f08a63.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-llzma" "-lc" "-lssl" "-lcrypto" "-lz" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cargo_cross-bca77e23a45de84a" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.rlib(libcurl_la-version.o): in function `brotli_version': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/version.c:93: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.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.8/curl/lib/version.c:447: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.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.8/curl/lib/content_encoding.c:629: undefined reference to `BrotliDecoderCreateInstance' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.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.8/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.8/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.8/curl/lib/content_encoding.c:673: undefined reference to `BrotliDecoderGetErrorCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-f5ba10316bba7cc1.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.8/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-cross` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "7e9fad3b52762fce56e696634714aff27d3ae5779710298c0edff089f424a9e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e9fad3b52762fce56e696634714aff27d3ae5779710298c0edff089f424a9e5", kill_on_drop: false }` [INFO] [stdout] 7e9fad3b52762fce56e696634714aff27d3ae5779710298c0edff089f424a9e5