[INFO] updating cached repository https://github.com/erikvader/statusbar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7048aea02edb2a5f440ebe4bb8b481736380f2f9 [INFO] testing erikvader/statusbar against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikvader%2Fstatusbar" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erikvader/statusbar on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/erikvader/statusbar [INFO] finished tweaking git repo https://github.com/erikvader/statusbar [INFO] tweaked toml for git repo https://github.com/erikvader/statusbar written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/erikvader/statusbar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c0391ed9fcc42da70c132215f53f724020bcc0c60f78c4a1028bfdedf38797a4 [INFO] running `"docker" "start" "-a" "c0391ed9fcc42da70c132215f53f724020bcc0c60f78c4a1028bfdedf38797a4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling sysinfo v0.12.0 [INFO] [stderr] Compiling simple-error v0.2.1 [INFO] [stderr] Compiling x11rb v0.4.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling stderrlog v0.4.3 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling tokio v0.2.19 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling dbus v0.8.2 [INFO] [stderr] Compiling dbus-tokio v0.5.1 [INFO] [stderr] Compiling statusbar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `config` [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | mod config; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `config`, create file "src/config.rs" [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SCRIPT_PATH` in module `crate::config` [INFO] [stderr] --> src/tasks/generator/onegen.rs:25:39 [INFO] [stderr] | [INFO] [stderr] 25 | path.insert_str(0, crate::config::SCRIPT_PATH); [INFO] [stderr] | ^^^^^^^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `theme` in module `crate::config` [INFO] [stderr] --> src/tasks/dzen.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | let fg = crate::config::theme("fg").unwrap_or("#ffffff"); [INFO] [stderr] | ^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `theme` in module `crate::config` [INFO] [stderr] --> src/tasks/dzen.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | let bg = crate::config::theme("bg").unwrap_or("#000000"); [INFO] [stderr] | ^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DZEN_FONT` in this scope [INFO] [stderr] --> src/tasks/dzen.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | .args(&["-fn", DZEN_FONT]) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | match mkfifo(FIFO_PATH, stat::Mode::S_IRWXU) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:26:68 [INFO] [stderr] | [INFO] [stderr] 26 | log::error!("couldn't create pipo at {} because '{}'", FIFO_PATH, e); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | .open(FIFO_PATH) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:46:69 [INFO] [stderr] | [INFO] [stderr] 46 | log::error!("couldn't open pipe '{}' because '{}'", FIFO_PATH, e); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | if let Err(e) = unlink(FIFO_PATH) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/tasks/pipo.rs:103:63 [INFO] [stderr] | [INFO] [stderr] 103 | log::warn!("Couldn't remove pipe at {} because '{}'", FIFO_PATH, e); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FIFO_PATH` in this scope [INFO] [stderr] --> src/dzen_format/utils.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | ... FIFO_PATH)) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `icon_theme` in module `crate::config` [INFO] [stderr] --> src/dzen_format/external.rs:11:41 [INFO] [stderr] | [INFO] [stderr] 11 | let themed = crate::config::icon_theme(cont).unwrap_or(cont); [INFO] [stderr] | ^^^^^^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ICON_PATH` in module `crate::config` [INFO] [stderr] --> src/dzen_format/external.rs:12:61 [INFO] [stderr] | [INFO] [stderr] 12 | let mut pathed = String::new() + crate::config::ICON_PATH + "/" + themed + ".xpm"; [INFO] [stderr] | ^^^^^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `theme` in module `crate::config` [INFO] [stderr] --> src/dzen_format/external.rs:18:39 [INFO] [stderr] | [INFO] [stderr] 18 | "fg" | "bg" => crate::config::theme(cont).map_or_else(|| Cow::from(cont), [INFO] [stderr] | ^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `theme` in module `crate::config` [INFO] [stderr] --> src/dzen_format.rs:72:34 [INFO] [stderr] | [INFO] [stderr] 72 | let col = crate::config::theme(c.as_ref()).map_or_else(|| c, |s| Cow::from(s)); [INFO] [stderr] | ^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `theme` in module `crate::config` [INFO] [stderr] --> src/dzen_format.rs:83:34 [INFO] [stderr] | [INFO] [stderr] 83 | let col = crate::config::theme(c.as_ref()).map_or_else(|| c, |s| Cow::from(s)); [INFO] [stderr] | ^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ICON_PATH` in module `crate::config` [INFO] [stderr] --> src/dzen_format.rs:185:35 [INFO] [stderr] | [INFO] [stderr] 185 | let path = crate::config::ICON_PATH; [INFO] [stderr] | ^^^^^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `icon_theme` in module `crate::config` [INFO] [stderr] --> src/dzen_format.rs:194:41 [INFO] [stderr] | [INFO] [stderr] 194 | if let Some(i) = crate::config::icon_theme(icon.as_ref()) { [INFO] [stderr] | ^^^^^^^^^^ not found in `crate::config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `config` in module `config` [INFO] [stderr] --> src/main.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | let setup = config::config().unwrap(); [INFO] [stderr] | ^^^^^^ not found in `config` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::config::*` [INFO] [stderr] --> src/tasks/dzen.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::config::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::config::*` [INFO] [stderr] --> src/tasks/pipo.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::config::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::config::*` [INFO] [stderr] --> src/dzen_format/utils.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::config::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncBufReadExt` [INFO] [stderr] --> src/tasks/pipo.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | use tokio::io::{AsyncBufReadExt, BufReader}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `statusbar`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c0391ed9fcc42da70c132215f53f724020bcc0c60f78c4a1028bfdedf38797a4"` [INFO] running `"docker" "rm" "-f" "c0391ed9fcc42da70c132215f53f724020bcc0c60f78c4a1028bfdedf38797a4"` [INFO] [stdout] c0391ed9fcc42da70c132215f53f724020bcc0c60f78c4a1028bfdedf38797a4