[INFO] fetching crate actix-cbor 0.1.4... [INFO] testing actix-cbor-0.1.4 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate actix-cbor 0.1.4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate actix-cbor 0.1.4 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate actix-cbor 0.1.4 [INFO] finished tweaking crates.io crate actix-cbor 0.1.4 [INFO] tweaked toml for crates.io crate actix-cbor 0.1.4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34317e9e28e2e5030ea664293823ffd2fc931ed5a52b4cb8870d205e66666bd4 [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" "34317e9e28e2e5030ea664293823ffd2fc931ed5a52b4cb8870d205e66666bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34317e9e28e2e5030ea664293823ffd2fc931ed5a52b4cb8870d205e66666bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34317e9e28e2e5030ea664293823ffd2fc931ed5a52b4cb8870d205e66666bd4", kill_on_drop: false }` [INFO] [stdout] 34317e9e28e2e5030ea664293823ffd2fc931ed5a52b4cb8870d205e66666bd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "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] 841f41ebccca7e5d55f6949b69d711e8845aad798ef848c0a5ab8c9249a3e5a9 [INFO] running `Command { std: "docker" "start" "-a" "841f41ebccca7e5d55f6949b69d711e8845aad798ef848c0a5ab8c9249a3e5a9", kill_on_drop: false }` [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling actix-http v2.2.1 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling actix-cbor v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `core_reexport` in `futures_util` [INFO] [stdout] --> src/lib.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | use futures_util::core_reexport::fmt::Formatter; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `core_reexport` in `futures_util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `core_reexport` in `futures_util` [INFO] [stdout] --> src/error.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use futures_util::core_reexport::fmt::{Display, Formatter}; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `core_reexport` in `futures_util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Display` in this scope [INFO] [stdout] --> src/error.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 43 | impl Display for CborPayloadError { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Display; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::fmt::Display; [INFO] [stdout] | [INFO] [stdout] 1 | use serde::__private::fmt::Display; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Display; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Formatter` in this scope [INFO] [stdout] --> src/error.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 1 | use serde::__private::Formatter; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Formatter` in this scope [INFO] [stdout] --> src/lib.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 | use core::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 24 | use crate::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 24 | use serde::__private::Formatter; [INFO] [stdout] | [INFO] [stdout] 24 | use std::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-cbor` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "841f41ebccca7e5d55f6949b69d711e8845aad798ef848c0a5ab8c9249a3e5a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "841f41ebccca7e5d55f6949b69d711e8845aad798ef848c0a5ab8c9249a3e5a9", kill_on_drop: false }` [INFO] [stdout] 841f41ebccca7e5d55f6949b69d711e8845aad798ef848c0a5ab8c9249a3e5a9