[INFO] updating cached repository https://github.com/danreeves/battery-status [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] c1c5d43bb0b2589d0b1bdb1f93b8cd52aa3505d3 [INFO] testing danreeves/battery-status against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanreeves%2Fbattery-status" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danreeves/battery-status on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/danreeves/battery-status [INFO] finished tweaking git repo https://github.com/danreeves/battery-status [INFO] tweaked toml for git repo https://github.com/danreeves/battery-status written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/danreeves/battery-status already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] e6996992a03ee2ed019fd549f050eadb1d779f0f4bc208f82a8dc14a0767306c [INFO] running `"docker" "start" "-a" "e6996992a03ee2ed019fd549f050eadb1d779f0f4bc208f82a8dc14a0767306c"` [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling battery-status v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` [INFO] [stderr] --> src/lib.rs:80:26 [INFO] [stderr] | [INFO] [stderr] 80 | let raw_output = utils::get_raw_output(); [INFO] [stderr] | ^^^^^ use of undeclared type or module `utils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` [INFO] [stderr] --> src/lib.rs:81:23 [INFO] [stderr] | [INFO] [stderr] 81 | let percent = utils::get_percent(&raw_output); [INFO] [stderr] | ^^^^^ use of undeclared type or module `utils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` [INFO] [stderr] --> src/lib.rs:82:22 [INFO] [stderr] | [INFO] [stderr] 82 | let status = utils::get_status(&raw_output); [INFO] [stderr] | ^^^^^ use of undeclared type or module `utils` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `battery-status`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e6996992a03ee2ed019fd549f050eadb1d779f0f4bc208f82a8dc14a0767306c"` [INFO] running `"docker" "rm" "-f" "e6996992a03ee2ed019fd549f050eadb1d779f0f4bc208f82a8dc14a0767306c"` [INFO] [stdout] e6996992a03ee2ed019fd549f050eadb1d779f0f4bc208f82a8dc14a0767306c