[INFO] updating cached repository https://github.com/ZachyZach/win-triangle-solver [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] 93696af8baa5ea6a8c1d11a7d1fba4bf58f9349f [INFO] testing ZachyZach/win-triangle-solver against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FZachyZach%2Fwin-triangle-solver" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ZachyZach/win-triangle-solver 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/ZachyZach/win-triangle-solver [INFO] finished tweaking git repo https://github.com/ZachyZach/win-triangle-solver [INFO] tweaked toml for git repo https://github.com/ZachyZach/win-triangle-solver written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ZachyZach/win-triangle-solver 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 01f599882eb8a0288d25299516eb06ef4c24f2be32660f7bbb8b0df36a3b1505 [INFO] running `"docker" "start" "-a" "01f599882eb8a0288d25299516eb06ef4c24f2be32660f7bbb8b0df36a3b1505"` [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling gdi32-sys v0.2.0 [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling comctl32-sys v0.2.0 [INFO] [stderr] Compiling native-windows-gui v0.2.0 [INFO] [stderr] Compiling win-triangle-solver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `nwg::Event`, `nwg::Ui`, `nwg::simple_message`, `nwg::fatal_message`, `nwg::dispatch_events` [INFO] [stderr] --> src/main.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; [INFO] [stderr] | ^^^^^ ^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `dispatch_events` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `fatal_message` in the root [INFO] [stderr] | | | no `simple_message` in the root [INFO] [stderr] | | no `Ui` in the root [INFO] [stderr] | no `Event` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find macro `nwg_template` in this scope [INFO] [stderr] --> src/main.rs:257:1 [INFO] [stderr] | [INFO] [stderr] 257 | nwg_template!( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `setup_ui` in this scope [INFO] [stderr] --> src/main.rs:320:21 [INFO] [stderr] | [INFO] [stderr] 320 | if let Err(e) = setup_ui(&app) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate native_windows_gui as nwg; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `AppId::*` [INFO] [stderr] --> src/main.rs:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | use AppId::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `win-triangle-solver`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "01f599882eb8a0288d25299516eb06ef4c24f2be32660f7bbb8b0df36a3b1505"` [INFO] running `"docker" "rm" "-f" "01f599882eb8a0288d25299516eb06ef4c24f2be32660f7bbb8b0df36a3b1505"` [INFO] [stdout] 01f599882eb8a0288d25299516eb06ef4c24f2be32660f7bbb8b0df36a3b1505