[INFO] fetching crate tlnat 0.1.2... [INFO] checking tlnat-0.1.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate tlnat 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tlnat 0.1.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tlnat 0.1.2 [INFO] finished tweaking crates.io crate tlnat 0.1.2 [INFO] tweaked toml for crates.io crate tlnat 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc89fee6cb0687d2399cdf6ab72bb82640cd7d30dc06984bf36c14aed6105ed1 [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" "fc89fee6cb0687d2399cdf6ab72bb82640cd7d30dc06984bf36c14aed6105ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc89fee6cb0687d2399cdf6ab72bb82640cd7d30dc06984bf36c14aed6105ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc89fee6cb0687d2399cdf6ab72bb82640cd7d30dc06984bf36c14aed6105ed1", kill_on_drop: false }` [INFO] [stdout] fc89fee6cb0687d2399cdf6ab72bb82640cd7d30dc06984bf36c14aed6105ed1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b65eaf6ac65e842646fd9bbd1b952b82d166efc24a570eb4d6e1167f99cbfb41 [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" "b65eaf6ac65e842646fd9bbd1b952b82d166efc24a570eb4d6e1167f99cbfb41", kill_on_drop: false }` [INFO] [stderr] Checking tlnat v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / macro_rules! integral_constant { [INFO] [stdout] 27 | | ($name : ident, $val : expr) => { [INFO] [stdout] 28 | | #[derive(Debug)] [INFO] [stdout] 29 | | pub struct $name; [INFO] [stdout] ... | [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / macro_rules! integral_constant { [INFO] [stdout] 27 | | ($name : ident, $val : expr) => { [INFO] [stdout] 28 | | #[derive(Debug)] [INFO] [stdout] 29 | | pub struct $name; [INFO] [stdout] ... | [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_0` in the current scope [INFO] [stdout] --> tests/lib.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | assert_eq!(0, tlnat::_0::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_1` in the current scope [INFO] [stdout] --> tests/lib.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | assert_eq!(1, tlnat::_1::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_2` in the current scope [INFO] [stdout] --> tests/lib.rs:26:30 [INFO] [stdout] | [INFO] [stdout] 26 | assert_eq!(2, tlnat::_2::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_3` in the current scope [INFO] [stdout] --> tests/lib.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(3, tlnat::_3::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_4` in the current scope [INFO] [stdout] --> tests/lib.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | assert_eq!(4, tlnat::_4::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_5` in the current scope [INFO] [stdout] --> tests/lib.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(5, tlnat::_5::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_6` in the current scope [INFO] [stdout] --> tests/lib.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | assert_eq!(6, tlnat::_6::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_7` in the current scope [INFO] [stdout] --> tests/lib.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | assert_eq!(7, tlnat::_7::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_8` in the current scope [INFO] [stdout] --> tests/lib.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | assert_eq!(8, tlnat::_8::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_9` in the current scope [INFO] [stdout] --> tests/lib.rs:33:30 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(9, tlnat::_9::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_5` in the current scope [INFO] [stdout] --> tests/lib.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | assert!(0 != tlnat::_5::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_9` in the current scope [INFO] [stdout] --> tests/lib.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | assert!(1 != tlnat::_9::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_3` in the current scope [INFO] [stdout] --> tests/lib.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | assert!(2 != tlnat::_3::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_10` in the current scope [INFO] [stdout] --> tests/lib.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | assert!(3 != tlnat::_10::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_2` in the current scope [INFO] [stdout] --> tests/lib.rs:45:29 [INFO] [stdout] | [INFO] [stdout] 45 | assert!(4 != tlnat::_2::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_7` in the current scope [INFO] [stdout] --> tests/lib.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | assert!(5 != tlnat::_7::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_1` in the current scope [INFO] [stdout] --> tests/lib.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | assert!(6 != tlnat::_1::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_4` in the current scope [INFO] [stdout] --> tests/lib.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | assert!(7 != tlnat::_4::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_6` in the current scope [INFO] [stdout] --> tests/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | assert!(8 != tlnat::_6::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `VALUE` found for struct `_8` in the current scope [INFO] [stdout] --> tests/lib.rs:50:29 [INFO] [stdout] | [INFO] [stdout] 50 | assert!(9 != tlnat::_8::VALUE); [INFO] [stdout] | ^^^^^ associated item not found in `_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tlnat` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "b65eaf6ac65e842646fd9bbd1b952b82d166efc24a570eb4d6e1167f99cbfb41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b65eaf6ac65e842646fd9bbd1b952b82d166efc24a570eb4d6e1167f99cbfb41", kill_on_drop: false }` [INFO] [stdout] b65eaf6ac65e842646fd9bbd1b952b82d166efc24a570eb4d6e1167f99cbfb41