[INFO] fetching crate enumnvictorhowisers 0.1.13...
[INFO] checking enumnvictorhowisers-0.1.13 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate enumnvictorhowisers 0.1.13 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate enumnvictorhowisers 0.1.13 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate enumnvictorhowisers 0.1.13
[INFO] finished tweaking crates.io crate enumnvictorhowisers 0.1.13
[INFO] tweaked toml for crates.io crate enumnvictorhowisers 0.1.13 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c09afa629229e03067c9ecb9695b8c69dc325ec844e597c88d5495d664507411
[INFO] running `Command { std: "docker" "start" "-a" "c09afa629229e03067c9ecb9695b8c69dc325ec844e597c88d5495d664507411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c09afa629229e03067c9ecb9695b8c69dc325ec844e597c88d5495d664507411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c09afa629229e03067c9ecb9695b8c69dc325ec844e597c88d5495d664507411", kill_on_drop: false }`
[INFO] [stdout] c09afa629229e03067c9ecb9695b8c69dc325ec844e597c88d5495d664507411
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4469d03f5c84188e3c705e670776db375a4cd4a2a08893e0692d6a9c917d4744
[INFO] running `Command { std: "docker" "start" "-a" "4469d03f5c84188e3c705e670776db375a4cd4a2a08893e0692d6a9c917d4744", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.85
[INFO] [stderr]     Checking enumnvictorhowisers v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `enumn`
[INFO] [stdout]  --> tests/test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enumn::N;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `enumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EmptyEnum` in the current scope
[INFO] [stdout]  --> tests/test.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | enum EmptyEnum {}
[INFO] [stdout]   | -------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     assert_eq!(EmptyEnum::n(0), None);
[INFO] [stdout]   |                           ^ variant or associated item not found in `EmptyEnum`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert_eq!(EmptyEnum::ne(0), None);
[INFO] [stdout]   |                           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EmptyEnum` in the current scope
[INFO] [stdout]  --> tests/test.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | enum EmptyEnum {}
[INFO] [stdout]   | -------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 9 |     assert_eq!(EmptyEnum::n(1), None);
[INFO] [stdout]   |                           ^ variant or associated item not found in `EmptyEnum`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert_eq!(EmptyEnum::ne(1), None);
[INFO] [stdout]   |                           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EmptyEnum` in the current scope
[INFO] [stdout]   --> tests/test.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 4  | enum EmptyEnum {}
[INFO] [stdout]    | -------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     assert_eq!(EmptyEnum::n(-1), None);
[INFO] [stdout]    |                           ^ variant or associated item not found in `EmptyEnum`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 |     assert_eq!(EmptyEnum::ne(-1), None);
[INFO] [stdout]    |                           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `SimpleEnum` in the current scope
[INFO] [stdout]   --> tests/test.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum SimpleEnum {
[INFO] [stdout]    | --------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     assert_eq!(SimpleEnum::n(0), Some(SimpleEnum::Case0));
[INFO] [stdout]    |                            ^ variant or associated item not found in `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(SimpleEnum::ne(0), Some(SimpleEnum::Case0));
[INFO] [stdout]    |                            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `SimpleEnum` in the current scope
[INFO] [stdout]   --> tests/test.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum SimpleEnum {
[INFO] [stdout]    | --------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 22 |     assert_eq!(SimpleEnum::n(1), Some(SimpleEnum::Case1));
[INFO] [stdout]    |                            ^ variant or associated item not found in `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(SimpleEnum::ne(1), Some(SimpleEnum::Case1));
[INFO] [stdout]    |                            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `SimpleEnum` in the current scope
[INFO] [stdout]   --> tests/test.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum SimpleEnum {
[INFO] [stdout]    | --------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 23 |     assert_eq!(SimpleEnum::n(4), None);
[INFO] [stdout]    |                            ^ variant or associated item not found in `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(SimpleEnum::ne(4), None);
[INFO] [stdout]    |                            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `SimpleEnum` in the current scope
[INFO] [stdout]   --> tests/test.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum SimpleEnum {
[INFO] [stdout]    | --------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 24 |     assert_eq!(SimpleEnum::n(-1), None);
[INFO] [stdout]    |                            ^ variant or associated item not found in `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(SimpleEnum::ne(-1), None);
[INFO] [stdout]    |                            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithRepr` in the current scope
[INFO] [stdout]   --> tests/test.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 29 | enum EnumWithRepr {
[INFO] [stdout]    | ----------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 35 |     assert_eq!(EnumWithRepr::n(0), Some(EnumWithRepr::Case0));
[INFO] [stdout]    |                              ^ variant or associated item not found in `EnumWithRepr`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 |     assert_eq!(EnumWithRepr::ne(0), Some(EnumWithRepr::Case0));
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithRepr` in the current scope
[INFO] [stdout]   --> tests/test.rs:36:30
[INFO] [stdout]    |
[INFO] [stdout] 29 | enum EnumWithRepr {
[INFO] [stdout]    | ----------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 36 |     assert_eq!(EnumWithRepr::n(255), None);
[INFO] [stdout]    |                              ^ variant or associated item not found in `EnumWithRepr`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 |     assert_eq!(EnumWithRepr::ne(255), None);
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithDiscriminant` in the current scope
[INFO] [stdout]   --> tests/test.rs:48:38
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum EnumWithDiscriminant {
[INFO] [stdout]    | ------------------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     assert_eq!(EnumWithDiscriminant::n(10), Some(EnumWithDiscriminant::A));
[INFO] [stdout]    |                                      ^ variant or associated item not found in `EnumWithDiscriminant`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 |     assert_eq!(EnumWithDiscriminant::A, Some(EnumWithDiscriminant::A));
[INFO] [stdout]    |                                      ~
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 |     assert_eq!(EnumWithDiscriminant::ne(10), Some(EnumWithDiscriminant::A));
[INFO] [stdout]    |                                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithDiscriminant` in the current scope
[INFO] [stdout]   --> tests/test.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum EnumWithDiscriminant {
[INFO] [stdout]    | ------------------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 49 |     assert_eq!(EnumWithDiscriminant::n(11), Some(EnumWithDiscriminant::B));
[INFO] [stdout]    |                                      ^ variant or associated item not found in `EnumWithDiscriminant`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 |     assert_eq!(EnumWithDiscriminant::A, Some(EnumWithDiscriminant::B));
[INFO] [stdout]    |                                      ~
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 |     assert_eq!(EnumWithDiscriminant::ne(11), Some(EnumWithDiscriminant::B));
[INFO] [stdout]    |                                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithDiscriminant` in the current scope
[INFO] [stdout]   --> tests/test.rs:50:38
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum EnumWithDiscriminant {
[INFO] [stdout]    | ------------------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 50 |     assert_eq!(EnumWithDiscriminant::n(-80), Some(EnumWithDiscriminant::C));
[INFO] [stdout]    |                                      ^ variant or associated item not found in `EnumWithDiscriminant`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 50 |     assert_eq!(EnumWithDiscriminant::A, Some(EnumWithDiscriminant::C));
[INFO] [stdout]    |                                      ~
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 50 |     assert_eq!(EnumWithDiscriminant::ne(-80), Some(EnumWithDiscriminant::C));
[INFO] [stdout]    |                                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `n` found for enum `EnumWithDiscriminant` in the current scope
[INFO] [stdout]   --> tests/test.rs:51:38
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum EnumWithDiscriminant {
[INFO] [stdout]    | ------------------------- variant or associated item `n` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 51 |     assert_eq!(EnumWithDiscriminant::n(12), None);
[INFO] [stdout]    |                                      ^ variant or associated item not found in `EnumWithDiscriminant`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a variant with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 |     assert_eq!(EnumWithDiscriminant::A, None);
[INFO] [stdout]    |                                      ~
[INFO] [stdout] help: there is a method `ne` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 |     assert_eq!(EnumWithDiscriminant::ne(12), None);
[INFO] [stdout]    |                                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `enumnvictorhowisers` (test "test") due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "4469d03f5c84188e3c705e670776db375a4cd4a2a08893e0692d6a9c917d4744", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4469d03f5c84188e3c705e670776db375a4cd4a2a08893e0692d6a9c917d4744", kill_on_drop: false }`
[INFO] [stdout] 4469d03f5c84188e3c705e670776db375a4cd4a2a08893e0692d6a9c917d4744
