[INFO] crate three 0.4.0 is already in cache [INFO] extracting crate three 0.4.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/three/0.4.0 [INFO] extracting crate three 0.4.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/three/0.4.0 [INFO] validating manifest of three-0.4.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of three-0.4.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing three-0.4.0 [INFO] removed 15 missing examples [INFO] finished frobbing three-0.4.0 [INFO] frobbed toml for three-0.4.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/three/0.4.0/Cargo.toml [INFO] started frobbing three-0.4.0 [INFO] removed 15 missing examples [INFO] finished frobbing three-0.4.0 [INFO] frobbed toml for three-0.4.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/three/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking three-0.4.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/three/0.4.0:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3e411d50c0e233554924fad638f33a5a09fdfe97ca6cc5ef9564c727d2e013ea [INFO] running `"docker" "start" "-a" "3e411d50c0e233554924fad638f33a5a09fdfe97ca6cc5ef9564c727d2e013ea"` [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/crater/workdir/examples/mesh-update.rs [INFO] [stderr] * /opt/crater/workdir/examples/text.rs [INFO] [stderr] * /opt/crater/workdir/examples/tutorial.rs [INFO] [stderr] * /opt/crater/workdir/examples/shapes.rs [INFO] [stderr] * /opt/crater/workdir/examples/gltf-vertex-skinning.rs [INFO] [stderr] * /opt/crater/workdir/examples/materials.rs [INFO] [stderr] * /opt/crater/workdir/examples/gltf-morph-targets.rs [INFO] [stderr] * /opt/crater/workdir/examples/sprite.rs [INFO] [stderr] * /opt/crater/workdir/examples/gltf-node-animation.rs [INFO] [stderr] * /opt/crater/workdir/examples/obj.rs [INFO] [stderr] * /opt/crater/workdir/examples/group.rs [INFO] [stderr] * /opt/crater/workdir/examples/lights.rs [INFO] [stderr] * /opt/crater/workdir/examples/anim.rs [INFO] [stderr] * /opt/crater/workdir/examples/gltf-pbr-shader.rs [INFO] [stderr] * /opt/crater/workdir/examples/reload.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] Checking xi-unicode v0.2.0 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking froggy v0.4.4 [INFO] [stderr] Checking getrandom v0.1.9 [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] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking cgmath v0.14.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking includedir v0.5.0 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Compiling includedir_codegen v0.5.0 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking minimp3 v0.3.3 [INFO] [stderr] Checking genmesh v0.6.2 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking rodio v0.8.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking glyph_brush_layout v0.1.7 [INFO] [stderr] Compiling three v0.4.0 (/opt/crater/workdir) [INFO] [stderr] Checking obj v0.9.0 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking glyph_brush v0.4.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking gfx_device_gl v0.15.5 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_window_glutin v0.28.0 [INFO] [stderr] Checking gfx_glyph v0.13.3 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/audio.rs:226:36 [INFO] [stderr] | [INFO] [stderr] 226 | let mut boxed: Box + Send> = if let Ok(decoder) = decoder { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn r::Source + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `FactoryExt` is imported redundantly [INFO] [stderr] --> src/factory/mod.rs:916:13 [INFO] [stderr] | [INFO] [stderr] 14 | use gfx::traits::{Factory as Factory_, FactoryExt}; [INFO] [stderr] | ---------- the item `FactoryExt` is already imported here [INFO] [stderr] ... [INFO] [stderr] 916 | use gfx::traits::FactoryExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Read` is imported redundantly [INFO] [stderr] --> src/factory/mod.rs:994:13 [INFO] [stderr] | [INFO] [stderr] 8 | use std::io::Read; [INFO] [stderr] | ------------- the item `Read` is already imported here [INFO] [stderr] ... [INFO] [stderr] 994 | use self::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/audio.rs:226:36 [INFO] [stderr] | [INFO] [stderr] 226 | let mut boxed: Box + Send> = if let Ok(decoder) = decoder { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn r::Source + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `FactoryExt` is imported redundantly [INFO] [stderr] --> src/factory/mod.rs:916:13 [INFO] [stderr] | [INFO] [stderr] 14 | use gfx::traits::{Factory as Factory_, FactoryExt}; [INFO] [stderr] | ---------- the item `FactoryExt` is already imported here [INFO] [stderr] ... [INFO] [stderr] 916 | use gfx::traits::FactoryExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Read` is imported redundantly [INFO] [stderr] --> src/factory/mod.rs:994:13 [INFO] [stderr] | [INFO] [stderr] 8 | use std::io::Read; [INFO] [stderr] | ------------- the item `Read` is already imported here [INFO] [stderr] ... [INFO] [stderr] 994 | use self::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning[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] = 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 `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] = 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] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "3e411d50c0e233554924fad638f33a5a09fdfe97ca6cc5ef9564c727d2e013ea"` [INFO] running `"docker" "rm" "-f" "3e411d50c0e233554924fad638f33a5a09fdfe97ca6cc5ef9564c727d2e013ea"` [INFO] [stdout] 3e411d50c0e233554924fad638f33a5a09fdfe97ca6cc5ef9564c727d2e013ea