[INFO] crate netatmo-rs 0.2.1 is already in cache [INFO] testing netatmo-rs-0.2.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate netatmo-rs 0.2.1 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate netatmo-rs 0.2.1 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate netatmo-rs 0.2.1 [INFO] finished tweaking crates.io crate netatmo-rs 0.2.1 [INFO] tweaked toml for crates.io crate netatmo-rs 0.2.1 written to work/builds/worker-8/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 0fdd8bf473611aeab6b709454f92c4c1c8e0b8f6f2506f609addf336277742b1 [INFO] running `"docker" "start" "-a" "0fdd8bf473611aeab6b709454f92c4c1c8e0b8f6f2506f609addf336277742b1"` [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.0 [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.2 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling hyper-rustls v0.17.1 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling netatmo-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.84s [INFO] running `"docker" "inspect" "0fdd8bf473611aeab6b709454f92c4c1c8e0b8f6f2506f609addf336277742b1"` [INFO] running `"docker" "rm" "-f" "0fdd8bf473611aeab6b709454f92c4c1c8e0b8f6f2506f609addf336277742b1"` [INFO] [stdout] 0fdd8bf473611aeab6b709454f92c4c1c8e0b8f6f2506f609addf336277742b1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 91ee708716b33bf3c8747369a4886c403696da5e17ce87bfaeb9c810967aa2f4 [INFO] running `"docker" "start" "-a" "91ee708716b33bf3c8747369a4886c403696da5e17ce87bfaeb9c810967aa2f4"` [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling netatmo-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `netatmo-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name netatmo_rs src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=02dd2293675e3578 -C extra-filename=-02dd2293675e3578 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern failure=/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-862b507947d8ffad.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8c523c6acfa3f728.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-40e6188c9c094ecb.rlib --extern spectral=/opt/rustwide/target/debug/deps/libspectral-6dbac7f19d5a3b78.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out -L native=/opt/rustwide/target/debug/build/ring-ab5febb50fec5c8b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "91ee708716b33bf3c8747369a4886c403696da5e17ce87bfaeb9c810967aa2f4"` [INFO] running `"docker" "rm" "-f" "91ee708716b33bf3c8747369a4886c403696da5e17ce87bfaeb9c810967aa2f4"` [INFO] [stdout] 91ee708716b33bf3c8747369a4886c403696da5e17ce87bfaeb9c810967aa2f4