[INFO] updating cached repository irauta/regl-app [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/irauta/regl-app [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/irauta/regl-app" "work/ex/beta-1.38-1/sources/1.37.0/gh/irauta/regl-app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/irauta/regl-app'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/irauta/regl-app" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/irauta/regl-app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/irauta/regl-app'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8c6f84e2f845267714f5b5f1117eb426a5f459f6 [INFO] sha for GitHub repo irauta/regl-app: 8c6f84e2f845267714f5b5f1117eb426a5f459f6 [INFO] validating manifest of irauta/regl-app on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of irauta/regl-app on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing irauta/regl-app [INFO] finished frobbing irauta/regl-app [INFO] frobbed toml for irauta/regl-app written to work/ex/beta-1.38-1/sources/1.37.0/gh/irauta/regl-app/Cargo.toml [INFO] started frobbing irauta/regl-app [INFO] finished frobbing irauta/regl-app [INFO] frobbed toml for irauta/regl-app written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/irauta/regl-app/Cargo.toml [INFO] crate irauta/regl-app already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/irauta/regl-app/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "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 `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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 `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing irauta/regl-app against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/irauta/regl-app:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 73ae61647502da71b21a3148759aeabc933cc0641a5595c63b0de7273797c089 [INFO] running `"docker" "start" "-a" "73ae61647502da71b21a3148759aeabc933cc0641a5595c63b0de7273797c089"` [INFO] [stderr] Compiling cgmath v0.17.0 (https://github.com/bjz/cgmath-rs.git#ec5261d1) [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl_generator v0.13.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling glfw v0.31.0 [INFO] [stderr] Compiling regl v0.1.0 (https://github.com/irauta/regl.git#c80116e6) [INFO] [stderr] Compiling regl-app v0.1.0 (/opt/crater/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 type `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 type `cgmath::Point3` [INFO] [stderr] found type `&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 type `cgmath::Point3` [INFO] [stderr] found type `&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 type `cgmath::Vector3` [INFO] [stderr] found type `&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] 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 [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" "73ae61647502da71b21a3148759aeabc933cc0641a5595c63b0de7273797c089"` [INFO] running `"docker" "rm" "-f" "73ae61647502da71b21a3148759aeabc933cc0641a5595c63b0de7273797c089"` [INFO] [stdout] 73ae61647502da71b21a3148759aeabc933cc0641a5595c63b0de7273797c089