[INFO] updating cached repository https://github.com/irauta/regl-app [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] 8c6f84e2f845267714f5b5f1117eb426a5f459f6 [INFO] testing irauta/regl-app against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firauta%2Fregl-app" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/irauta/regl-app on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/irauta/regl-app [INFO] finished tweaking git repo https://github.com/irauta/regl-app [INFO] tweaked toml for git repo https://github.com/irauta/regl-app written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/irauta/regl-app already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/bjz/cgmath-rs.git` [INFO] [stderr] Updating git repository `https://github.com/irauta/regl.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 386196d0ec5d5321ebbe30d8ca5e815086d11306f32743f0fac366d8e5f9037f [INFO] running `"docker" "start" "-a" "386196d0ec5d5321ebbe30d8ca5e815086d11306f32743f0fac366d8e5f9037f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cgmath v0.17.0 (https://github.com/bjz/cgmath-rs.git#2c7ee50e) [INFO] [stderr] Compiling glfw-sys v3.3.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling glfw v0.37.0 [INFO] [stderr] Compiling regl v0.1.0 (https://github.com/irauta/regl.git#c80116e6) [INFO] [stderr] Compiling regl-app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Rotation3` [INFO] [stderr] --> src/graphics.rs:2:46 [INFO] [stderr] | [INFO] [stderr] 2 | use ::cgmath::{Matrix4,Vector3,Point3,Basis3,Rotation3,Rotation,Rad}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_euler` found for struct `cgmath::Basis3<_>` in the current scope [INFO] [stderr] --> src/graphics.rs:181:29 [INFO] [stderr] | [INFO] [stderr] 181 | let basis = Basis3::from_euler(rad(pitch), rad(yaw), rad(0.0)); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `cgmath::Basis3<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/graphics.rs:187:26 [INFO] [stderr] | [INFO] [stderr] 187 | Matrix4::look_at(&eye, ¢er, &up) [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `cgmath::Point3`, found reference [INFO] [stderr] | help: consider removing the borrow: `eye` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `cgmath::Point3` [INFO] [stderr] found reference `&cgmath::Point3<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/graphics.rs:187:32 [INFO] [stderr] | [INFO] [stderr] 187 | Matrix4::look_at(&eye, ¢er, &up) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `cgmath::Point3`, found reference [INFO] [stderr] | help: consider removing the borrow: `center` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `cgmath::Point3` [INFO] [stderr] found reference `&cgmath::Point3<{float}>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/graphics.rs:187:41 [INFO] [stderr] | [INFO] [stderr] 187 | Matrix4::look_at(&eye, ¢er, &up) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `cgmath::Vector3`, found reference [INFO] [stderr] | help: consider removing the borrow: `up` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `cgmath::Vector3` [INFO] [stderr] found reference `&cgmath::Vector3<_>` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `cgmath::Rad` has no field named `s` [INFO] [stderr] --> src/graphics.rs:210:11 [INFO] [stderr] | [INFO] [stderr] 210 | Rad { s: value } [INFO] [stderr] | --- ^ field does not exist [INFO] [stderr] | | [INFO] [stderr] | `cgmath::Rad<_>` is a tuple struct, use the appropriate syntax: `cgmath::Rad<_>(/* fields */)` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/git/checkouts/cgmath-rs-71b806d64542a22e/2c7ee50/src/angle.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub struct Rad(pub S); [INFO] [stderr] | --- `cgmath::Rad<_>` defined here [INFO] [stderr] [INFO] [stderr] warning: unused import: `Rotation` [INFO] [stderr] --> src/graphics.rs:2:56 [INFO] [stderr] | [INFO] [stderr] 2 | use ::cgmath::{Matrix4,Vector3,Point3,Basis3,Rotation3,Rotation,Rad}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0560, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `regl-app`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "386196d0ec5d5321ebbe30d8ca5e815086d11306f32743f0fac366d8e5f9037f"` [INFO] running `"docker" "rm" "-f" "386196d0ec5d5321ebbe30d8ca5e815086d11306f32743f0fac366d8e5f9037f"` [INFO] [stdout] 386196d0ec5d5321ebbe30d8ca5e815086d11306f32743f0fac366d8e5f9037f