[INFO] cloning repository https://github.com/mibes404/zeep [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mibes404/zeep" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmibes404%2Fzeep", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmibes404%2Fzeep'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0ef1fb127625a6ba16e8fe14f7dc6b5d5b01708 [INFO] testing mibes404/zeep against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmibes404%2Fzeep" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mibes404/zeep on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mibes404/zeep [INFO] finished tweaking git repo https://github.com/mibes404/zeep [INFO] tweaked toml for git repo https://github.com/mibes404/zeep written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mibes404/zeep already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded roxmltree v0.10.0 [INFO] [stderr] Downloaded async-trait v0.1.26 [INFO] [stderr] Downloaded yaserde_derive v0.4.2 [INFO] [stderr] Downloaded xmlparser v0.13.1 [INFO] [stderr] Downloaded log4rs v0.11.0 [INFO] [stderr] Downloaded yaserde v0.4.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efbac6393ef83428c9444751ce8d96a3731426c8297e5579f9449b8d4e627382 [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" "efbac6393ef83428c9444751ce8d96a3731426c8297e5579f9449b8d4e627382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efbac6393ef83428c9444751ce8d96a3731426c8297e5579f9449b8d4e627382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efbac6393ef83428c9444751ce8d96a3731426c8297e5579f9449b8d4e627382", kill_on_drop: false }` [INFO] [stdout] efbac6393ef83428c9444751ce8d96a3731426c8297e5579f9449b8d4e627382 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f2952de78d91d88c367c000dc53af511627d9071c1c3779e3e532e9ee811b16 [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" "6f2952de78d91d88c367c000dc53af511627d9071c1c3779e3e532e9ee811b16", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling xmlparser v0.13.1 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling roxmltree v0.10.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling serde-value v0.6.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling yaserde v0.4.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling async-trait v0.1.26 [INFO] [stderr] Compiling yaserde_derive v0.4.2 [INFO] [stderr] Compiling tokio v0.2.17 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.2 [INFO] [stderr] Compiling log4rs v0.11.0 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling zeep v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 38s [INFO] running `Command { std: "docker" "inspect" "6f2952de78d91d88c367c000dc53af511627d9071c1c3779e3e532e9ee811b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f2952de78d91d88c367c000dc53af511627d9071c1c3779e3e532e9ee811b16", kill_on_drop: false }` [INFO] [stdout] 6f2952de78d91d88c367c000dc53af511627d9071c1c3779e3e532e9ee811b16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--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] 8519cab5487ed079fdc6a4809ffe9b702b58938fe9d182d8e0864f18fc215fad [INFO] running `Command { std: "docker" "start" "-a" "8519cab5487ed079fdc6a4809ffe9b702b58938fe9d182d8e0864f18fc215fad", kill_on_drop: false }` [INFO] [stderr] Compiling zeep v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::weather::bindings` [INFO] [stdout] --> examples/weather/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::weather::bindings; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.zeep.a0ud5y88-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35" "/opt/rustwide/target/debug/deps/zeep-4b72073b7c765c35.3svzm8vy4b79pf09.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblog4rs-d1ce0625b0d5f0e3.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-5e3fb2bc46eecf7c.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-602e9e22cc1fae96.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-a3048e98d911cba2.rlib" "/opt/rustwide/target/debug/deps/libhumantime-d1daf477eefaee41.rlib" "/opt/rustwide/target/debug/deps/libquick_error-671ab0df75bdceb5.rlib" "/opt/rustwide/target/debug/deps/liblog_mdc-23b1de713e700683.rlib" "/opt/rustwide/target/debug/deps/libserde_json-521267c917b8bf57.rlib" "/opt/rustwide/target/debug/deps/libryu-9bb419b735f40a5e.rlib" "/opt/rustwide/target/debug/deps/libthread_id-e5a6baaf91a1b233.rlib" "/opt/rustwide/target/debug/deps/libtypemap-3bccf6dec57d188e.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a015e449ee844ac9.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-804bb75d4c452793.rlib" "/opt/rustwide/target/debug/deps/libchrono-1a4ed8cfbe5e3d8c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-402b5c261749f855.rlib" "/opt/rustwide/target/debug/deps/libflate2-eed6b8890a58e4df.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-5f156932686d0023.rlib" "/opt/rustwide/target/debug/deps/libadler32-60b54ba173bbd5a4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-89f2658d174b1bc2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b756b906390346b0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7aa06e446aa790cb.rlib" "/opt/rustwide/target/debug/deps/liblock_api-b90ea4861a3ef190.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b71d276e69df7592.rlib" "/opt/rustwide/target/debug/deps/libserde_value-a17049f93768ed09.rlib" "/opt/rustwide/target/debug/deps/libordered_float-9276e8043e0494de.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d0e533dea67537d8.rlib" "/opt/rustwide/target/debug/deps/libreqwest-effa74ace14b49cb.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-6786d2bdb7840600.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-af0e6a41df7f2f6e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-7ee59e3790021f2a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-aabee26f729c3220.rlib" "/opt/rustwide/target/debug/deps/libdtoa-403df6bff0eca81d.rlib" "/opt/rustwide/target/debug/deps/libbase64-2a598dcb608e88ef.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c1e1a2792ce592bb.rlib" "/opt/rustwide/target/debug/deps/libunicase-60a8965fd9d76920.rlib" "/opt/rustwide/target/debug/deps/libmime-5fbcfd0ea7428491.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-1048b0ac6dde9fdb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-65d1fa460031adce.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0a0856452fda1aeb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-17c6316f59ff0549.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-55dec0f74faa33df.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-cf5ba4a61f263f83.rlib" "/opt/rustwide/target/debug/deps/libhyper-4cf93b282581cf21.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4498e44828a5bbeb.rlib" "/opt/rustwide/target/debug/deps/libwant-47be74efc1ef09c2.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-685e0e463b0081f4.rlib" "/opt/rustwide/target/debug/deps/libh2-a320115f1f684858.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c29ac7d4f9657adc.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-dd8dc50b8eaaed18.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-11263ee15bb4355d.rlib" "/opt/rustwide/target/debug/deps/libtime-9246319cb28d11f3.rlib" "/opt/rustwide/target/debug/deps/libtower_service-b46ab647ec6da3c5.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-dce020a45dd1eb4e.rlib" "/opt/rustwide/target/debug/deps/libpin_project-451cd36ffe3a75ad.rlib" "/opt/rustwide/target/debug/deps/libtokio-dcb9d2ca428ca187.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-3c2a45c9fddef621.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-f4934d8d16146a56.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-88aaa146a7aba95c.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8154e5c867ef3548.rlib" "/opt/rustwide/target/debug/deps/libmio-2ef5bbb7a1252576.rlib" "/opt/rustwide/target/debug/deps/libiovec-dda453daf4be737d.rlib" "/opt/rustwide/target/debug/deps/libnet2-3a87552fdc35ebff.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c75244fc9c3613d3.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-018f5b26f0669591.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-2b9bf3bfcc0b19c9.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-638a819eaeffa02e.rlib" "/opt/rustwide/target/debug/deps/libslab-f568091877b30548.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-451ca068ceba44d1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-3b9002d043e698de.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-8723bf20af92e129.rlib" "/opt/rustwide/target/debug/deps/liburl-5e800bb8f077108f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-6ae592ab414920f8.rlib" "/opt/rustwide/target/debug/deps/libidna-e69004f6a99b8ef6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7f49a46a814b7f53.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-da9e63cd49dbd79b.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libhttp-0b5f7aa01e9a2452.rlib" "/opt/rustwide/target/debug/deps/libitoa-5eb17ce2a1cc360c.rlib" "/opt/rustwide/target/debug/deps/libbytes-27740e2e33c87464.rlib" "/opt/rustwide/target/debug/deps/libfnv-81254b20febae08d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-c99ebba9851136ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-190ecd0479955c2e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-10cf7eacb763a707.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5f0069e1a0595222.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-176a753cf8833059.rlib" "/opt/rustwide/target/debug/deps/libroxmltree-7a0031539622b248.rlib" "/opt/rustwide/target/debug/deps/libxmlparser-05b92cb3be226b29.rlib" "/opt/rustwide/target/debug/deps/libinflector-e3b6bfffdc4b4d38.rlib" "/opt/rustwide/target/debug/deps/libregex-0323d201f36b1229.rlib" "/opt/rustwide/target/debug/deps/libthread_local-abd19461110d9879.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0c67036d9d0174ed.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4a763a6f3faacef7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-90bac19b7815f3a4.rlib" "/opt/rustwide/target/debug/deps/libclap-aa3d88d92e439036.rlib" "/opt/rustwide/target/debug/deps/libvec_map-de5da0971b7274da.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-d1be45a68445f076.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-ccf5129a40d9887d.rlib" "/opt/rustwide/target/debug/deps/libstrsim-794cc78f848fe7af.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/libatty-398838ab45b93de1.rlib" "/opt/rustwide/target/debug/deps/liblibc-6a84d926ea326a84.rlib" "/opt/rustwide/target/debug/deps/libansi_term-4b9c56ff58f1d4f8.rlib" "/opt/rustwide/target/debug/deps/liblog-2ee06bf087655bcf.rlib" "/opt/rustwide/target/debug/deps/libserde-5632156efc94099d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zeep` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8519cab5487ed079fdc6a4809ffe9b702b58938fe9d182d8e0864f18fc215fad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8519cab5487ed079fdc6a4809ffe9b702b58938fe9d182d8e0864f18fc215fad", kill_on_drop: false }` [INFO] [stdout] 8519cab5487ed079fdc6a4809ffe9b702b58938fe9d182d8e0864f18fc215fad