[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] testing Wulf/create-rust-app against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWulf%2Fcreate-rust-app" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Wulf/create-rust-app on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-9/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indoc v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91dfffdc81a8c8d6bc1decdf7d68e5f146e5c6305619e1420ec5b42737ebdf22 [INFO] running `Command { std: "docker" "start" "-a" "91dfffdc81a8c8d6bc1decdf7d68e5f146e5c6305619e1420ec5b42737ebdf22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91dfffdc81a8c8d6bc1decdf7d68e5f146e5c6305619e1420ec5b42737ebdf22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91dfffdc81a8c8d6bc1decdf7d68e5f146e5c6305619e1420ec5b42737ebdf22", kill_on_drop: false }` [INFO] [stdout] 91dfffdc81a8c8d6bc1decdf7d68e5f146e5c6305619e1420ec5b42737ebdf22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a6c8d79c6398eb4c8d410850708b60101cb38a70ad8c59f4cd01761b5eb7539 [INFO] running `Command { std: "docker" "start" "-a" "2a6c8d79c6398eb4c8d410850708b60101cb38a70ad8c59f4cd01761b5eb7539", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling rust-embed-utils v5.1.0 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rust-embed-impl v5.9.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling rust-embed v5.9.0 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.97s [INFO] running `Command { std: "docker" "inspect" "2a6c8d79c6398eb4c8d410850708b60101cb38a70ad8c59f4cd01761b5eb7539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a6c8d79c6398eb4c8d410850708b60101cb38a70ad8c59f4cd01761b5eb7539", kill_on_drop: false }` [INFO] [stdout] 2a6c8d79c6398eb4c8d410850708b60101cb38a70ad8c59f4cd01761b5eb7539 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 861f188479d871741864904bad783aa23ef1ea5a824931ec9f36deed79f2f66a [INFO] running `Command { std: "docker" "start" "-a" "861f188479d871741864904bad783aa23ef1ea5a824931ec9f36deed79f2f66a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `Command { std: "docker" "inspect" "861f188479d871741864904bad783aa23ef1ea5a824931ec9f36deed79f2f66a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "861f188479d871741864904bad783aa23ef1ea5a824931ec9f36deed79f2f66a", kill_on_drop: false }` [INFO] [stdout] 861f188479d871741864904bad783aa23ef1ea5a824931ec9f36deed79f2f66a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7f7d8120f4f0d3db026d2fd360413d21f3b62920e6ab6bcc22b665e5e39775e9 [INFO] running `Command { std: "docker" "start" "-a" "7f7d8120f4f0d3db026d2fd360413d21f3b62920e6ab6bcc22b665e5e39775e9", kill_on_drop: false }` [INFO] [stderr] warning: constant is never used: `MAIL_FILE_TEMPLATE` [INFO] [stderr] --> src/mail.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / const MAIL_FILE_TEMPLATE: &str = indoc! {r##" [INFO] [stderr] 5 | | use crate::mail::Mailer; [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | pub fn send(mailer: &Mailer, to_email: &str$MAIL_VARIABLES) { [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | "##}; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `create` [INFO] [stderr] --> src/mail.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn create(file_name: &str, vars: Vec<&str>, subject: &str, text: &str, html: &str) -> Result<()> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/create_rust_app-8636caee5dba14fc) [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" "7f7d8120f4f0d3db026d2fd360413d21f3b62920e6ab6bcc22b665e5e39775e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f7d8120f4f0d3db026d2fd360413d21f3b62920e6ab6bcc22b665e5e39775e9", kill_on_drop: false }` [INFO] [stdout] 7f7d8120f4f0d3db026d2fd360413d21f3b62920e6ab6bcc22b665e5e39775e9