[INFO] fetching crate opcode-macros 0.1.0...
[INFO] checking opcode-macros-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate opcode-macros 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate opcode-macros 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate opcode-macros 0.1.0
[INFO] finished tweaking crates.io crate opcode-macros 0.1.0
[INFO] tweaked toml for crates.io crate opcode-macros 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b838afbe031dd4bc137433c90ea6502bd5de065226ff9d9a9acf79c91c493e1
[INFO] running `Command { std: "docker" "start" "-a" "7b838afbe031dd4bc137433c90ea6502bd5de065226ff9d9a9acf79c91c493e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b838afbe031dd4bc137433c90ea6502bd5de065226ff9d9a9acf79c91c493e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b838afbe031dd4bc137433c90ea6502bd5de065226ff9d9a9acf79c91c493e1", kill_on_drop: false }`
[INFO] [stdout] 7b838afbe031dd4bc137433c90ea6502bd5de065226ff9d9a9acf79c91c493e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42df53c579b98e9b09bda611d685892edcefe5525493b2081f8d626513cc607c
[INFO] running `Command { std: "docker" "start" "-a" "42df53c579b98e9b09bda611d685892edcefe5525493b2081f8d626513cc607c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking opcode-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ebpf_consts`
[INFO] [stdout]   --> tests/opcode_gen_test.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use ebpf_consts::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ebpf_consts`
[INFO] [stdout]  --> tests/match_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ebpf_consts::*;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:51
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                                   ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_RSH` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:44
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_LSH` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:44
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_AND` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_OR` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_XOR` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_LSH` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_RSH` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_K` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU64` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU64` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_K` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:52
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:60
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ebpf_consts`
[INFO] [stdout]  --> tests/opcode_gen_test.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |         for BPF_* in ebpf_consts as u8 {
[INFO] [stdout]   |                      ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opcode-macros` (test "opcode_gen_test") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: could not evaluate constant pattern
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (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 `ebpf_consts`
[INFO] [stdout]   --> tests/match_test.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |         opcode as u8 in ebpf_consts,
[INFO] [stdout]    |                         ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ebpf_consts`
[INFO] [stdout]   --> tests/match_test.rs:76:29
[INFO] [stdout]    |
[INFO] [stdout] 76 |             opcode as u8 in ebpf_consts,
[INFO] [stdout]    |                             ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opcode-macros` (test "match_test") due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "42df53c579b98e9b09bda611d685892edcefe5525493b2081f8d626513cc607c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42df53c579b98e9b09bda611d685892edcefe5525493b2081f8d626513cc607c", kill_on_drop: false }`
[INFO] [stdout] 42df53c579b98e9b09bda611d685892edcefe5525493b2081f8d626513cc607c
[INFO] checking opcode-macros-0.1.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate opcode-macros 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate opcode-macros 0.1.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate opcode-macros 0.1.0
[INFO] finished tweaking crates.io crate opcode-macros 0.1.0
[INFO] tweaked toml for crates.io crate opcode-macros 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7c38bc9a42f7e02dfbaaa62b6c29cf95e0c7d75155781b7cdfaee6272ef6f0f
[INFO] running `Command { std: "docker" "start" "-a" "c7c38bc9a42f7e02dfbaaa62b6c29cf95e0c7d75155781b7cdfaee6272ef6f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7c38bc9a42f7e02dfbaaa62b6c29cf95e0c7d75155781b7cdfaee6272ef6f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7c38bc9a42f7e02dfbaaa62b6c29cf95e0c7d75155781b7cdfaee6272ef6f0f", kill_on_drop: false }`
[INFO] [stdout] c7c38bc9a42f7e02dfbaaa62b6c29cf95e0c7d75155781b7cdfaee6272ef6f0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7cab36649cc7aa3fcc191dd78469bf625151ca2f8f01582a91f0ff93000fe04
[INFO] running `Command { std: "docker" "start" "-a" "c7cab36649cc7aa3fcc191dd78469bf625151ca2f8f01582a91f0ff93000fe04", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking opcode-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ebpf_consts`
[INFO] [stdout]   --> tests/opcode_gen_test.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use ebpf_consts::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ebpf_consts`
[INFO] [stdout]  --> tests/match_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ebpf_consts::*;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]  --> tests/match_test.rs:6:51
[INFO] [stdout]   |
[INFO] [stdout] 6 |     println!("{}", match_number(BPF_ALU | BPF_X | BPF_ADD));
[INFO] [stdout]   |                                                   ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]  --> tests/match_test.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 |     assert!(match_number(BPF_ALU | BPF_X | BPF_ADD) == 0xFFFFFFFF);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_RSH` in this scope
[INFO] [stdout]  --> tests/match_test.rs:8:44
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert!(match_number(BPF_ALU | BPF_X | BPF_RSH) == 0);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_LSH` in this scope
[INFO] [stdout]  --> tests/match_test.rs:9:44
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert!(match_number(BPF_ALU | BPF_X | BPF_LSH) == 0);
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_X` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_AND` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_OR` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_XOR` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_LSH` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_RSH` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_K` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU64` in this scope
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ALU64` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_K` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:52
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BPF_ADD` in this scope
[INFO] [stdout]   --> tests/opcode_gen_test.rs:19:60
[INFO] [stdout]    |
[INFO] [stdout] 19 |     assert_eq!(codes::BPF_ALU64_K_ADD, BPF_ALU64 | BPF_K | BPF_ADD)
[INFO] [stdout]    |                                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ebpf_consts`
[INFO] [stdout]  --> tests/opcode_gen_test.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |         for BPF_* in ebpf_consts as u8 {
[INFO] [stdout]   |                      ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opcode-macros` (test "opcode_gen_test") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: could not evaluate constant pattern
[INFO] [stdout]   --> tests/match_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     opcode_match! {
[INFO] [stdout] 15 | |         opcode,
[INFO] [stdout] 16 | |         [[BPF_ALU: ALU, BPF_ALU64: ALU64], [BPF_X: X, BPF_K: K],
[INFO] [stdout] 17 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         }
[INFO] [stdout] 45 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `opcode_match` (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 `ebpf_consts`
[INFO] [stdout]   --> tests/match_test.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |         opcode as u8 in ebpf_consts,
[INFO] [stdout]    |                         ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ebpf_consts`
[INFO] [stdout]   --> tests/match_test.rs:76:29
[INFO] [stdout]    |
[INFO] [stdout] 76 |             opcode as u8 in ebpf_consts,
[INFO] [stdout]    |                             ^^^^^^^^^^^ use of undeclared crate or module `ebpf_consts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opcode-macros` (test "match_test") due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "c7cab36649cc7aa3fcc191dd78469bf625151ca2f8f01582a91f0ff93000fe04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7cab36649cc7aa3fcc191dd78469bf625151ca2f8f01582a91f0ff93000fe04", kill_on_drop: false }`
[INFO] [stdout] c7cab36649cc7aa3fcc191dd78469bf625151ca2f8f01582a91f0ff93000fe04
