[INFO] cloning repository https://github.com/lusamreth/my_first_cli_app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lusamreth/my_first_cli_app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusamreth%2Fmy_first_cli_app", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusamreth%2Fmy_first_cli_app'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78a9f4020321cbb6af27b9a70c6c3ac4c09e887a [INFO] testing lusamreth/my_first_cli_app against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusamreth%2Fmy_first_cli_app" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lusamreth/my_first_cli_app 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/lusamreth/my_first_cli_app [INFO] finished tweaking git repo https://github.com/lusamreth/my_first_cli_app [INFO] tweaked toml for git repo https://github.com/lusamreth/my_first_cli_app written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/lusamreth/my_first_cli_app 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] feebef9edd4c8758ee464a11a46ff31ee02be9a5935c66beaa2c49b82c207066 [INFO] running `Command { std: "docker" "start" "-a" "feebef9edd4c8758ee464a11a46ff31ee02be9a5935c66beaa2c49b82c207066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "feebef9edd4c8758ee464a11a46ff31ee02be9a5935c66beaa2c49b82c207066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feebef9edd4c8758ee464a11a46ff31ee02be9a5935c66beaa2c49b82c207066", kill_on_drop: false }` [INFO] [stdout] feebef9edd4c8758ee464a11a46ff31ee02be9a5935c66beaa2c49b82c207066 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 374f104c39938fd4f3a0754f2d319a8ae7c8b1001825c0da5cbbe1cbe6333c45 [INFO] running `Command { std: "docker" "start" "-a" "374f104c39938fd4f3a0754f2d319a8ae7c8b1001825c0da5cbbe1cbe6333c45", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling terminal_size v0.1.12 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling cpx2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `imply` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | mod imply; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `imply`, create file "src/imply.rs" or "src/imply/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Color` [INFO] [stdout] --> src/cli_handler/mod.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | use console::{self, Color}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> src/cli_handler/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HashMap`, `self` [INFO] [stdout] --> src/interface/text_processing.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::hash_map::{self, HashMap}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `template` should have an upper camel case name [INFO] [stdout] --> src/interface/components.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | type template = Vec; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Template` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `template` should have an upper camel case name [INFO] [stdout] --> src/interface/mod.rs:49:6 [INFO] [stdout] | [INFO] [stdout] 49 | type template = Vec; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cpx2` due to 2 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "374f104c39938fd4f3a0754f2d319a8ae7c8b1001825c0da5cbbe1cbe6333c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374f104c39938fd4f3a0754f2d319a8ae7c8b1001825c0da5cbbe1cbe6333c45", kill_on_drop: false }` [INFO] [stdout] 374f104c39938fd4f3a0754f2d319a8ae7c8b1001825c0da5cbbe1cbe6333c45