Dec 04 20:15:53.421 INFO checking danreeves/battery-status against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 04 20:15:53.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-7/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 04 20:15:54.012 INFO [stdout] 556fcebdc38fc41865f11b39686b92d8c0ee1052d209f93b91d37900925c02e0 Dec 04 20:15:54.014 INFO running `"docker" "start" "-a" "556fcebdc38fc41865f11b39686b92d8c0ee1052d209f93b91d37900925c02e0"` Dec 04 20:15:55.374 INFO [stderr] usermod: no changes Dec 04 20:15:55.571 INFO [stderr] Compiling structopt-derive v0.2.10 Dec 04 20:15:58.211 INFO [stderr] Checking structopt v0.2.10 Dec 04 20:15:58.879 INFO [stderr] Checking battery-status v0.1.0 (/source) Dec 04 20:15:59.162 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.162 INFO [stderr] --> src/lib.rs:80:26 Dec 04 20:15:59.162 INFO [stderr] | Dec 04 20:15:59.162 INFO [stderr] 80 | let raw_output = utils::get_raw_output(); Dec 04 20:15:59.162 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.162 INFO [stderr] Dec 04 20:15:59.163 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.163 INFO [stderr] --> src/lib.rs:81:23 Dec 04 20:15:59.163 INFO [stderr] | Dec 04 20:15:59.163 INFO [stderr] 81 | let percent = utils::get_percent(&raw_output); Dec 04 20:15:59.163 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.163 INFO [stderr] Dec 04 20:15:59.163 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.163 INFO [stderr] --> src/lib.rs:82:22 Dec 04 20:15:59.163 INFO [stderr] | Dec 04 20:15:59.163 INFO [stderr] 82 | let status = utils::get_status(&raw_output); Dec 04 20:15:59.163 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.163 INFO [stderr] Dec 04 20:15:59.170 INFO [stderr] error: aborting due to 3 previous errors Dec 04 20:15:59.170 INFO [stderr] Dec 04 20:15:59.170 INFO [stderr] For more information about this error, try `rustc --explain E0433`. Dec 04 20:15:59.186 INFO [stderr] error: Could not compile `battery-status`. Dec 04 20:15:59.186 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 04 20:15:59.228 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] --> src/lib.rs:80:26 Dec 04 20:15:59.228 INFO [stderr] | Dec 04 20:15:59.228 INFO [stderr] 80 | let raw_output = utils::get_raw_output(); Dec 04 20:15:59.228 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] Dec 04 20:15:59.228 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] --> src/lib.rs:81:23 Dec 04 20:15:59.228 INFO [stderr] | Dec 04 20:15:59.228 INFO [stderr] 81 | let percent = utils::get_percent(&raw_output); Dec 04 20:15:59.228 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] Dec 04 20:15:59.228 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] --> src/lib.rs:82:22 Dec 04 20:15:59.228 INFO [stderr] | Dec 04 20:15:59.228 INFO [stderr] 82 | let status = utils::get_status(&raw_output); Dec 04 20:15:59.228 INFO [stderr] | ^^^^^ use of undeclared type or module `utils` Dec 04 20:15:59.228 INFO [stderr] Dec 04 20:15:59.235 INFO [stderr] error: aborting due to 3 previous errors Dec 04 20:15:59.235 INFO [stderr] Dec 04 20:15:59.238 INFO [stderr] For more information about this error, try `rustc --explain E0433`. Dec 04 20:15:59.245 INFO [stderr] error: Could not compile `battery-status`. Dec 04 20:15:59.245 INFO [stderr] Dec 04 20:15:59.245 INFO [stderr] To learn more, run the command again with --verbose. Dec 04 20:15:59.251 INFO [stderr] su: No module specific data is present Dec 04 20:15:59.563 INFO running `"docker" "inspect" "556fcebdc38fc41865f11b39686b92d8c0ee1052d209f93b91d37900925c02e0"` Dec 04 20:15:59.665 INFO running `"docker" "rm" "-f" "556fcebdc38fc41865f11b39686b92d8c0ee1052d209f93b91d37900925c02e0"` Dec 04 20:15:59.798 INFO [stdout] 556fcebdc38fc41865f11b39686b92d8c0ee1052d209f93b91d37900925c02e0