[INFO] updating cached repository https://github.com/chutchinson/chip-8 [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] a6f8fe5ab4184fd64df77ccc7d096aa6e3040519 [INFO] testing chutchinson/chip-8 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchutchinson%2Fchip-8" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chutchinson/chip-8 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chutchinson/chip-8 [INFO] finished tweaking git repo https://github.com/chutchinson/chip-8 [INFO] tweaked toml for git repo https://github.com/chutchinson/chip-8 written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/chutchinson/chip-8 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a9a8492254bdf606c25eb6f9e39e4a60eea51266fd1cd0c17356728d515e6a2b [INFO] running `"docker" "start" "-a" "a9a8492254bdf606c25eb6f9e39e4a60eea51266fd1cd0c17356728d515e6a2b"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling range-alloc v0.1.0 [INFO] [stderr] Compiling spirv_cross v0.12.1 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling rusttype v0.7.6 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling gfx-hal v0.1.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling d3d12 v0.1.0 [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/lib.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::dxgiformat; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/lib.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::{d3d12, d3dcommon}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/com.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/com.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/com.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/command_allocator.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/command_list.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/debug.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::um::{d3d12, d3d12sdklayers}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/debug.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/descriptor.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::dxgiformat; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/descriptor.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/device.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/device.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{dxgi, dxgi1_2, dxgi1_3, dxgi1_4, dxgiformat, dxgitype}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/pso.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::{d3d12, d3dcompiler}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/query.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/queue.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/resource.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/sync.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/lib.rs:34:17 [INFO] [stderr] | [INFO] [stderr] 34 | pub use winapi::shared::winerror::HRESULT; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/sync.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::{synchapi, winnt}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/com.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | pub unsafe fn as_unknown(&self) -> &IUnknown { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/com.rs:42:27 [INFO] [stderr] | [INFO] [stderr] 42 | &*(self.0 as *mut IUnknown) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/command_list.rs:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn close(&self) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/command_list.rs:72:85 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn reset(&self, allocator: CommandAllocator, initial_pso: PipelineState) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:69:15 [INFO] [stderr] | [INFO] [stderr] 69 | hwnd: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/dxgi.rs:141:57 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn present(&self, interval: u32, flags: u32) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/queue.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn signal(&self, fence: Fence, value: u64) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/sync.rs:30:72 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn set_event_on_completion(&self, event: Event, value: u64) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/sync.rs:38:41 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn signal(&self, value: u64) -> HRESULT { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/d3d12-0.1.0/src/lib.rs:36:29 [INFO] [stderr] | [INFO] [stderr] 36 | pub type D3DResult = (T, HRESULT); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 34 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 `d3d12`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-hal-0.1.0/src/command/render_pass.rs:232:36 [INFO] [stderr] | [INFO] [stderr] 189 | impl<'a, B: Backend> RenderPassInlineEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 232 | RenderPassSecondaryEncoder(self.0.cmb) [INFO] [stderr] | ---------------------------^^^^^^^^^^- returning this value requires that `*self.0.cmb` is borrowed for `'a` [INFO] [stderr] 233 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0.cmb`, because the type `command::render_pass::RenderPassInlineEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-hal-0.1.0/src/command/render_pass.rs:308:62 [INFO] [stderr] | [INFO] [stderr] 262 | impl<'a, B: Backend> RenderPassSecondaryEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 308 | RenderPassInlineEncoder(RenderSubpassCommon::new(self.0)) [INFO] [stderr] | -------------------------------------------------^^^^^^-- returning this value requires that `*self.0` is borrowed for `'a` [INFO] [stderr] 309 | } [INFO] [stderr] 310 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0`, because the type `command::render_pass::RenderPassSecondaryEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a9a8492254bdf606c25eb6f9e39e4a60eea51266fd1cd0c17356728d515e6a2b"` [INFO] running `"docker" "rm" "-f" "a9a8492254bdf606c25eb6f9e39e4a60eea51266fd1cd0c17356728d515e6a2b"` [INFO] [stdout] a9a8492254bdf606c25eb6f9e39e4a60eea51266fd1cd0c17356728d515e6a2b