[INFO] crate libmdns 0.2.3 is already in cache [INFO] checking libmdns-0.2.3 against beta-2019-10-27 for pr-65897 [INFO] extracting crate libmdns 0.2.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate libmdns 0.2.3 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libmdns 0.2.3 [INFO] finished tweaking crates.io crate libmdns 0.2.3 [INFO] tweaked toml for crates.io crate libmdns 0.2.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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" "+beta-2019-10-27" "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] 97eff88c005d59e9f50a6090c12f3a4ea4748e3d5a2b915a8c285c1d7d5632d2 [INFO] running `"docker" "start" "-a" "97eff88c005d59e9f50a6090c12f3a4ea4748e3d5a2b915a8c285c1d7d5632d2"` [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking libmdns v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `Packet`, `Header` [INFO] [stderr] --> src/dns_parser/parser.rs:91:10 [INFO] [stderr] | [INFO] [stderr] 91 | use {Packet, Header}; [INFO] [stderr] | ^^^^^^ ^^^^^^ no `Header` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Packet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `Opcode` [INFO] [stderr] --> src/dns_parser/parser.rs:92:9 [INFO] [stderr] | [INFO] [stderr] 92 | use Opcode::*; [INFO] [stderr] | ^^^^^^ maybe a missing crate `Opcode`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ResponseCode` [INFO] [stderr] --> src/dns_parser/parser.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | use ResponseCode::NoError; [INFO] [stderr] | ^^^^^^^^^^^^ maybe a missing crate `ResponseCode`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `QueryType` [INFO] [stderr] --> src/dns_parser/parser.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | use QueryType as QT; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `QueryType` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `QueryClass` [INFO] [stderr] --> src/dns_parser/parser.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | use QueryClass as QC; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `QueryClass` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `Class` [INFO] [stderr] --> src/dns_parser/parser.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | use Class as C; [INFO] [stderr] | ^^^^^^^^^^ no `Class` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `RRData` [INFO] [stderr] --> src/dns_parser/parser.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | use RRData; [INFO] [stderr] | ^^^^^^ no `RRData` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `Header` [INFO] [stderr] --> src/dns_parser/header.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | use {Header}; [INFO] [stderr] | ^^^^^^ no `Header` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `Opcode` [INFO] [stderr] --> src/dns_parser/header.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | use Opcode::*; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `super::Opcode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ResponseCode` [INFO] [stderr] --> src/dns_parser/header.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | use ResponseCode::NoError; [INFO] [stderr] | ^^^^^^^^^^^^ help: a similar path exists: `super::ResponseCode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `QueryType` [INFO] [stderr] --> src/dns_parser/builder.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | use QueryType as QT; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `QueryType` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `QueryClass` [INFO] [stderr] --> src/dns_parser/builder.rs:215:9 [INFO] [stderr] | [INFO] [stderr] 215 | use QueryClass as QC; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `QueryClass` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:107:21 [INFO] [stderr] | [INFO] [stderr] 107 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:135:21 [INFO] [stderr] | [INFO] [stderr] 135 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:177:22 [INFO] [stderr] | [INFO] [stderr] 177 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:230:21 [INFO] [stderr] | [INFO] [stderr] 230 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:275:21 [INFO] [stderr] | [INFO] [stderr] 275 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:312:21 [INFO] [stderr] | [INFO] [stderr] 312 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:367:21 [INFO] [stderr] | [INFO] [stderr] 367 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:416:21 [INFO] [stderr] | [INFO] [stderr] 416 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/parser.rs:464:21 [INFO] [stderr] | [INFO] [stderr] 464 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 90 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/header.rs:164:21 [INFO] [stderr] | [INFO] [stderr] 164 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 152 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StandardQuery` in this scope [INFO] [stderr] --> src/dns_parser/header.rs:187:21 [INFO] [stderr] | [INFO] [stderr] 187 | opcode: StandardQuery, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 152 | use dns_parser::enums::Opcode::StandardQuery; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `libmdns`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "97eff88c005d59e9f50a6090c12f3a4ea4748e3d5a2b915a8c285c1d7d5632d2"` [INFO] running `"docker" "rm" "-f" "97eff88c005d59e9f50a6090c12f3a4ea4748e3d5a2b915a8c285c1d7d5632d2"` [INFO] [stdout] 97eff88c005d59e9f50a6090c12f3a4ea4748e3d5a2b915a8c285c1d7d5632d2