[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/beta-1.37-6/sources/1.36.0/gh/0xc0dec/shiny"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/0xc0dec/shiny'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0xc0dec/shiny" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/0xc0dec/shiny"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 0xc0dec/shiny on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing 0xc0dec/shiny against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 7e48eaa36750d73bbe31be960dfe5c9fb6db41ee3626f924a692203f501875bb [INFO] running `"docker" "start" "-a" "7e48eaa36750d73bbe31be960dfe5c9fb6db41ee3626f924a692203f501875bb"` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling vulkano v0.10.0 [INFO] [stderr] Compiling vk-sys v0.3.3 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling approx v0.3.0 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Compiling winit v0.17.2 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling quote v0.6.9 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling nalgebra v0.16.8 [INFO] [stderr] Compiling vulkano-win v0.10.0 [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 nalgebra-glm v0.1.3 [INFO] [stderr] Compiling vulkano-shader-derive v0.10.0 [INFO] [stderr] Compiling 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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 31s [INFO] running `"docker" "inspect" "7e48eaa36750d73bbe31be960dfe5c9fb6db41ee3626f924a692203f501875bb"` [INFO] running `"docker" "rm" "-f" "7e48eaa36750d73bbe31be960dfe5c9fb6db41ee3626f924a692203f501875bb"` [INFO] [stdout] 7e48eaa36750d73bbe31be960dfe5c9fb6db41ee3626f924a692203f501875bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] e09d4770c2702effa16b07f545d1fca29a31e04e0a4df9fa0f3254cb788ce1c2 [INFO] running `"docker" "start" "-a" "e09d4770c2702effa16b07f545d1fca29a31e04e0a4df9fa0f3254cb788ce1c2"` [INFO] [stderr] Compiling 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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.85s [INFO] running `"docker" "inspect" "e09d4770c2702effa16b07f545d1fca29a31e04e0a4df9fa0f3254cb788ce1c2"` [INFO] running `"docker" "rm" "-f" "e09d4770c2702effa16b07f545d1fca29a31e04e0a4df9fa0f3254cb788ce1c2"` [INFO] [stdout] e09d4770c2702effa16b07f545d1fca29a31e04e0a4df9fa0f3254cb788ce1c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 1a85f590184496cad279ec375c61661ad498cb0ee4afed2bde355b03250ce977 [INFO] running `"docker" "start" "-a" "1a85f590184496cad279ec375c61661ad498cb0ee4afed2bde355b03250ce977"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/shiny-292578e1f6121263 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test transform::tests::smoke ... ok [INFO] [stdout] test vector3::tests::smoke ... ok [INFO] [stdout] test quaternion::tests::smoke ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1a85f590184496cad279ec375c61661ad498cb0ee4afed2bde355b03250ce977"` [INFO] running `"docker" "rm" "-f" "1a85f590184496cad279ec375c61661ad498cb0ee4afed2bde355b03250ce977"` [INFO] [stdout] 1a85f590184496cad279ec375c61661ad498cb0ee4afed2bde355b03250ce977