[INFO] fetching crate fluvio-protocol-api 0.3.0... [INFO] checking fluvio-protocol-api-0.3.0 against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] extracting crate fluvio-protocol-api 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fluvio-protocol-api 0.3.0 on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fluvio-protocol-api 0.3.0 [INFO] finished tweaking crates.io crate fluvio-protocol-api 0.3.0 [INFO] tweaked toml for crates.io crate fluvio-protocol-api 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd41069b204700d86242e24cb3e92df2fd4533ee2034ce9f39e2a8821510a276 [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" "cd41069b204700d86242e24cb3e92df2fd4533ee2034ce9f39e2a8821510a276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd41069b204700d86242e24cb3e92df2fd4533ee2034ce9f39e2a8821510a276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd41069b204700d86242e24cb3e92df2fd4533ee2034ce9f39e2a8821510a276", kill_on_drop: false }` [INFO] [stdout] cd41069b204700d86242e24cb3e92df2fd4533ee2034ce9f39e2a8821510a276 [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f409ca3593df2f00b3c84a13388ce00df9424e8fdcbbeb372e1003c029447b8a [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" "f409ca3593df2f00b3c84a13388ce00df9424e8fdcbbeb372e1003c029447b8a", kill_on_drop: false }` [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking fluvio-protocol-core v0.3.1 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Checking flv-util v0.5.2 [INFO] [stderr] Compiling fluvio-protocol-derive v0.2.1 [INFO] [stderr] Checking fluvio-protocol-api v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/api.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Encode, Decode, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/api.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Encode, Decode, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/api.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Encode, Decode, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/api.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Encode, Decode, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:196:45 [INFO] [stdout] | [INFO] [stdout] 196 | #[derive(PartialEq, Debug, Clone, Copy, Encode, Decode)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:196:53 [INFO] [stdout] | [INFO] [stdout] 196 | #[derive(PartialEq, Debug, Clone, Copy, Encode, Decode)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:208:14 [INFO] [stdout] | [INFO] [stdout] 208 | #[derive(Decode, Encode, Debug, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:208:22 [INFO] [stdout] | [INFO] [stdout] 208 | #[derive(Decode, Encode, Debug, Default)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:217:14 [INFO] [stdout] | [INFO] [stdout] 217 | #[derive(Encode, Decode, Default, Debug)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | #[derive(Encode, Decode, Default, Debug)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Encode, Decode, Default, Debug)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Encode, Decode, Default, Debug)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:231:32 [INFO] [stdout] | [INFO] [stdout] 231 | #[derive(PartialEq, Debug, Encode, Decode, Clone, Copy)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/request.rs:231:40 [INFO] [stdout] | [INFO] [stdout] 231 | #[derive(PartialEq, Debug, Encode, Decode, Clone, Copy)] [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/request.rs:195:7 [INFO] [stdout] | [INFO] [stdout] 195 | #[fluvio(encode_discriminant)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 196 | #[derive(PartialEq, Debug, Clone, Copy, Encode, Decode)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fluvio-protocol-api` [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: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f409ca3593df2f00b3c84a13388ce00df9424e8fdcbbeb372e1003c029447b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f409ca3593df2f00b3c84a13388ce00df9424e8fdcbbeb372e1003c029447b8a", kill_on_drop: false }` [INFO] [stdout] f409ca3593df2f00b3c84a13388ce00df9424e8fdcbbeb372e1003c029447b8a