[INFO] fetching crate artigo-templates 0.1.0...
[INFO] checking artigo-templates-0.1.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate artigo-templates 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate artigo-templates 0.1.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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-2-tc2/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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ced84587f0f979435fcd37227ee8dc8b4ea12803ed373164d6e3357cca86832f
[INFO] running `Command { std: "docker" "start" "-a" "ced84587f0f979435fcd37227ee8dc8b4ea12803ed373164d6e3357cca86832f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ced84587f0f979435fcd37227ee8dc8b4ea12803ed373164d6e3357cca86832f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ced84587f0f979435fcd37227ee8dc8b4ea12803ed373164d6e3357cca86832f", kill_on_drop: false }`
[INFO] [stdout] ced84587f0f979435fcd37227ee8dc8b4ea12803ed373164d6e3357cca86832f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 237da634b8f3c5a2386377aef5eb9f2b6465e7ad8ec12157179d5627c64c56b9
[INFO] running `Command { std: "docker" "start" "-a" "237da634b8f3c5a2386377aef5eb9f2b6465e7ad8ec12157179d5627c64c56b9", 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: 3 warnings emitted
[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] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
[INFO] running `Command { std: "docker" "inspect" "237da634b8f3c5a2386377aef5eb9f2b6465e7ad8ec12157179d5627c64c56b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "237da634b8f3c5a2386377aef5eb9f2b6465e7ad8ec12157179d5627c64c56b9", kill_on_drop: false }`
[INFO] [stdout] 237da634b8f3c5a2386377aef5eb9f2b6465e7ad8ec12157179d5627c64c56b9
