[INFO] updating cached repository jack3311/XMLCSVParser [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jack3311/XMLCSVParser [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jack3311/XMLCSVParser" "work/ex/beta-1.38-1/sources/1.37.0/gh/jack3311/XMLCSVParser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jack3311/XMLCSVParser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jack3311/XMLCSVParser" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jack3311/XMLCSVParser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jack3311/XMLCSVParser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b1c09525c41ae89e5b064acd8f5d74b59bbea0f9 [INFO] sha for GitHub repo jack3311/XMLCSVParser: b1c09525c41ae89e5b064acd8f5d74b59bbea0f9 [INFO] validating manifest of jack3311/XMLCSVParser on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jack3311/XMLCSVParser on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jack3311/XMLCSVParser [INFO] finished frobbing jack3311/XMLCSVParser [INFO] frobbed toml for jack3311/XMLCSVParser written to work/ex/beta-1.38-1/sources/1.37.0/gh/jack3311/XMLCSVParser/Cargo.toml [INFO] started frobbing jack3311/XMLCSVParser [INFO] finished frobbing jack3311/XMLCSVParser [INFO] frobbed toml for jack3311/XMLCSVParser written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jack3311/XMLCSVParser/Cargo.toml [INFO] crate jack3311/XMLCSVParser already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jack3311/XMLCSVParser against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jack3311/XMLCSVParser:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a50755c5e351f55e20732b0599b56b350388e140d5d19b261de7dc237cec0ff3 [INFO] running `"docker" "start" "-a" "a50755c5e351f55e20732b0599b56b350388e140d5d19b261de7dc237cec0ff3"` [INFO] [stderr] Compiling comctl32-sys v0.2.0 [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 native-windows-gui v0.2.0 [INFO] [stderr] Compiling xmlparser v0.1.0 (/opt/crater/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:531:11 [INFO] [stderr] | [INFO] [stderr] 531 | 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[E0432]: unresolved import `nwg::constants` [INFO] [stderr] --> src/main.rs:532:10 [INFO] [stderr] | [INFO] [stderr] 532 | use nwg::constants::{FileDialogAction}; [INFO] [stderr] | ^^^^^^^^^ could not find `constants` in `nwg` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `nwg_template!` in this scope [INFO] [stderr] --> src/main.rs:566:1 [INFO] [stderr] | [INFO] [stderr] 566 | nwg_template!( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `setup_ui` in this scope [INFO] [stderr] --> src/main.rs:664:21 [INFO] [stderr] | [INFO] [stderr] 664 | 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:529:1 [INFO] [stderr] | [INFO] [stderr] 529 | #[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:559:5 [INFO] [stderr] | [INFO] [stderr] 559 | use AppId::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 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 `xmlparser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a50755c5e351f55e20732b0599b56b350388e140d5d19b261de7dc237cec0ff3"` [INFO] running `"docker" "rm" "-f" "a50755c5e351f55e20732b0599b56b350388e140d5d19b261de7dc237cec0ff3"` [INFO] [stdout] a50755c5e351f55e20732b0599b56b350388e140d5d19b261de7dc237cec0ff3