[INFO] fetching crate artigo-templates 0.1.0...
[INFO] checking artigo-templates-0.1.0 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate artigo-templates 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate artigo-templates 0.1.0 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate artigo-templates 0.1.0
[INFO] finished tweaking crates.io crate artigo-templates 0.1.0
[INFO] tweaked toml for crates.io crate artigo-templates 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate artigo-templates 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde v1.0.160
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a585c39fc158aeaf66303bd4a0bfd3de43699419c35f326610fd205ed571fa44
[INFO] running `Command { std: "docker" "start" "-a" "a585c39fc158aeaf66303bd4a0bfd3de43699419c35f326610fd205ed571fa44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a585c39fc158aeaf66303bd4a0bfd3de43699419c35f326610fd205ed571fa44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a585c39fc158aeaf66303bd4a0bfd3de43699419c35f326610fd205ed571fa44", kill_on_drop: false }`
[INFO] [stdout] a585c39fc158aeaf66303bd4a0bfd3de43699419c35f326610fd205ed571fa44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e489503b8f2a12c8eb0b19b73000b60d3cbd8e3bf247f91190b6a4ee37914d77
[INFO] running `Command { std: "docker" "start" "-a" "e489503b8f2a12c8eb0b19b73000b60d3cbd8e3bf247f91190b6a4ee37914d77", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking artigo-templates v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `tokens` is never read
[INFO] [stdout]   --> src/templates.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | struct Logic {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 89 |     tokens: Vec<Token>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Logic` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfCondition` is never constructed
[INFO] [stdout]   --> src/templates.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | struct IfCondition(String);
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/templates.rs:98:11
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Logic(Logic),
[INFO] [stdout]    |     ----- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Code` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Logic(()),
[INFO] [stdout]    |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tokens` is never read
[INFO] [stdout]   --> src/templates.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | struct Logic {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 89 |     tokens: Vec<Token>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Logic` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfCondition` is never constructed
[INFO] [stdout]   --> src/templates.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | struct IfCondition(String);
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/templates.rs:98:11
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Logic(Logic),
[INFO] [stdout]    |     ----- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Code` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Logic(()),
[INFO] [stdout]    |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
[INFO] running `Command { std: "docker" "inspect" "e489503b8f2a12c8eb0b19b73000b60d3cbd8e3bf247f91190b6a4ee37914d77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e489503b8f2a12c8eb0b19b73000b60d3cbd8e3bf247f91190b6a4ee37914d77", kill_on_drop: false }`
[INFO] [stdout] e489503b8f2a12c8eb0b19b73000b60d3cbd8e3bf247f91190b6a4ee37914d77
