[INFO] updating cached repository 0xc0dec/shiny [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/0xc0dec/shiny [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/0xc0dec/shiny" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/0xc0dec/shiny"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/0xc0dec/shiny'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0xc0dec/shiny" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/0xc0dec/shiny"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/0xc0dec/shiny'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9793c30664d0177227c4f3392f6f4c7c9e86fea9 [INFO] sha for GitHub repo 0xc0dec/shiny: 9793c30664d0177227c4f3392f6f4c7c9e86fea9 [INFO] validating manifest of 0xc0dec/shiny on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 0xc0dec/shiny on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 0xc0dec/shiny [INFO] finished frobbing 0xc0dec/shiny [INFO] frobbed toml for 0xc0dec/shiny written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/0xc0dec/shiny/Cargo.toml [INFO] started frobbing 0xc0dec/shiny [INFO] finished frobbing 0xc0dec/shiny [INFO] frobbed toml for 0xc0dec/shiny written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/0xc0dec/shiny/Cargo.toml [INFO] crate 0xc0dec/shiny already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking 0xc0dec/shiny against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-4/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/0xc0dec/shiny:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 65e2bd6aeae689b37633f0f8f44e6da7ba63bc86dc9f8c8beb56a6a6abd9e054 [INFO] running `"docker" "start" "-a" "65e2bd6aeae689b37633f0f8f44e6da7ba63bc86dc9f8c8beb56a6a6abd9e054"` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Checking approx v0.3.0 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Checking winit v0.17.2 [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Compiling quote v0.6.9 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking vulkano-win v0.10.0 [INFO] [stderr] Checking nalgebra v0.16.8 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.16.8/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [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 vulkano-shaders v0.10.0 [INFO] [stderr] Compiling vulkano-shader-derive v0.10.0 [INFO] [stderr] Checking nalgebra-glm v0.1.3 [INFO] [stderr] Checking shiny v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:153:71 [INFO] [stderr] | [INFO] [stderr] 153 | let mut previous_frame_end = Box::new(now(device.clone())) as Box; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GpuFuture` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:153:71 [INFO] [stderr] | [INFO] [stderr] 153 | let mut previous_frame_end = Box::new(now(device.clone())) as Box; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GpuFuture` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `"docker" "inspect" "65e2bd6aeae689b37633f0f8f44e6da7ba63bc86dc9f8c8beb56a6a6abd9e054"` [INFO] running `"docker" "rm" "-f" "65e2bd6aeae689b37633f0f8f44e6da7ba63bc86dc9f8c8beb56a6a6abd9e054"` [INFO] [stdout] 65e2bd6aeae689b37633f0f8f44e6da7ba63bc86dc9f8c8beb56a6a6abd9e054