[INFO] cloning repository https://github.com/Phate6660/rsfetch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Phate6660/rsfetch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhate6660%2Frsfetch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhate6660%2Frsfetch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e498dae7a1d81abb052e2c81b574c5804b52b85 [INFO] testing Phate6660/rsfetch against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhate6660%2Frsfetch" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Phate6660/rsfetch on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Phate6660/rsfetch [INFO] finished tweaking git repo https://github.com/Phate6660/rsfetch [INFO] tweaked toml for git repo https://github.com/Phate6660/rsfetch written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Phate6660/rsfetch already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e8c1d36c5fd8ed0ce729e65eadc46af0594f8950d3195503acb5df63466a710 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e8c1d36c5fd8ed0ce729e65eadc46af0594f8950d3195503acb5df63466a710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e8c1d36c5fd8ed0ce729e65eadc46af0594f8950d3195503acb5df63466a710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e8c1d36c5fd8ed0ce729e65eadc46af0594f8950d3195503acb5df63466a710", kill_on_drop: false }` [INFO] [stdout] 6e8c1d36c5fd8ed0ce729e65eadc46af0594f8950d3195503acb5df63466a710 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 488990f4ccfc4ac1b1f449aa8dec36deed0779591b68acac84bdf5a533d67051 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "488990f4ccfc4ac1b1f449aa8dec36deed0779591b68acac84bdf5a533d67051", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling rsfetch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::info::music::music` [INFO] [stdout] --> src/async_functions/async_music.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::music::music; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `music` in `info::music` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_cpu` in module `crate::async_functions::async_cpu` [INFO] [stdout] --> src/async_functions/async_main.rs:2:49 [INFO] [stdout] | [INFO] [stdout] 2 | let f1 = crate::async_functions::async_cpu::async_cpu(&matches); [INFO] [stdout] | ^^^^^^^^^ not found in `crate::async_functions::async_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_device` in module `crate::async_functions::async_device` [INFO] [stdout] --> src/async_functions/async_main.rs:3:52 [INFO] [stdout] | [INFO] [stdout] 3 | let f2 = crate::async_functions::async_device::async_device(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_dewm` in module `crate::async_functions::async_dewm` [INFO] [stdout] --> src/async_functions/async_main.rs:4:50 [INFO] [stdout] | [INFO] [stdout] 4 | let f3 = crate::async_functions::async_dewm::async_dewm(&matches); [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::async_functions::async_dewm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_distro` in module `crate::async_functions::async_distro` [INFO] [stdout] --> src/async_functions/async_main.rs:5:52 [INFO] [stdout] | [INFO] [stdout] 5 | let f4 = crate::async_functions::async_distro::async_distro(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_distro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_editor` in module `crate::async_functions::async_env` [INFO] [stdout] --> src/async_functions/async_main.rs:6:49 [INFO] [stdout] | [INFO] [stdout] 6 | let f5 = crate::async_functions::async_env::async_editor(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_env` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_hostname` in module `crate::async_functions::async_hostname` [INFO] [stdout] --> src/async_functions/async_main.rs:7:54 [INFO] [stdout] | [INFO] [stdout] 7 | let f6 = crate::async_functions::async_hostname::async_hostname(&matches); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `crate::async_functions::async_hostname` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_kernel` in module `crate::async_functions::async_kernel` [INFO] [stdout] --> src/async_functions/async_main.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 8 | let f7 = crate::async_functions::async_kernel::async_kernel(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_kernel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_memory` in module `crate::async_functions::async_memory` [INFO] [stdout] --> src/async_functions/async_main.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | let f8 = crate::async_functions::async_memory::async_memory(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_memory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_packages` in module `crate::async_functions::async_packages` [INFO] [stdout] --> src/async_functions/async_main.rs:10:54 [INFO] [stdout] | [INFO] [stdout] 10 | let f9 = crate::async_functions::async_packages::async_packages(&matches); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `crate::async_functions::async_packages` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_shell` in module `crate::async_functions::async_env` [INFO] [stdout] --> src/async_functions/async_main.rs:11:50 [INFO] [stdout] | [INFO] [stdout] 11 | let f10 = crate::async_functions::async_env::async_shell(&matches); [INFO] [stdout] | ^^^^^^^^^^^ not found in `crate::async_functions::async_env` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_uptime` in module `crate::async_functions::async_uptime` [INFO] [stdout] --> src/async_functions/async_main.rs:12:53 [INFO] [stdout] | [INFO] [stdout] 12 | let f11 = crate::async_functions::async_uptime::async_uptime(&matches); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `crate::async_functions::async_uptime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_user` in module `crate::async_functions::async_env` [INFO] [stdout] --> src/async_functions/async_main.rs:13:50 [INFO] [stdout] | [INFO] [stdout] 13 | let f12 = crate::async_functions::async_env::async_user(&matches); [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::async_functions::async_env` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `async_music` in module `crate::async_functions::async_music` [INFO] [stdout] --> src/async_functions/async_main.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | let f13 = crate::async_functions::async_music::async_music(&matches); [INFO] [stdout] | ^^^^^^^^^^^ not found in `crate::async_functions::async_music` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::cpu::cpu` [INFO] [stdout] --> src/async_functions/async_cpu.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::cpu::cpu; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_cpu.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::device::device` [INFO] [stdout] --> src/async_functions/async_device.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::device::device; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_device.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::dewm::environment` [INFO] [stdout] --> src/async_functions/async_dewm.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::dewm::environment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_dewm.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::distro::distro` [INFO] [stdout] --> src/async_functions/async_distro.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::distro::distro; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_distro.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::env::env` [INFO] [stdout] --> src/async_functions/async_env.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::env::env; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_env.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::hostname::hostname` [INFO] [stdout] --> src/async_functions/async_hostname.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::hostname::hostname; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_hostname.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::kernel::kernel` [INFO] [stdout] --> src/async_functions/async_kernel.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::kernel::kernel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_kernel.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::memory::memory` [INFO] [stdout] --> src/async_functions/async_memory.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::memory::memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_memory.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_music.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::packages::packages` [INFO] [stdout] --> src/async_functions/async_packages.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::packages::packages; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_packages.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::info::uptime::uptime` [INFO] [stdout] --> src/async_functions/async_uptime.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::info::uptime::uptime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clap::ArgMatches` [INFO] [stdout] --> src/async_functions/async_uptime.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::ArgMatches; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rsfetch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "488990f4ccfc4ac1b1f449aa8dec36deed0779591b68acac84bdf5a533d67051", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "488990f4ccfc4ac1b1f449aa8dec36deed0779591b68acac84bdf5a533d67051", kill_on_drop: false }` [INFO] [stdout] 488990f4ccfc4ac1b1f449aa8dec36deed0779591b68acac84bdf5a533d67051