[INFO] cloning repository https://github.com/lukaspustina/netatmo-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukaspustina/netatmo-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaspustina%2Fnetatmo-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaspustina%2Fnetatmo-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bdc5ec8279fde44c7a551ed095a77eea54c08185 [INFO] testing lukaspustina/netatmo-rs against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaspustina%2Fnetatmo-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lukaspustina/netatmo-rs on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lukaspustina/netatmo-rs [INFO] finished tweaking git repo https://github.com/lukaspustina/netatmo-rs [INFO] tweaked toml for git repo https://github.com/lukaspustina/netatmo-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-rustls v0.10.3 [INFO] [stderr] Downloaded hyper-rustls v0.17.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2020429ca0779cc67fbd17766c89b5c810370c21d8b724c5e7efd941f02eb1d [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" "c2020429ca0779cc67fbd17766c89b5c810370c21d8b724c5e7efd941f02eb1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2020429ca0779cc67fbd17766c89b5c810370c21d8b724c5e7efd941f02eb1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2020429ca0779cc67fbd17766c89b5c810370c21d8b724c5e7efd941f02eb1d", kill_on_drop: false }` [INFO] [stdout] c2020429ca0779cc67fbd17766c89b5c810370c21d8b724c5e7efd941f02eb1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "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] 0f1eef68b60f1cbab1ba36589bc36afaa2e878588f16504a1ceb9eb12c1cc0e2 [INFO] running `Command { std: "docker" "start" "-a" "0f1eef68b60f1cbab1ba36589bc36afaa2e878588f16504a1ceb9eb12c1cc0e2", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling ct-logs v0.6.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.17.0 [INFO] [stderr] Compiling tokio-rustls v0.10.3 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling hyper-rustls v0.17.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling netatmo-rs v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 21s [INFO] running `Command { std: "docker" "inspect" "0f1eef68b60f1cbab1ba36589bc36afaa2e878588f16504a1ceb9eb12c1cc0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1eef68b60f1cbab1ba36589bc36afaa2e878588f16504a1ceb9eb12c1cc0e2", kill_on_drop: false }` [INFO] [stdout] 0f1eef68b60f1cbab1ba36589bc36afaa2e878588f16504a1ceb9eb12c1cc0e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d6ccfc0e442c1bf8fd0013e1bac0672bad2914f00f35676e04f157a6fafd56b [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" "0d6ccfc0e442c1bf8fd0013e1bac0672bad2914f00f35676e04f157a6fafd56b", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling netatmo-rs v0.3.0 (/opt/rustwide/workdir) [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-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.set_temperature.98y1rm3r-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489" "/opt/rustwide/target/debug/examples/set_temperature-68e8b5b76243a489.2u6f7w6mlwn67j2d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-a66f05cc0bac94d7/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnetatmo_rs-a101f2119c7fc01e.rlib" "/opt/rustwide/target/debug/deps/libreqwest-0a727ef292842930.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-149b68e6f8b67fbe.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-708429cb2156bb3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-a37a4d63f58dff82.rlib" "/opt/rustwide/target/debug/deps/librustls-618faa39890c13c4.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6af0e1afcb57e1c9.rlib" "/opt/rustwide/target/debug/deps/libct_logs-ba74460b669eee58.rlib" "/opt/rustwide/target/debug/deps/libsct-1dca67ae646f6222.rlib" "/opt/rustwide/target/debug/deps/libring-c3e01945424027b4.rlib" "/opt/rustwide/target/debug/deps/libspin-489975769773a603.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-d09c66eae77ec294.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-b11c533d96641512.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-8aa66ea5b06a23ae.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-bb7e7fd88c44cdca.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-65fd9920ec28f585.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0e5002c91724b902.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-d6a6efaa7108dbf2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libhyper-3546136eb446b5e0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3157eed44a96e4b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1c70b74fcfe923ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-be501e8b786942a4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0fdf68b288cd94fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-42e3a4e45878667d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-5abdcafcb124ad2f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dfd203ca83628277.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3326e3fd8d4d5f59.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-c27b689b4d2992b9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cfed4e82abe456ef.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5396cea98cf3fbab.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0ac8f90e9b502e48.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libfailure-d93d058472ec371a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3ebd1f851cea97ac.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libobject-61c1b52dff51b80f.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libserde-de667b3531ba986e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 `netatmo-rs`. [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] 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-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.get_homes_data.89wrxc62-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186" "/opt/rustwide/target/debug/examples/get_homes_data-4588025995b0d186.b06o7v409m45mn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-a66f05cc0bac94d7/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnetatmo_rs-a101f2119c7fc01e.rlib" "/opt/rustwide/target/debug/deps/libreqwest-0a727ef292842930.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-149b68e6f8b67fbe.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-708429cb2156bb3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-a37a4d63f58dff82.rlib" "/opt/rustwide/target/debug/deps/librustls-618faa39890c13c4.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6af0e1afcb57e1c9.rlib" "/opt/rustwide/target/debug/deps/libct_logs-ba74460b669eee58.rlib" "/opt/rustwide/target/debug/deps/libsct-1dca67ae646f6222.rlib" "/opt/rustwide/target/debug/deps/libring-c3e01945424027b4.rlib" "/opt/rustwide/target/debug/deps/libspin-489975769773a603.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-d09c66eae77ec294.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-b11c533d96641512.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-8aa66ea5b06a23ae.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-bb7e7fd88c44cdca.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-65fd9920ec28f585.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0e5002c91724b902.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-d6a6efaa7108dbf2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libhyper-3546136eb446b5e0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3157eed44a96e4b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1c70b74fcfe923ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-be501e8b786942a4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0fdf68b288cd94fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-42e3a4e45878667d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-5abdcafcb124ad2f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dfd203ca83628277.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3326e3fd8d4d5f59.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-c27b689b4d2992b9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cfed4e82abe456ef.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5396cea98cf3fbab.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0ac8f90e9b502e48.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libfailure-d93d058472ec371a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3ebd1f851cea97ac.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libobject-61c1b52dff51b80f.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libserde-de667b3531ba986e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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] [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-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.get_token.4cypsipp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca" "/opt/rustwide/target/debug/examples/get_token-bba8e724401638ca.241pvt1btp5acx2j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-a66f05cc0bac94d7/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnetatmo_rs-a101f2119c7fc01e.rlib" "/opt/rustwide/target/debug/deps/libreqwest-0a727ef292842930.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-149b68e6f8b67fbe.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-708429cb2156bb3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-a37a4d63f58dff82.rlib" "/opt/rustwide/target/debug/deps/librustls-618faa39890c13c4.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6af0e1afcb57e1c9.rlib" "/opt/rustwide/target/debug/deps/libct_logs-ba74460b669eee58.rlib" "/opt/rustwide/target/debug/deps/libsct-1dca67ae646f6222.rlib" "/opt/rustwide/target/debug/deps/libring-c3e01945424027b4.rlib" "/opt/rustwide/target/debug/deps/libspin-489975769773a603.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-d09c66eae77ec294.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-b11c533d96641512.rlib" "/opt/rustwide/target/debug/deps/libuuid-72c3634ffcfe3bad.rlib" "/opt/rustwide/target/debug/deps/librand-de59fabcf8c054aa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-8644fedd5fcfea64.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-8aa66ea5b06a23ae.rlib" "/opt/rustwide/target/debug/deps/libdtoa-117aa35b5fc2b201.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5e6501facbeb62da.rlib" "/opt/rustwide/target/debug/deps/libunicase-765df75abf9c3e84.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-4753eb4ad36f3f8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-bb7e7fd88c44cdca.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-65fd9920ec28f585.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0e5002c91724b902.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-d6a6efaa7108dbf2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libhyper-3546136eb446b5e0.rlib" "/opt/rustwide/target/debug/deps/libwant-d023e8eb984e5d5a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-16d912827025aa25.rlib" "/opt/rustwide/target/debug/deps/libtokio-5951bf6394fdca01.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1470bdc38443fe16.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3157eed44a96e4b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-de6b9b8e569e24a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f7bd94a0cecb4f18.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-95ed9d1db10af78f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1c70b74fcfe923ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-be501e8b786942a4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-17912a304b318435.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-0fdf68b288cd94fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-42e3a4e45878667d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-192c5136137503f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-187cfc62f51e5152.rlib" "/opt/rustwide/target/debug/deps/libh2-5abdcafcb124ad2f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dfd203ca83628277.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3326e3fd8d4d5f59.rlib" "/opt/rustwide/target/debug/deps/libstring-666a30c569f304b1.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3087abc2e11a3d8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5eb29ce85cd55f4f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libhttp-4f7e6753f788b7e8.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cb7a462198510553.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-c27b689b4d2992b9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cfed4e82abe456ef.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e05c866ee66a047.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-f05b0c8df6ac0c52.rlib" "/opt/rustwide/target/debug/deps/liburl-1e125e71662cb3e8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-91cda09b5220e07b.rlib" "/opt/rustwide/target/debug/deps/libregex-5e470ff90c48f8cf.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3d65b2ef12eaa8c7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fd9c3aa2d65fc81e.rlib" "/opt/rustwide/target/debug/deps/libtry_from-274b36cf7b4b0a7b.rlib" "/opt/rustwide/target/debug/deps/libcookie-6da76dd71360315c.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/liburl-fe1a89f05a35db1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-9b3f5f4a98c2524e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5396cea98cf3fbab.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0ac8f90e9b502e48.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libbytes-8d9318633f0c94c5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libfailure-d93d058472ec371a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3ebd1f851cea97ac.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libobject-61c1b52dff51b80f.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-33849983d352f01b.rlib" "/opt/rustwide/target/debug/deps/libgimli-926fe8e4c4fa9fdb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libserde-de667b3531ba986e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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: build failed [INFO] running `Command { std: "docker" "inspect" "0d6ccfc0e442c1bf8fd0013e1bac0672bad2914f00f35676e04f157a6fafd56b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d6ccfc0e442c1bf8fd0013e1bac0672bad2914f00f35676e04f157a6fafd56b", kill_on_drop: false }` [INFO] [stdout] 0d6ccfc0e442c1bf8fd0013e1bac0672bad2914f00f35676e04f157a6fafd56b