[INFO] cloning repository https://github.com/Wulf/create-rust-app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Wulf/create-rust-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWulf%2Fcreate-rust-app", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWulf%2Fcreate-rust-app'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b4a3d540942c0f5300b222958df4ec6c4c80ce0 [INFO] checking Wulf/create-rust-app against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWulf%2Fcreate-rust-app" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Wulf/create-rust-app on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Wulf/create-rust-app [INFO] finished tweaking git repo https://github.com/Wulf/create-rust-app [INFO] tweaked toml for git repo https://github.com/Wulf/create-rust-app written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Wulf/create-rust-app already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fdc7582267526421ec8b525c3cb5970385103a7c1f14ef675e6bc9448bb29e7 [INFO] running `Command { std: "docker" "start" "-a" "6fdc7582267526421ec8b525c3cb5970385103a7c1f14ef675e6bc9448bb29e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fdc7582267526421ec8b525c3cb5970385103a7c1f14ef675e6bc9448bb29e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fdc7582267526421ec8b525c3cb5970385103a7c1f14ef675e6bc9448bb29e7", kill_on_drop: false }` [INFO] [stdout] 6fdc7582267526421ec8b525c3cb5970385103a7c1f14ef675e6bc9448bb29e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1251139ff1c5088b10b183111ca20246c776f32a8debe71d40dff416ffbe2cd8 [INFO] running `Command { std: "docker" "start" "-a" "1251139ff1c5088b10b183111ca20246c776f32a8debe71d40dff416ffbe2cd8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking rust-embed-utils v5.1.0 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking console v0.14.1 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking dialoguer v0.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling rust-embed-impl v5.9.0 [INFO] [stderr] Checking rust-embed v5.9.0 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking create-rust-app v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `MAIL_FILE_TEMPLATE` [INFO] [stdout] --> src/mail.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / const MAIL_FILE_TEMPLATE: &str = indoc! {r##" [INFO] [stdout] 5 | | use crate::mail::Mailer; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | pub fn send(mailer: &Mailer, to_email: &str$MAIL_VARIABLES) { [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | "##}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create` [INFO] [stdout] --> src/mail.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn create(file_name: &str, vars: Vec<&str>, subject: &str, text: &str, html: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MAIL_FILE_TEMPLATE` [INFO] [stdout] --> src/mail.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / const MAIL_FILE_TEMPLATE: &str = indoc! {r##" [INFO] [stdout] 5 | | use crate::mail::Mailer; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | pub fn send(mailer: &Mailer, to_email: &str$MAIL_VARIABLES) { [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | "##}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create` [INFO] [stdout] --> src/mail.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn create(file_name: &str, vars: Vec<&str>, subject: &str, text: &str, html: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.45s [INFO] running `Command { std: "docker" "inspect" "1251139ff1c5088b10b183111ca20246c776f32a8debe71d40dff416ffbe2cd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1251139ff1c5088b10b183111ca20246c776f32a8debe71d40dff416ffbe2cd8", kill_on_drop: false }` [INFO] [stdout] 1251139ff1c5088b10b183111ca20246c776f32a8debe71d40dff416ffbe2cd8