[INFO] fetching crate actix-cbor 0.1.4... [INFO] checking actix-cbor-0.1.4 against try#4a23c45c7893f1416456144e3883cc48ea91722e for pr-82322 [INFO] extracting crate actix-cbor 0.1.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate actix-cbor 0.1.4 on toolchain 4a23c45c7893f1416456144e3883cc48ea91722e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02aab084b73e787e33767d487f26c1b68fc358a2ef10a02faa66e3cbd5793c33 [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" "02aab084b73e787e33767d487f26c1b68fc358a2ef10a02faa66e3cbd5793c33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02aab084b73e787e33767d487f26c1b68fc358a2ef10a02faa66e3cbd5793c33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02aab084b73e787e33767d487f26c1b68fc358a2ef10a02faa66e3cbd5793c33", kill_on_drop: false }` [INFO] [stdout] 02aab084b73e787e33767d487f26c1b68fc358a2ef10a02faa66e3cbd5793c33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce37a896dbaef290404441250d7f3eca3a03337f9c4553bfffb35593b8a37574 [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" "ce37a896dbaef290404441250d7f3eca3a03337f9c4553bfffb35593b8a37574", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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::__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[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::__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: build failed [INFO] running `Command { std: "docker" "inspect" "ce37a896dbaef290404441250d7f3eca3a03337f9c4553bfffb35593b8a37574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce37a896dbaef290404441250d7f3eca3a03337f9c4553bfffb35593b8a37574", kill_on_drop: false }` [INFO] [stdout] ce37a896dbaef290404441250d7f3eca3a03337f9c4553bfffb35593b8a37574