[INFO] updating cached repository https://github.com/msiglreith/gfx_ocean [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 199f84764a23df612989eb7592e938327d12c7ec [INFO] checking msiglreith/gfx_ocean against master#6d69caba110c0c2fb90180df1cbc8be5033b91d4 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsiglreith%2Fgfx_ocean" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/msiglreith/gfx_ocean on toolchain 6d69caba110c0c2fb90180df1cbc8be5033b91d4 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/msiglreith/gfx_ocean [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/msiglreith/gfx_ocean [INFO] tweaked toml for git repo https://github.com/msiglreith/gfx_ocean written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/msiglreith/gfx_ocean already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-0/source/examples/desktop.rs [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "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] 5253a378f490d7a01131131192690179254bd32929e845a6e98723266c429e9a [INFO] running `"docker" "start" "-a" "5253a378f490d7a01131131192690179254bd32929e845a6e98723266c429e9a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/examples/desktop.rs [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Checking smallvec v1.3.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking gfx-hal v0.5.0 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.22.1 [INFO] [stderr] Checking nalgebra-glm v0.4.2 [INFO] [stderr] Checking gfx-ocean v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `touch_y` [INFO] [stderr] --> src/camera.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | y: touch_y, [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_touch_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `screen_y` [INFO] [stderr] --> src/camera.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | height: screen_y, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_screen_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `touch_y` [INFO] [stderr] --> src/camera.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | y: touch_y, [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_touch_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `screen_y` [INFO] [stderr] --> src/camera.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | height: screen_y, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_screen_y` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ocean::run` [INFO] [stderr] --> examples/desktop.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use ocean::run; [INFO] [stderr] | ^^^^^^^^^^ no `run` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `gfx-ocean`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `ocean::run` [INFO] [stderr] --> examples/desktop.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use ocean::run; [INFO] [stderr] | ^^^^^^^^^^ no `run` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `gfx-ocean`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `ocean::run` [INFO] [stderr] --> examples/desktop.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use ocean::run; [INFO] [stderr] | ^^^^^^^^^^ no `run` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `gfx-ocean`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5253a378f490d7a01131131192690179254bd32929e845a6e98723266c429e9a"` [INFO] running `"docker" "rm" "-f" "5253a378f490d7a01131131192690179254bd32929e845a6e98723266c429e9a"` [INFO] [stdout] 5253a378f490d7a01131131192690179254bd32929e845a6e98723266c429e9a