[INFO] cloning repository https://github.com/bertjwregeer/zoneparser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bertjwregeer/zoneparser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertjwregeer%2Fzoneparser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertjwregeer%2Fzoneparser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4038ca556ac12477ef996c5358a75d98731aab1b [INFO] testing bertjwregeer/zoneparser against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertjwregeer%2Fzoneparser" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bertjwregeer/zoneparser on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bertjwregeer/zoneparser [INFO] finished tweaking git repo https://github.com/bertjwregeer/zoneparser [INFO] tweaked toml for git repo https://github.com/bertjwregeer/zoneparser written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/bertjwregeer/zoneparser already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2654d43d4b4d33f3b2893678ae30f3e94f9f1f9d8e6290eb5ffb9b081c3236ac [INFO] running `Command { std: "docker" "start" "-a" "2654d43d4b4d33f3b2893678ae30f3e94f9f1f9d8e6290eb5ffb9b081c3236ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2654d43d4b4d33f3b2893678ae30f3e94f9f1f9d8e6290eb5ffb9b081c3236ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2654d43d4b4d33f3b2893678ae30f3e94f9f1f9d8e6290eb5ffb9b081c3236ac", kill_on_drop: false }` [INFO] [stdout] 2654d43d4b4d33f3b2893678ae30f3e94f9f1f9d8e6290eb5ffb9b081c3236ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4cfe2438b575e87cc0c0b5b95951423f7bc3a8d1cd269ee5735da799b716223 [INFO] running `Command { std: "docker" "start" "-a" "d4cfe2438b575e87cc0c0b5b95951423f7bc3a8d1cd269ee5735da799b716223", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling zoneparser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Text` [INFO] [stdout] --> src/lexer.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | Text(String), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | DomainName(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenParen` [INFO] [stdout] --> src/lexer.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | OpenParen, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CloseParen` [INFO] [stdout] --> src/lexer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | CloseParen, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RestOfLine` [INFO] [stdout] --> src/lexer.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | RestOfLine, // Parse the reset of the line as normal [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | DomainName, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Blank` [INFO] [stdout] --> src/lexer.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | Blank, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quote` [INFO] [stdout] --> src/lexer.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | Quote, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.24s [INFO] running `Command { std: "docker" "inspect" "d4cfe2438b575e87cc0c0b5b95951423f7bc3a8d1cd269ee5735da799b716223", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4cfe2438b575e87cc0c0b5b95951423f7bc3a8d1cd269ee5735da799b716223", kill_on_drop: false }` [INFO] [stdout] d4cfe2438b575e87cc0c0b5b95951423f7bc3a8d1cd269ee5735da799b716223 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 661be232ff612f449254090414537948919ecfcbb536b9c466dcf8baf9397a38 [INFO] running `Command { std: "docker" "start" "-a" "661be232ff612f449254090414537948919ecfcbb536b9c466dcf8baf9397a38", kill_on_drop: false }` [INFO] [stdout] warning: variant is never constructed: `Text` [INFO] [stdout] --> src/lexer.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | Text(String), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | DomainName(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenParen` [INFO] [stdout] --> src/lexer.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | OpenParen, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CloseParen` [INFO] [stdout] --> src/lexer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | CloseParen, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RestOfLine` [INFO] [stdout] --> src/lexer.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | RestOfLine, // Parse the reset of the line as normal [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zoneparser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | DomainName, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Blank` [INFO] [stdout] --> src/lexer.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | Blank, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quote` [INFO] [stdout] --> src/lexer.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | Quote, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Text` [INFO] [stdout] --> src/lexer.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | Text(String), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | DomainName(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenParen` [INFO] [stdout] --> src/lexer.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | OpenParen, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CloseParen` [INFO] [stdout] --> src/lexer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | CloseParen, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RestOfLine` [INFO] [stdout] --> src/lexer.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | RestOfLine, // Parse the reset of the line as normal [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DomainName` [INFO] [stdout] --> src/lexer.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | DomainName, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Blank` [INFO] [stdout] --> src/lexer.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | Blank, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quote` [INFO] [stdout] --> src/lexer.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | Quote, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "661be232ff612f449254090414537948919ecfcbb536b9c466dcf8baf9397a38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "661be232ff612f449254090414537948919ecfcbb536b9c466dcf8baf9397a38", kill_on_drop: false }` [INFO] [stdout] 661be232ff612f449254090414537948919ecfcbb536b9c466dcf8baf9397a38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ea0cae850e2b965f8ec52e2a04c64892aa36b609eca1a89527f22ed1b520667 [INFO] running `Command { std: "docker" "start" "-a" "8ea0cae850e2b965f8ec52e2a04c64892aa36b609eca1a89527f22ed1b520667", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `Text` [INFO] [stderr] --> src/lexer.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | Text(String), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:105:10 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DomainName` [INFO] [stderr] --> src/lexer.rs:121:5 [INFO] [stderr] | [INFO] [stderr] 121 | DomainName(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:105:10 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OpenParen` [INFO] [stderr] --> src/lexer.rs:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | OpenParen, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:105:10 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `CloseParen` [INFO] [stderr] --> src/lexer.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | CloseParen, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:105:10 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `RestOfLine` [INFO] [stderr] --> src/lexer.rs:130:5 [INFO] [stderr] | [INFO] [stderr] 130 | RestOfLine, // Parse the reset of the line as normal [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DomainName` [INFO] [stderr] --> src/lexer.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | DomainName, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Blank` [INFO] [stderr] --> src/lexer.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | Blank, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Quote` [INFO] [stderr] --> src/lexer.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | Quote, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | #[derive(Clone, PartialEq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `zoneparser` (lib) generated 8 warnings [INFO] [stderr] warning: `zoneparser` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zoneparser-81c5e4b10f66591b) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test lexer::tests::carriagereturn_newlines ... ok [INFO] [stdout] test lexer::tests::carriagereturn_no_nl ... ok [INFO] [stdout] test lexer::tests::comment_only ... ok [INFO] [stdout] test lexer::tests::control_ttl ... ok [INFO] [stdout] test lexer::tests::control_ttl_comment ... ok [INFO] [stdout] test lexer::tests::control_ttl_invalid ... ok [INFO] [stdout] test lexer::tests::control_ttl_invalid_number ... ok [INFO] [stdout] test lexer::tests::include_file_name_domain_name ... ok [INFO] [stdout] test lexer::tests::include_file_name_domain_name_comment ... ok [INFO] [stdout] test lexer::tests::include_file_name_only ... ok [INFO] [stdout] test lexer::tests::include_missing_filename ... ok [INFO] [stdout] test lexer::tests::multiple_comment ... ok [INFO] [stdout] test lexer::tests::newlines ... ok [INFO] [stdout] test lexer::tests::origin_invalid_data ... ok [INFO] [stdout] test lexer::tests::origin_missing_domain_comment_follows ... ok [INFO] [stdout] test lexer::tests::origin_only ... ok [INFO] [stdout] test lexer::tests::origin_with_comment ... ok [INFO] [stdout] test lexer::tests::push_to_str ... ok [INFO] [stdout] test lexer::tests::push_to_str_none ... ok [INFO] [stdout] test lexer::tests::test_ttl_empty ... ok [INFO] [stdout] test lexer::tests::test_ttl_extra_multiplier ... ok [INFO] [stdout] test lexer::tests::test_ttl_none ... ok [INFO] [stdout] test lexer::tests::test_ttl_not_a_number ... ok [INFO] [stdout] test lexer::tests::test_ttl_number_days ... ok [INFO] [stdout] test lexer::tests::test_ttl_number_days_minutes ... ok [INFO] [stdout] test lexer::tests::test_ttl_number_minutes ... ok [INFO] [stdout] test lexer::tests::test_ttl_number_minutes_days ... ok [INFO] [stdout] test lexer::tests::test_ttl_numbers ... ok [INFO] [stdout] test lexer::tests::test_ttl_number_seconds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zoneparser-b23f95cd1a2f19ca) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests zoneparser [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ea0cae850e2b965f8ec52e2a04c64892aa36b609eca1a89527f22ed1b520667", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea0cae850e2b965f8ec52e2a04c64892aa36b609eca1a89527f22ed1b520667", kill_on_drop: false }` [INFO] [stdout] 8ea0cae850e2b965f8ec52e2a04c64892aa36b609eca1a89527f22ed1b520667