[INFO] fetching crate actix-cbor 0.1.4... [INFO] checking actix-cbor-0.1.4 against master#c919f490bbcd2b29b74016101f7ec71aaa24bdbb for pr-79073 [INFO] extracting crate actix-cbor 0.1.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate actix-cbor 0.1.4 on toolchain c919f490bbcd2b29b74016101f7ec71aaa24bdbb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "read-manifest" "--manifest-path" "Cargo.toml", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 677634550e42ec09a53bb23abee5ca428408a262828dc62065b614cb8d7159c6 [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" "677634550e42ec09a53bb23abee5ca428408a262828dc62065b614cb8d7159c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "677634550e42ec09a53bb23abee5ca428408a262828dc62065b614cb8d7159c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "677634550e42ec09a53bb23abee5ca428408a262828dc62065b614cb8d7159c6", kill_on_drop: false }` [INFO] [stdout] 677634550e42ec09a53bb23abee5ca428408a262828dc62065b614cb8d7159c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e718efb919e5aaf93d9a8e8510fdbf580db4bff06185db2293f282fd48747df [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" "1e718efb919e5aaf93d9a8e8510fdbf580db4bff06185db2293f282fd48747df", kill_on_drop: false }` [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking 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::export::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::export::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::export::Formatter; [INFO] [stdout] | [INFO] [stdout] 24 | use std::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [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: 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` [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[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::export::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::export::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::export::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: build failed [INFO] running `Command { std: "docker" "inspect" "1e718efb919e5aaf93d9a8e8510fdbf580db4bff06185db2293f282fd48747df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e718efb919e5aaf93d9a8e8510fdbf580db4bff06185db2293f282fd48747df", kill_on_drop: false }` [INFO] [stdout] 1e718efb919e5aaf93d9a8e8510fdbf580db4bff06185db2293f282fd48747df