[INFO] crate shiori3 0.4.2 is already in cache [INFO] extracting crate shiori3 0.4.2 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/shiori3/0.4.2 [INFO] extracting crate shiori3 0.4.2 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/shiori3/0.4.2 [INFO] validating manifest of shiori3-0.4.2 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of shiori3-0.4.2 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing shiori3-0.4.2 [INFO] finished frobbing shiori3-0.4.2 [INFO] frobbed toml for shiori3-0.4.2 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/shiori3/0.4.2/Cargo.toml [INFO] started frobbing shiori3-0.4.2 [INFO] finished frobbing shiori3-0.4.2 [INFO] frobbed toml for shiori3-0.4.2 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/shiori3/0.4.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking shiori3-0.4.2 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/shiori3/0.4.2:/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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cfa7b3106eee5da15854e6a9f6861278cbfbc76a9acbb37514538595ab794e3b [INFO] running `"docker" "start" "-a" "cfa7b3106eee5da15854e6a9f6861278cbfbc76a9acbb37514538595ab794e3b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking shiori3 v0.4.2 (/opt/crater/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[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] 135 | ) -> Result<(HGLOBAL, usize), failure::Error> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DWORD`, `HGLOBAL`, `LPVOID` [INFO] [stderr] --> src/api.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::shared::minwindef::{DWORD, HGLOBAL, LPVOID}; [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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] warning: build failed, waiting for other jobs to finish... [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] 135 | ) -> Result<(HGLOBAL, usize), failure::Error> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DWORD`, `HGLOBAL`, `LPVOID` [INFO] [stderr] --> src/api.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::shared::minwindef::{DWORD, HGLOBAL, LPVOID}; [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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" "cfa7b3106eee5da15854e6a9f6861278cbfbc76a9acbb37514538595ab794e3b"` [INFO] running `"docker" "rm" "-f" "cfa7b3106eee5da15854e6a9f6861278cbfbc76a9acbb37514538595ab794e3b"` [INFO] [stdout] cfa7b3106eee5da15854e6a9f6861278cbfbc76a9acbb37514538595ab794e3b