[INFO] fetching crate gfx-hal 0.1.0... [INFO] extracting crate gfx-hal 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gfx-hal/0.1.0 [INFO] extracting crate gfx-hal 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gfx-hal/0.1.0 [INFO] validating manifest of gfx-hal-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gfx-hal-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gfx-hal-0.1.0 [INFO] finished frobbing gfx-hal-0.1.0 [INFO] frobbed toml for gfx-hal-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gfx-hal/0.1.0/Cargo.toml [INFO] started frobbing gfx-hal-0.1.0 [INFO] finished frobbing gfx-hal-0.1.0 [INFO] frobbed toml for gfx-hal-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gfx-hal/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gfx-hal-0.1.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gfx-hal/0.1.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] d88f5ef3a500a13c72931554af37c16bd73211bc80b24e56dfaccc0472635412 [INFO] running `"docker" "start" "-a" "d88f5ef3a500a13c72931554af37c16bd73211bc80b24e56dfaccc0472635412"` [INFO] [stderr] Compiling gfx-hal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> 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] --> 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] Finished dev [unoptimized + debuginfo] target(s) in 21.26s [INFO] running `"docker" "inspect" "d88f5ef3a500a13c72931554af37c16bd73211bc80b24e56dfaccc0472635412"` [INFO] running `"docker" "rm" "-f" "d88f5ef3a500a13c72931554af37c16bd73211bc80b24e56dfaccc0472635412"` [INFO] [stdout] d88f5ef3a500a13c72931554af37c16bd73211bc80b24e56dfaccc0472635412 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gfx-hal/0.1.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] de0fc99468bb7819d3c8214b56ffe1be969156ad3b44a380686cbe11a9d5da40 [INFO] running `"docker" "start" "-a" "de0fc99468bb7819d3c8214b56ffe1be969156ad3b44a380686cbe11a9d5da40"` [INFO] [stderr] Compiling gfx-hal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> 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] --> 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] Finished dev [unoptimized + debuginfo] target(s) in 19.48s [INFO] running `"docker" "inspect" "de0fc99468bb7819d3c8214b56ffe1be969156ad3b44a380686cbe11a9d5da40"` [INFO] running `"docker" "rm" "-f" "de0fc99468bb7819d3c8214b56ffe1be969156ad3b44a380686cbe11a9d5da40"` [INFO] [stdout] de0fc99468bb7819d3c8214b56ffe1be969156ad3b44a380686cbe11a9d5da40 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gfx-hal/0.1.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] b79f0e01979a2523d7527bf1e087ef4b35f151e67b7e204da247220fe3c2dbe2 [INFO] running `"docker" "start" "-a" "b79f0e01979a2523d7527bf1e087ef4b35f151e67b7e204da247220fe3c2dbe2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/gfx_hal-0f9767c98d5cde68 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gfx_hal [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/adapter.rs - adapter::Adapter::open_with (line 154) ... FAILED [INFO] [stdout] test src/window.rs - window::Swapchain::acquire_image (line 398) ... ok [INFO] [stdout] test src/device.rs - device::Device::create_swapchain (line 728) ... FAILED [INFO] [stdout] test src/lib.rs - Instance (line 343) ... FAILED [INFO] [stdout] test src/adapter.rs - adapter::PhysicalDevice::open (line 62) ... FAILED [INFO] [stdout] test src/window.rs - window (line 24) ... FAILED [INFO] [stdout] test src/window.rs - window::Surface::supports_queue_family (line 179) ... ok [INFO] [stdout] test src/window.rs - window::Swapchain::present (line 416) ... ok [INFO] [stdout] test src/window.rs - window::SwapchainConfig::new (line 290) ... ok [INFO] [stdout] test src/window.rs - window::SwapchainConfig::with_image_usage (line 351) ... ok [INFO] [stdout] test src/window.rs - window::SwapchainConfig::with_mode (line 339) ... ok [INFO] [stdout] test src/window.rs - window::SwapchainConfig (line 256) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/adapter.rs - adapter::Adapter::open_with (line 154) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `empty` [INFO] [stdout] --> src/adapter.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate gfx_backend_empty as empty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/device.rs - device::Device::create_swapchain (line 728) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `empty` [INFO] [stdout] --> src/device.rs:729:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate gfx_backend_empty as empty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Instance (line 343) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `gfx_backend_empty` [INFO] [stdout] --> src/lib.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate gfx_backend_empty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/adapter.rs - adapter::PhysicalDevice::open (line 62) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `empty` [INFO] [stdout] --> src/adapter.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate gfx_backend_empty as empty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/window.rs - window (line 24) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `empty` [INFO] [stdout] --> src/window.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate gfx_backend_empty as empty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/adapter.rs - adapter::Adapter::open_with (line 154) [INFO] [stdout] src/adapter.rs - adapter::PhysicalDevice::open (line 62) [INFO] [stdout] src/device.rs - device::Device::create_swapchain (line 728) [INFO] [stdout] src/lib.rs - Instance (line 343) [INFO] [stdout] src/window.rs - window (line 24) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "b79f0e01979a2523d7527bf1e087ef4b35f151e67b7e204da247220fe3c2dbe2"` [INFO] running `"docker" "rm" "-f" "b79f0e01979a2523d7527bf1e087ef4b35f151e67b7e204da247220fe3c2dbe2"` [INFO] [stdout] b79f0e01979a2523d7527bf1e087ef4b35f151e67b7e204da247220fe3c2dbe2