[INFO] crate shiori3 0.4.2 is already in cache
[INFO] checking shiori3-0.4.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate shiori3 0.4.2 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate shiori3 0.4.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate shiori3 0.4.2
[INFO] finished tweaking crates.io crate shiori3 0.4.2
[INFO] tweaked toml for crates.io crate shiori3 0.4.2 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 6aa25a8484740f5987bac7e717386bdd322004112c56c3da330c2960036b90bb
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "6aa25a8484740f5987bac7e717386bdd322004112c56c3da330c2960036b90bb"`
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking shiori3 v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `hglobal`?
[INFO] [stderr]   --> src/lib.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use crate::hglobal::enc::Encoder;
[INFO] [stderr]    |                ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `hglobal`?
[INFO] [stderr]   --> src/lib.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use crate::hglobal::enc::Encoding;
[INFO] [stderr]    |                ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]  --> src/api.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::minwindef::{DWORD, HGLOBAL, LPVOID};
[INFO] [stderr]   |     ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::hglobal`
[INFO] [stderr]  --> src/api.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::hglobal::GStr;
[INFO] [stderr]   |            ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 | const DLL_PROCESS_DETACH: DWORD = 0;
[INFO] [stderr]    |                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:63:27
[INFO] [stderr]    |
[INFO] [stderr] 63 | const DLL_PROCESS_ATTACH: DWORD = 1;
[INFO] [stderr]    |                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:65:26
[INFO] [stderr]    |
[INFO] [stderr] 65 | const DLL_THREAD_ATTACH: DWORD = 2;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:67:26
[INFO] [stderr]    |
[INFO] [stderr] 67 | const DLL_THREAD_DETACH: DWORD = 3;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:75:29
[INFO] [stderr]    |
[INFO] [stderr] 75 |         ul_reason_for_call: DWORD,
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/api.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |         _lp_reserved: LPVOID,
[INFO] [stderr]    |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]   --> src/api.rs:97:38
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn raw_load(&mut self, hdir: HGLOBAL, len: usize) -> bool {
[INFO] [stderr]    |                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:107:39
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn raw_load_impl(&mut self, hdir: HGLOBAL, len: usize) -> Result<(), failure::Error> {
[INFO] [stderr]     |                                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:118:41
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL {
[INFO] [stderr]     |                                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:118:70
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL {
[INFO] [stderr]     |                                                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |         hreq: HGLOBAL,
[INFO] [stderr]     |               ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:135:18
[INFO] [stderr]     |
[INFO] [stderr] 69  | impl<T: Shiori3> RawShiori3<T> {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `, HGLOBAL`
[INFO] [stderr] ...
[INFO] [stderr] 135 |     ) -> Result<(HGLOBAL, usize), failure::Error> {
[INFO] [stderr]     |                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `shiori3`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `hglobal`?
[INFO] [stderr]   --> src/lib.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use crate::hglobal::enc::Encoder;
[INFO] [stderr]    |                ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `hglobal`?
[INFO] [stderr]   --> src/lib.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use crate::hglobal::enc::Encoding;
[INFO] [stderr]    |                ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]  --> src/api.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::shared::minwindef::{DWORD, HGLOBAL, LPVOID};
[INFO] [stderr]   |     ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::hglobal`
[INFO] [stderr]  --> src/api.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::hglobal::GStr;
[INFO] [stderr]   |            ^^^^^^^ maybe a missing crate `hglobal`?
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 | const DLL_PROCESS_DETACH: DWORD = 0;
[INFO] [stderr]    |                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:63:27
[INFO] [stderr]    |
[INFO] [stderr] 63 | const DLL_PROCESS_ATTACH: DWORD = 1;
[INFO] [stderr]    |                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:65:26
[INFO] [stderr]    |
[INFO] [stderr] 65 | const DLL_THREAD_ATTACH: DWORD = 2;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:67:26
[INFO] [stderr]    |
[INFO] [stderr] 67 | const DLL_THREAD_DETACH: DWORD = 3;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/api.rs:75:29
[INFO] [stderr]    |
[INFO] [stderr] 75 |         ul_reason_for_call: DWORD,
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/api.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |         _lp_reserved: LPVOID,
[INFO] [stderr]    |                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]   --> src/api.rs:97:38
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn raw_load(&mut self, hdir: HGLOBAL, len: usize) -> bool {
[INFO] [stderr]    |                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:107:39
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn raw_load_impl(&mut self, hdir: HGLOBAL, len: usize) -> Result<(), failure::Error> {
[INFO] [stderr]     |                                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:118:41
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL {
[INFO] [stderr]     |                                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:118:70
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL {
[INFO] [stderr]     |                                                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |         hreq: HGLOBAL,
[INFO] [stderr]     |               ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HGLOBAL` in this scope
[INFO] [stderr]    --> src/api.rs:135:18
[INFO] [stderr]     |
[INFO] [stderr] 69  | impl<T: Shiori3> RawShiori3<T> {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `, HGLOBAL`
[INFO] [stderr] ...
[INFO] [stderr] 135 |     ) -> Result<(HGLOBAL, usize), failure::Error> {
[INFO] [stderr]     |                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `shiori3`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6aa25a8484740f5987bac7e717386bdd322004112c56c3da330c2960036b90bb"`
[INFO] running `"docker" "rm" "-f" "6aa25a8484740f5987bac7e717386bdd322004112c56c3da330c2960036b90bb"`
[INFO] [stdout] 6aa25a8484740f5987bac7e717386bdd322004112c56c3da330c2960036b90bb
