[INFO] updating cached repository AnchoviesHat/render [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AnchoviesHat/render [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AnchoviesHat/render" "work/ex/beta-1.38-1/sources/1.37.0/gh/AnchoviesHat/render"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/AnchoviesHat/render'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AnchoviesHat/render" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AnchoviesHat/render"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AnchoviesHat/render'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 984325eb28d07af1ed739b28097c63a53b7015ee [INFO] sha for GitHub repo AnchoviesHat/render: 984325eb28d07af1ed739b28097c63a53b7015ee [INFO] validating manifest of AnchoviesHat/render 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 AnchoviesHat/render 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 AnchoviesHat/render [INFO] finished frobbing AnchoviesHat/render [INFO] frobbed toml for AnchoviesHat/render written to work/ex/beta-1.38-1/sources/1.37.0/gh/AnchoviesHat/render/Cargo.toml [INFO] started frobbing AnchoviesHat/render [INFO] finished frobbing AnchoviesHat/render [INFO] frobbed toml for AnchoviesHat/render written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AnchoviesHat/render/Cargo.toml [INFO] crate AnchoviesHat/render 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/AnchoviesHat/render/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AnchoviesHat/render 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-2/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/AnchoviesHat/render:/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] 617adb18327b04a02391565528c289c6d2dc398b13473fadc799324ccd79cc1e [INFO] running `"docker" "start" "-a" "617adb18327b04a02391565528c289c6d2dc398b13473fadc799324ccd79cc1e"` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling render v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::Vec2`, `nalgebra::Vec3` [INFO] [stderr] --> src/vbuffer.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use nalgebra::{Vec2, Vec3}; [INFO] [stderr] | ^^^^ ^^^^ no `Vec3` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Vec2` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cast` [INFO] [stderr] --> src/vbuffer.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use nalgebra::cast; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `cast` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bincode::SizeLimit` [INFO] [stderr] --> src/tga.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use bincode::SizeLimit; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no `SizeLimit` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bincode::rustc_serialize` [INFO] [stderr] --> src/tga.rs:5:14 [INFO] [stderr] | [INFO] [stderr] 5 | use bincode::rustc_serialize::encode; [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rustc_serialize` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::Vec2`, `nalgebra::Vec3`, `nalgebra::DMat` [INFO] [stderr] --> src/object.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | use nalgebra::{Vec2, Vec3, DMat}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^ no `DMat` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Vec3` in the root [INFO] [stderr] | no `Vec2` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cross` [INFO] [stderr] --> src/object.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use nalgebra::cross; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `cross` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::new_identity` [INFO] [stderr] --> src/object.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use nalgebra::new_identity; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `new_identity` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::Vec3` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use nalgebra::Vec3; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tga.rs:89:50 [INFO] [stderr] | [INFO] [stderr] 89 | let mut data: Vec = Vec::with_capacity(((width as usize) * (height as usize))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tga.rs:98:53 [INFO] [stderr] | [INFO] [stderr] 98 | let mut byte_data: Vec = Vec::with_capacity(((width as usize) * (height as usize) * bytes)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `nalgebra::Norm` [INFO] [stderr] --> src/object.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use nalgebra::Norm; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `render`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "617adb18327b04a02391565528c289c6d2dc398b13473fadc799324ccd79cc1e"` [INFO] running `"docker" "rm" "-f" "617adb18327b04a02391565528c289c6d2dc398b13473fadc799324ccd79cc1e"` [INFO] [stdout] 617adb18327b04a02391565528c289c6d2dc398b13473fadc799324ccd79cc1e