[INFO] updating cached repository https://github.com/BenBergman/dome-sim [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] b8658558913b9b81a127e3a3a0d52eba6584b353 [INFO] testing BenBergman/dome-sim against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenBergman%2Fdome-sim" "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/BenBergman/dome-sim 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/BenBergman/dome-sim [INFO] finished tweaking git repo https://github.com/BenBergman/dome-sim [INFO] tweaked toml for git repo https://github.com/BenBergman/dome-sim written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/BenBergman/dome-sim 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] 47669963533f9b7e51a8fe96a02be11ff519bc1ecde7206e23c87e73569addc4 [INFO] running `"docker" "start" "-a" "47669963533f9b7e51a8fe96a02be11ff519bc1ecde7206e23c87e73569addc4"` [INFO] [stderr] Compiling mint v0.2.0 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling mint v0.4.9 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling cpal v0.4.6 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling rusttype v0.3.0 [INFO] [stderr] Compiling froggy v0.4.4 [INFO] [stderr] Compiling genmesh v0.5.0 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling rodio v0.5.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling obj v0.8.2 [INFO] [stderr] Compiling includedir_codegen v0.3.0 [INFO] [stderr] Compiling includedir v0.3.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling three v0.3.1 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.3 [INFO] [stderr] Compiling gfx_window_glutin v0.20.0 [INFO] [stderr] Compiling gfx_glyph v0.8.2 [INFO] [stderr] warning[E0502]: cannot borrow `mapping` as mutable because it is also borrowed as immutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/three-0.3.1/src/factory/mod.rs:738:13 [INFO] [stderr] | [INFO] [stderr] 738 | mapping[i] = Vertex { [INFO] [stderr] | -^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | _____________mutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] 739 | | pos: [pos.x, pos.y, pos.z, 1.0], [INFO] [stderr] 740 | | .. mapping[i] [INFO] [stderr] | | ------- immutable borrow occurs here [INFO] [stderr] 741 | | }; [INFO] [stderr] | |_____________- immutable 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 dome-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `"docker" "inspect" "47669963533f9b7e51a8fe96a02be11ff519bc1ecde7206e23c87e73569addc4"` [INFO] running `"docker" "rm" "-f" "47669963533f9b7e51a8fe96a02be11ff519bc1ecde7206e23c87e73569addc4"` [INFO] [stdout] 47669963533f9b7e51a8fe96a02be11ff519bc1ecde7206e23c87e73569addc4 [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" "test" "--frozen" "--no-run"` [INFO] [stdout] 18acd894f5d3aba79d289b1fd37e8cd59c5067cc13d206475f02eee288508a88 [INFO] running `"docker" "start" "-a" "18acd894f5d3aba79d289b1fd37e8cd59c5067cc13d206475f02eee288508a88"` [INFO] [stderr] Compiling dome-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `"docker" "inspect" "18acd894f5d3aba79d289b1fd37e8cd59c5067cc13d206475f02eee288508a88"` [INFO] running `"docker" "rm" "-f" "18acd894f5d3aba79d289b1fd37e8cd59c5067cc13d206475f02eee288508a88"` [INFO] [stdout] 18acd894f5d3aba79d289b1fd37e8cd59c5067cc13d206475f02eee288508a88 [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" "test" "--frozen"` [INFO] [stdout] 17b01bfadc7dd477a2ea5f03aeefe8a8fb32760113f54782614578be5cae5204 [INFO] running `"docker" "start" "-a" "17b01bfadc7dd477a2ea5f03aeefe8a8fb32760113f54782614578be5cae5204"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dome_sim-371c5c98565cda40 [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" "17b01bfadc7dd477a2ea5f03aeefe8a8fb32760113f54782614578be5cae5204"` [INFO] running `"docker" "rm" "-f" "17b01bfadc7dd477a2ea5f03aeefe8a8fb32760113f54782614578be5cae5204"` [INFO] [stdout] 17b01bfadc7dd477a2ea5f03aeefe8a8fb32760113f54782614578be5cae5204