[INFO] crate three 0.4.0 is already in cache [INFO] checking three-0.4.0 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate three 0.4.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate three 0.4.0 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate three 0.4.0 [INFO] removed 15 missing examples [INFO] finished tweaking crates.io crate three 0.4.0 [INFO] tweaked toml for crates.io crate three 0.4.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-5/source/examples/tutorial.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/mesh-update.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/obj.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/materials.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/group.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/gltf-morph-targets.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/shapes.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/lights.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/reload.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/text.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/gltf-vertex-skinning.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/sprite.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/anim.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/gltf-node-animation.rs [INFO] [stderr] * /workspace/builds/worker-5/source/examples/gltf-pbr-shader.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4fcb77b5d73a25089ff2bf1aa3c974b22d1b13b810fab97160ebcadf8302255f [INFO] running `"docker" "start" "-a" "4fcb77b5d73a25089ff2bf1aa3c974b22d1b13b810fab97160ebcadf8302255f"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/tutorial.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/mesh-update.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/obj.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/materials.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/group.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/gltf-morph-targets.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/shapes.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/lights.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/reload.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/text.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/gltf-vertex-skinning.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/sprite.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/anim.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/gltf-node-animation.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/gltf-pbr-shader.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking froggy v0.4.4 [INFO] [stderr] Checking getrandom v0.1.13 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking slice-deque v0.2.4 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Checking alsa-sys v0.1.2 [INFO] [stderr] Checking minimp3-sys v0.3.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking includedir v0.5.0 [INFO] [stderr] Checking cgmath v0.14.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking minimp3 v0.3.3 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking notify v4.0.14 [INFO] [stderr] Compiling includedir_codegen v0.5.0 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking glyph_brush_layout v0.1.8 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling three v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking genmesh v0.6.2 [INFO] [stderr] Checking rodio v0.8.1 [INFO] [stderr] Checking glyph_brush v0.4.3 [INFO] [stderr] Checking obj v0.9.0 [INFO] [stderr] Checking gfx_glyph v0.13.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking gfx_window_glutin v0.28.0 [INFO] [stderr] error[E0502]: cannot borrow `mapping` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/factory/mod.rs:980:13 [INFO] [stderr] | [INFO] [stderr] 980 | mapping[i] = Vertex { [INFO] [stderr] | -^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | _____________mutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] 981 | | pos: [pos.x, pos.y, pos.z, 1.0], [INFO] [stderr] 982 | | .. mapping[i] [INFO] [stderr] | | ------- immutable borrow occurs here [INFO] [stderr] 983 | | }; [INFO] [stderr] | |_____________- immutable borrow later used here [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `mapping` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/factory/mod.rs:980:13 [INFO] [stderr] | [INFO] [stderr] 980 | mapping[i] = Vertex { [INFO] [stderr] | -^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | _____________mutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] 981 | | pos: [pos.x, pos.y, pos.z, 1.0], [INFO] [stderr] 982 | | .. mapping[i] [INFO] [stderr] | | ------- immutable borrow occurs here [INFO] [stderr] 983 | | }; [INFO] [stderr] | |_____________- immutable borrow later used here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `three`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `three`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4fcb77b5d73a25089ff2bf1aa3c974b22d1b13b810fab97160ebcadf8302255f"` [INFO] running `"docker" "rm" "-f" "4fcb77b5d73a25089ff2bf1aa3c974b22d1b13b810fab97160ebcadf8302255f"` [INFO] [stdout] 4fcb77b5d73a25089ff2bf1aa3c974b22d1b13b810fab97160ebcadf8302255f