[INFO] fetching crate dns 0.0.3-pre1... [INFO] documenting dns-0.0.3-pre1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate dns 0.0.3-pre1 into /workspace/builds/worker-57/source [INFO] validating manifest of crates.io crate dns 0.0.3-pre1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dns 0.0.3-pre1 [INFO] finished tweaking crates.io crate dns 0.0.3-pre1 [INFO] tweaked toml for crates.io crate dns 0.0.3-pre1 written to /workspace/builds/worker-57/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b063d30b748ef88b64dc18fd5f8cc19ecec0e21f72cd32fb48842b2dacf20a1c [INFO] running `Command { std: "docker" "start" "-a" "b063d30b748ef88b64dc18fd5f8cc19ecec0e21f72cd32fb48842b2dacf20a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b063d30b748ef88b64dc18fd5f8cc19ecec0e21f72cd32fb48842b2dacf20a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b063d30b748ef88b64dc18fd5f8cc19ecec0e21f72cd32fb48842b2dacf20a1c", kill_on_drop: false }` [INFO] [stdout] b063d30b748ef88b64dc18fd5f8cc19ecec0e21f72cd32fb48842b2dacf20a1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ede132239a3c6bc964b15e0169eaf6283f4386b0fde09c9e93005eb987c32f6 [INFO] running `Command { std: "docker" "start" "-a" "4ede132239a3c6bc964b15e0169eaf6283f4386b0fde09c9e93005eb987c32f6", kill_on_drop: false }` [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/classes.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | x @ 65280...65534 => Err(IdentifierError::PrivateUseIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting dns v0.0.3-pre1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/classes.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | x @ 5...253 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/classes.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | x @ 256...65279 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/edns0codes.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | x @ 65001...65534 => Err(IdentifierError::ReservedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `dns` [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/edns0codes.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | x @ 10...65000 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/opcodes.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | x @ 6...15 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/rcodes.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | x @ 3841...4095 => Err(IdentifierError::PrivateUseIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name dns src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=41fa0de5814e6e51 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.3-pre1` (exit status: 1) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/rcodes.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | x @ 11...15 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/rcodes.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | x @ 23...3840 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/rcodes.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | x @ 4096...65534 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | x @ 65280...65534 => Err(IdentifierError::PrivateUseIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | x @ 53...54 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | x @ 63...98 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | x @ 110...248 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:184:20 [INFO] [stdout] | [INFO] [stdout] 184 | x @ 258...32767 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/iana/types.rs:185:22 [INFO] [stdout] | [INFO] [stdout] 185 | x @ 32770...65279 => Err(IdentifierError::UnassignedIdentifierError(x as i64)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | x @ 0x00...0x20 | x @ 0x7F...0xFF | x @ 0x2E => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:141:43 [INFO] [stdout] | [INFO] [stdout] 141 | x @ 0x00...0x20 | x @ 0x7F...0xFF | x @ 0x2E => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | x @ 0x21...0x2D | x @ 0x2F...0x7E => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:145:43 [INFO] [stdout] | [INFO] [stdout] 145 | x @ 0x21...0x2D | x @ 0x2F...0x7E => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | x @ 0x41...0x5A => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/message.rs:170:25 [INFO] [stdout] | [INFO] [stdout] 170 | x @ 0x61...0x7A => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(convert)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `convert` [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(convert)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ede132239a3c6bc964b15e0169eaf6283f4386b0fde09c9e93005eb987c32f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ede132239a3c6bc964b15e0169eaf6283f4386b0fde09c9e93005eb987c32f6", kill_on_drop: false }` [INFO] [stdout] 4ede132239a3c6bc964b15e0169eaf6283f4386b0fde09c9e93005eb987c32f6