[INFO] crate tlnat 0.1.2 is already in cache
[INFO] checking tlnat-0.1.2 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate tlnat 0.1.2 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate tlnat 0.1.2 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9602427ce2888b41d28d250f723f1e5ba06aeb7d93f8154feb040084577672bc
[INFO] running `"docker" "start" "-a" "9602427ce2888b41d28d250f723f1e5ba06aeb7d93f8154feb040084577672bc"`
[INFO] [stderr]     Checking tlnat v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused macro definition
[INFO] [stderr]   --> src/lib.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | / macro_rules! integral_constant {
[INFO] [stderr] 27 | |     ($name : ident, $val : expr) => {
[INFO] [stderr] 28 | |         #[derive(Debug)]
[INFO] [stderr] 29 | |         pub struct $name;
[INFO] [stderr] ...  |
[INFO] [stderr] 42 | |     }
[INFO] [stderr] 43 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition
[INFO] [stderr]   --> src/lib.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | / macro_rules! integral_constant {
[INFO] [stderr] 27 | |     ($name : ident, $val : expr) => {
[INFO] [stderr] 28 | |         #[derive(Debug)]
[INFO] [stderr] 29 | |         pub struct $name;
[INFO] [stderr] ...  |
[INFO] [stderr] 42 | |     }
[INFO] [stderr] 43 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | #![feature(associated_consts)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | #![feature(associated_consts)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_0` in the current scope
[INFO] [stderr]   --> tests/lib.rs:24:30
[INFO] [stderr]    |
[INFO] [stderr] 24 |     assert_eq!(0, tlnat::_0::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_0`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_1` in the current scope
[INFO] [stderr]   --> tests/lib.rs:25:30
[INFO] [stderr]    |
[INFO] [stderr] 25 |     assert_eq!(1, tlnat::_1::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_1`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_2` in the current scope
[INFO] [stderr]   --> tests/lib.rs:26:30
[INFO] [stderr]    |
[INFO] [stderr] 26 |     assert_eq!(2, tlnat::_2::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_2`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_3` in the current scope
[INFO] [stderr]   --> tests/lib.rs:27:30
[INFO] [stderr]    |
[INFO] [stderr] 27 |     assert_eq!(3, tlnat::_3::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_3`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_4` in the current scope
[INFO] [stderr]   --> tests/lib.rs:28:30
[INFO] [stderr]    |
[INFO] [stderr] 28 |     assert_eq!(4, tlnat::_4::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_4`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_5` in the current scope
[INFO] [stderr]   --> tests/lib.rs:29:30
[INFO] [stderr]    |
[INFO] [stderr] 29 |     assert_eq!(5, tlnat::_5::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_5`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_6` in the current scope
[INFO] [stderr]   --> tests/lib.rs:30:30
[INFO] [stderr]    |
[INFO] [stderr] 30 |     assert_eq!(6, tlnat::_6::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_6`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_7` in the current scope
[INFO] [stderr]   --> tests/lib.rs:31:30
[INFO] [stderr]    |
[INFO] [stderr] 31 |     assert_eq!(7, tlnat::_7::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_7`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_8` in the current scope
[INFO] [stderr]   --> tests/lib.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 |     assert_eq!(8, tlnat::_8::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_8`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_9` in the current scope
[INFO] [stderr]   --> tests/lib.rs:33:30
[INFO] [stderr]    |
[INFO] [stderr] 33 |     assert_eq!(9, tlnat::_9::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_9`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_5` in the current scope
[INFO] [stderr]   --> tests/lib.rs:41:29
[INFO] [stderr]    |
[INFO] [stderr] 41 |     assert!(0 != tlnat::_5::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_5`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_9` in the current scope
[INFO] [stderr]   --> tests/lib.rs:42:29
[INFO] [stderr]    |
[INFO] [stderr] 42 |     assert!(1 != tlnat::_9::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_9`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_3` in the current scope
[INFO] [stderr]   --> tests/lib.rs:43:29
[INFO] [stderr]    |
[INFO] [stderr] 43 |     assert!(2 != tlnat::_3::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_3`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_10` in the current scope
[INFO] [stderr]   --> tests/lib.rs:44:30
[INFO] [stderr]    |
[INFO] [stderr] 44 |     assert!(3 != tlnat::_10::VALUE);
[INFO] [stderr]    |                              ^^^^^ associated item not found in `tlnat::_10`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_2` in the current scope
[INFO] [stderr]   --> tests/lib.rs:45:29
[INFO] [stderr]    |
[INFO] [stderr] 45 |     assert!(4 != tlnat::_2::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_2`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_7` in the current scope
[INFO] [stderr]   --> tests/lib.rs:46:29
[INFO] [stderr]    |
[INFO] [stderr] 46 |     assert!(5 != tlnat::_7::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_7`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_1` in the current scope
[INFO] [stderr]   --> tests/lib.rs:47:29
[INFO] [stderr]    |
[INFO] [stderr] 47 |     assert!(6 != tlnat::_1::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_1`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_4` in the current scope
[INFO] [stderr]   --> tests/lib.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 |     assert!(7 != tlnat::_4::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_4`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_6` in the current scope
[INFO] [stderr]   --> tests/lib.rs:49:29
[INFO] [stderr]    |
[INFO] [stderr] 49 |     assert!(8 != tlnat::_6::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_6`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no associated item named `VALUE` found for struct `tlnat::_8` in the current scope
[INFO] [stderr]   --> tests/lib.rs:50:29
[INFO] [stderr]    |
[INFO] [stderr] 50 |     assert!(9 != tlnat::_8::VALUE);
[INFO] [stderr]    |                             ^^^^^ associated item not found in `tlnat::_8`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `tlnat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9602427ce2888b41d28d250f723f1e5ba06aeb7d93f8154feb040084577672bc"`
[INFO] running `"docker" "rm" "-f" "9602427ce2888b41d28d250f723f1e5ba06aeb7d93f8154feb040084577672bc"`
[INFO] [stdout] 9602427ce2888b41d28d250f723f1e5ba06aeb7d93f8154feb040084577672bc
