[INFO] crate piston2d-glium_graphics 0.72.0 is already in cache [INFO] testing piston2d-glium_graphics-0.72.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate piston2d-glium_graphics 0.72.0 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate piston2d-glium_graphics 0.72.0 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 crates.io crate piston2d-glium_graphics 0.72.0 [INFO] finished tweaking crates.io crate piston2d-glium_graphics 0.72.0 [INFO] tweaked toml for crates.io crate piston2d-glium_graphics 0.72.0 written to work/builds/worker-9/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 4b7938ddf28d26d0642d6603dba1e9ee61534f10d78d728f78f32f15a905d381 [INFO] running `"docker" "start" "-a" "4b7938ddf28d26d0642d6603dba1e9ee61534f10d78d728f78f32f15a905d381"` [INFO] [stderr] Compiling takeable-option v0.4.0 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling piston2d-glium_graphics v0.72.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/back_end.rs:157:29 [INFO] [stderr] | [INFO] [stderr] 157 | where F: FnMut(&mut FnMut(&[[f32; 2]])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[[f32; 2]])` [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/back_end.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | where F: FnMut(&mut FnMut(&[[f32; 2]], &[[f32; 2]])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[[f32; 2]], &[[f32; 2]])` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window.rs:59:92 [INFO] [stderr] | [INFO] [stderr] 59 | fn build_from_window_settings(settings: &WindowSettings) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.69s [INFO] running `"docker" "inspect" "4b7938ddf28d26d0642d6603dba1e9ee61534f10d78d728f78f32f15a905d381"` [INFO] running `"docker" "rm" "-f" "4b7938ddf28d26d0642d6603dba1e9ee61534f10d78d728f78f32f15a905d381"` [INFO] [stdout] 4b7938ddf28d26d0642d6603dba1e9ee61534f10d78d728f78f32f15a905d381 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 18f622dfa6527bf96271c9e695a65de66d7625272e2db2e20e07d48ed4af805b [INFO] running `"docker" "start" "-a" "18f622dfa6527bf96271c9e695a65de66d7625272e2db2e20e07d48ed4af805b"` [INFO] [stderr] Compiling piston2d-glium_graphics v0.72.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/back_end.rs:157:29 [INFO] [stderr] | [INFO] [stderr] 157 | where F: FnMut(&mut FnMut(&[[f32; 2]])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[[f32; 2]])` [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/back_end.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | where F: FnMut(&mut FnMut(&[[f32; 2]], &[[f32; 2]])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[[f32; 2]], &[[f32; 2]])` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window.rs:59:92 [INFO] [stderr] | [INFO] [stderr] 59 | fn build_from_window_settings(settings: &WindowSettings) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error: Could not compile `piston2d-glium_graphics`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name texture_wrap examples/texture_wrap.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="check_current_window"' --cfg 'feature="default"' --cfg 'feature="glium_window"' --cfg 'feature="image"' --cfg 'feature="piston"' --cfg 'feature="pistoncore-glutin_window"' -C metadata=763431c0a0188b76 -C extra-filename=-763431c0a0188b76 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern glium=/opt/rustwide/target/debug/deps/libglium-0bef7a0cca269f6c.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-37b319eb7995d7bb.rlib --extern piston=/opt/rustwide/target/debug/deps/libpiston-31ab616e6cc7cfa3.rlib --extern shaders_graphics2d=/opt/rustwide/target/debug/deps/libshaders_graphics2d-b67ebc8efcc28133.rlib --extern texture=/opt/rustwide/target/debug/deps/libtexture-dc28835c2d333373.rlib --extern glium_graphics=/opt/rustwide/target/debug/deps/libglium_graphics-286f427bb2dc2a64.rlib --extern graphics=/opt/rustwide/target/debug/deps/libgraphics-01fed421c18a6a64.rlib --extern glutin_window=/opt/rustwide/target/debug/deps/libglutin_window-e4180cf524d293c6.rlib --extern shader_version=/opt/rustwide/target/debug/deps/libshader_version-7b3957892dd419d8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out -L native=/opt/rustwide/target/debug/build/libloading-edb1e849dd4b6da6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `piston2d-glium_graphics`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name image_test examples/image_test.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="check_current_window"' --cfg 'feature="default"' --cfg 'feature="glium_window"' --cfg 'feature="image"' --cfg 'feature="piston"' --cfg 'feature="pistoncore-glutin_window"' -C metadata=27293fe67a12d5a3 -C extra-filename=-27293fe67a12d5a3 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern glium=/opt/rustwide/target/debug/deps/libglium-0bef7a0cca269f6c.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-37b319eb7995d7bb.rlib --extern piston=/opt/rustwide/target/debug/deps/libpiston-31ab616e6cc7cfa3.rlib --extern shaders_graphics2d=/opt/rustwide/target/debug/deps/libshaders_graphics2d-b67ebc8efcc28133.rlib --extern texture=/opt/rustwide/target/debug/deps/libtexture-dc28835c2d333373.rlib --extern glium_graphics=/opt/rustwide/target/debug/deps/libglium_graphics-286f427bb2dc2a64.rlib --extern graphics=/opt/rustwide/target/debug/deps/libgraphics-01fed421c18a6a64.rlib --extern glutin_window=/opt/rustwide/target/debug/deps/libglutin_window-e4180cf524d293c6.rlib --extern shader_version=/opt/rustwide/target/debug/deps/libshader_version-7b3957892dd419d8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out -L native=/opt/rustwide/target/debug/build/libloading-edb1e849dd4b6da6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `piston2d-glium_graphics`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name text_test examples/text_test.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="check_current_window"' --cfg 'feature="default"' --cfg 'feature="glium_window"' --cfg 'feature="image"' --cfg 'feature="piston"' --cfg 'feature="pistoncore-glutin_window"' -C metadata=0adc1c6187e79005 -C extra-filename=-0adc1c6187e79005 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern glium=/opt/rustwide/target/debug/deps/libglium-0bef7a0cca269f6c.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-37b319eb7995d7bb.rlib --extern piston=/opt/rustwide/target/debug/deps/libpiston-31ab616e6cc7cfa3.rlib --extern shaders_graphics2d=/opt/rustwide/target/debug/deps/libshaders_graphics2d-b67ebc8efcc28133.rlib --extern texture=/opt/rustwide/target/debug/deps/libtexture-dc28835c2d333373.rlib --extern glium_graphics=/opt/rustwide/target/debug/deps/libglium_graphics-286f427bb2dc2a64.rlib --extern graphics=/opt/rustwide/target/debug/deps/libgraphics-01fed421c18a6a64.rlib --extern glutin_window=/opt/rustwide/target/debug/deps/libglutin_window-e4180cf524d293c6.rlib --extern shader_version=/opt/rustwide/target/debug/deps/libshader_version-7b3957892dd419d8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out -L native=/opt/rustwide/target/debug/build/libloading-edb1e849dd4b6da6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "18f622dfa6527bf96271c9e695a65de66d7625272e2db2e20e07d48ed4af805b"` [INFO] running `"docker" "rm" "-f" "18f622dfa6527bf96271c9e695a65de66d7625272e2db2e20e07d48ed4af805b"` [INFO] [stdout] 18f622dfa6527bf96271c9e695a65de66d7625272e2db2e20e07d48ed4af805b