[INFO] updating cached repository https://github.com/brollb/sketch-adventures [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] c90e2972a395407b2ac9d449ca696a5f1198bb5a [INFO] checking brollb/sketch-adventures against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrollb%2Fsketch-adventures" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/brollb/sketch-adventures on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/brollb/sketch-adventures [INFO] finished tweaking git repo https://github.com/brollb/sketch-adventures [INFO] tweaked toml for git repo https://github.com/brollb/sketch-adventures written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/brollb/sketch-adventures already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9ec767a2986eb0d192cd001962488d816d88d369503f8eb081d1765f2ce71475 [INFO] running `"docker" "start" "-a" "9ec767a2986eb0d192cd001962488d816d88d369503f8eb081d1765f2ce71475"` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Checking num-rational v0.1.41 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking piston2d-graphics v0.24.0 [INFO] [stderr] Checking gfx_device_gl v0.15.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking piston-gfx_texture v0.31.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.50.0 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.9.10 [INFO] [stderr] Checking wayland-client v0.9.10 [INFO] [stderr] Checking piston2d-gfx_graphics v0.48.0 [INFO] [stderr] Checking wayland-protocols v0.9.10 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] Checking wayland-window v0.8.0 [INFO] [stderr] Checking winit v0.8.3 [INFO] [stderr] Checking glutin v0.10.1 [INFO] [stderr] Checking pistoncore-glutin_window v0.43.0 [INFO] [stderr] Checking piston_window v0.75.0 [INFO] [stderr] Checking sketch-adventures v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:34 [INFO] [stderr] | [INFO] [stderr] 66 | creations: std::vec::Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn creations::Creation` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `texture` is never read [INFO] [stderr] --> src/main.rs:472:13 [INFO] [stderr] | [INFO] [stderr] 472 | let mut texture = Texture::from_image( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:34 [INFO] [stderr] | [INFO] [stderr] 66 | creations: std::vec::Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn creations::Creation` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `texture` is never read [INFO] [stderr] --> src/main.rs:472:13 [INFO] [stderr] | [INFO] [stderr] 472 | let mut texture = Texture::from_image( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `"docker" "inspect" "9ec767a2986eb0d192cd001962488d816d88d369503f8eb081d1765f2ce71475"` [INFO] running `"docker" "rm" "-f" "9ec767a2986eb0d192cd001962488d816d88d369503f8eb081d1765f2ce71475"` [INFO] [stdout] 9ec767a2986eb0d192cd001962488d816d88d369503f8eb081d1765f2ce71475