[INFO] updating cached repository https://github.com/yoanlcq/grisui-prelude [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] f1e5b32b8b902989894656e4acdddb99082ff19d [INFO] testing yoanlcq/grisui-prelude against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoanlcq%2Fgrisui-prelude" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoanlcq/grisui-prelude 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/yoanlcq/grisui-prelude [INFO] finished tweaking git repo https://github.com/yoanlcq/grisui-prelude [INFO] tweaked toml for git repo https://github.com/yoanlcq/grisui-prelude written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/yoanlcq/grisui-prelude 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] b1d5ed30f63c84200931cb2622646d845a9b1774536a7c538215ae3288dc9f75 [INFO] running `"docker" "start" "-a" "b1d5ed30f63c84200931cb2622646d845a9b1774536a7c538215ae3288dc9f75"` [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling smallvec v0.6.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling freetype-sys v0.6.0 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling pretty_assertions v0.4.1 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling vek v0.9.3 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling rental-impl v0.4.15 [INFO] [stderr] Compiling env_logger v0.5.7 [INFO] [stderr] Compiling serde_derive v1.0.38 [INFO] [stderr] warning[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [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 backtrace v0.3.6 [INFO] [stderr] Compiling rental v0.4.16 [INFO] [stderr] Compiling al-sys v0.5.1 [INFO] [stderr] Compiling serde v1.0.38 [INFO] [stderr] Compiling alto v3.0.1 [INFO] [stderr] Compiling grisui-prelude-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `self::vek::vec::repr_simd` [INFO] [stderr] --> src/v.rs:6:25 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::vek::vec::repr_simd::{Vec3 as Simd3, Vec4 as Simd4}; [INFO] [stderr] | ^^^^^^^^^ could not find `repr_simd` in `vec` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game.rs:32:34 [INFO] [stderr] | [INFO] [stderr] 32 | pub systems: RefCell>>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game.rs:71:42 [INFO] [stderr] | [INFO] [stderr] 71 | Box::new(InputSystem) as Box, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/system.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn dispatch_message(esys: &mut System, g: &Game, msg: &Message) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/system.rs:36:39 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn dispatch_sdl2_event(esys: &mut System, g: &Game, event: &Sdl2Event) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:50:32 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn save(&self, f: &mut io::Write) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:68:25 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn load(f: &mut io::Read) -> io::Result { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shape.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn save(&self, f: &mut io::Write) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shape.rs:220:70 [INFO] [stderr] | [INFO] [stderr] 220 | pub fn load(color_mesh_gl_program: &color_mesh::Program, f: &mut io::Read) -> io::Result { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `grisui-prelude-game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b1d5ed30f63c84200931cb2622646d845a9b1774536a7c538215ae3288dc9f75"` [INFO] running `"docker" "rm" "-f" "b1d5ed30f63c84200931cb2622646d845a9b1774536a7c538215ae3288dc9f75"` [INFO] [stdout] b1d5ed30f63c84200931cb2622646d845a9b1774536a7c538215ae3288dc9f75