[INFO] updating cached repository vitvakatu/cubes [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vitvakatu/cubes [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vitvakatu/cubes" "work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vitvakatu/cubes" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vitvakatu/cubes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vitvakatu/cubes'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5b283eefe87fbfe0e83b33bfd8b9e4a7cfdd17ef [INFO] sha for GitHub repo vitvakatu/cubes: 5b283eefe87fbfe0e83b33bfd8b9e4a7cfdd17ef [INFO] validating manifest of vitvakatu/cubes 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 vitvakatu/cubes 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 vitvakatu/cubes [INFO] finished frobbing vitvakatu/cubes [INFO] frobbed toml for vitvakatu/cubes written to work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes/Cargo.toml [INFO] started frobbing vitvakatu/cubes [INFO] finished frobbing vitvakatu/cubes [INFO] frobbed toml for vitvakatu/cubes written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/vitvakatu/cubes/Cargo.toml [INFO] crate vitvakatu/cubes 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 vitvakatu/cubes 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes:/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] 85fdf9bd27d000a2813324a6359c14bd0cbd4e1191bae54b5eb7d4d6eb6688a7 [INFO] running `"docker" "start" "-a" "85fdf9bd27d000a2813324a6359c14bd0cbd4e1191bae54b5eb7d4d6eb6688a7"` [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling cmake v0.1.37 [INFO] [stderr] Compiling froggy v0.4.4 (https://github.com/kvark/froggy?rev=c10e2dd1ce8bdd194#c10e2dd1) [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling gfx-hal v0.1.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/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/crater/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] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling gfx-backend-empty v0.1.1 [INFO] [stderr] Compiling wgpu-native v0.2.6 [INFO] [stderr] Compiling wgpu v0.2.2 [INFO] [stderr] Compiling cubes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 17s [INFO] running `"docker" "inspect" "85fdf9bd27d000a2813324a6359c14bd0cbd4e1191bae54b5eb7d4d6eb6688a7"` [INFO] running `"docker" "rm" "-f" "85fdf9bd27d000a2813324a6359c14bd0cbd4e1191bae54b5eb7d4d6eb6688a7"` [INFO] [stdout] 85fdf9bd27d000a2813324a6359c14bd0cbd4e1191bae54b5eb7d4d6eb6688a7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] bef9622cc14f1686df6ef3ea2b7b231f44f5079d7238290034bad9e87a19160f [INFO] running `"docker" "start" "-a" "bef9622cc14f1686df6ef3ea2b7b231f44f5079d7238290034bad9e87a19160f"` [INFO] [stderr] Compiling cubes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `"docker" "inspect" "bef9622cc14f1686df6ef3ea2b7b231f44f5079d7238290034bad9e87a19160f"` [INFO] running `"docker" "rm" "-f" "bef9622cc14f1686df6ef3ea2b7b231f44f5079d7238290034bad9e87a19160f"` [INFO] [stdout] bef9622cc14f1686df6ef3ea2b7b231f44f5079d7238290034bad9e87a19160f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/vitvakatu/cubes:/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" "test" "--frozen"` [INFO] [stdout] d856b9098c62787ff37473dfd01eccb48a9b6ed3c258ec4a481b867a16af2c15 [INFO] running `"docker" "start" "-a" "d856b9098c62787ff37473dfd01eccb48a9b6ed3c258ec4a481b867a16af2c15"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/cubes-e7c74cb532f3ed54 [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] running `"docker" "inspect" "d856b9098c62787ff37473dfd01eccb48a9b6ed3c258ec4a481b867a16af2c15"` [INFO] running `"docker" "rm" "-f" "d856b9098c62787ff37473dfd01eccb48a9b6ed3c258ec4a481b867a16af2c15"` [INFO] [stdout] d856b9098c62787ff37473dfd01eccb48a9b6ed3c258ec4a481b867a16af2c15