[INFO] cloning repository https://github.com/MerHS/clgl-graphics [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MerHS/clgl-graphics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMerHS%2Fclgl-graphics"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMerHS%2Fclgl-graphics'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 319878a3f671ecf4ae2f54e3dc8d32a28f73cfb8 [INFO] testing MerHS/clgl-graphics against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMerHS%2Fclgl-graphics" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MerHS/clgl-graphics 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/MerHS/clgl-graphics [INFO] finished tweaking git repo https://github.com/MerHS/clgl-graphics [INFO] tweaked toml for git repo https://github.com/MerHS/clgl-graphics written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/MerHS/clgl-graphics 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] error: the lock file /workspace/builds/worker-5/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/sebcrozet/nalgebra` [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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] ad094b889a5b2bb524af52bcfdb95a6d27574ed343e487913b250aa6abf01bb0 [INFO] running `"docker" "start" "-a" "ad094b889a5b2bb524af52bcfdb95a6d27574ed343e487913b250aa6abf01bb0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling paste-impl v0.1.16 [INFO] [stderr] Compiling paste v0.1.16 [INFO] [stderr] Compiling simba v0.1.2 [INFO] [stderr] Compiling nalgebra v0.21.0 (https://github.com/sebcrozet/nalgebra#8fbd2b6d) [INFO] [stderr] Compiling spline_maker v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `na::Vec2`, `na::Vec3`, `na::UnitQuat` [INFO] [stderr] --> src/parse_dat.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | use na::{Vec2, Vec3, UnitQuat, Norm}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^ no `UnitQuat` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Vec3` in the root [INFO] [stderr] | no `Vec2` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Vec3` [INFO] [stderr] --> src/section.rs:147:42 [INFO] [stderr] | [INFO] [stderr] 147 | let v3 = (*self).rot.rotate(&Vec3::new(v.x, 0f32, v.y)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Vec3` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Vec3` [INFO] [stderr] --> src/section.rs:166:42 [INFO] [stderr] | [INFO] [stderr] 166 | let v3 = (*self).rot.rotate(&Vec3::new(v.x, 0f32, v.y)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Vec3` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | (*self) * UnitQuat::new(((*self).inv().unwrap() * *q2).rotation() * t) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | ... *c0 * UnitQuat::new(c0_1 * t), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | ... *c1 * UnitQuat::new(c1_2 * t), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | ... *c2 * UnitQuat::new(c2_3 * t))) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:91:21 [INFO] [stderr] | [INFO] [stderr] 91 | let a = (*c1) * UnitQuat::new(((*c0).inv().unwrap() * (*c2)).rotation() / 6.0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnitQuat` [INFO] [stderr] --> src/spline.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | let b = (*c2) * UnitQuat::new(((*c3).inv().unwrap() * (*c1)).rotation() / 6.0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `UnitQuat` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/section.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | pub cont_pos: Vec>, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 18 | pub cont_pos: Vec>, [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 17 | pub struct Section { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/section.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | pub rot: UnitQuat, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/section.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | pub pos: Vec3 [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/section.rs:105:35 [INFO] [stderr] | [INFO] [stderr] 105 | let mut cont_pos: Vec>> = Vec::with_capacity(part as usize); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 105 | let mut cont_pos: Vec>> = Vec::with_capacity(part as usize); [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 94 | impl Section{ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/section.rs:127:36 [INFO] [stderr] | [INFO] [stderr] 127 | let mut cont_copy: Vec> = Vec::with_capacity(s); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 127 | let mut cont_copy: Vec> = Vec::with_capacity(s); [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 94 | impl Section{ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/section.rs:144:29 [INFO] [stderr] | [INFO] [stderr] 144 | let mut cont_b: Vec> = Vec::with_capacity(c_len); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 144 | let mut cont_b: Vec> = Vec::with_capacity(c_len); [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 94 | impl Section{ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/section.rs:163:29 [INFO] [stderr] | [INFO] [stderr] 163 | let mut cont_b: Vec> = Vec::with_capacity(c_len); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 163 | let mut cont_b: Vec> = Vec::with_capacity(c_len); [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 94 | impl Section{ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `BaseFloat` in this scope [INFO] [stderr] --> src/spline.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | pub trait Slerp { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:4:22 [INFO] [stderr] | [INFO] [stderr] 4 | fn slerp(&self, &UnitQuat, N) -> UnitQuat; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:4:41 [INFO] [stderr] | [INFO] [stderr] 4 | fn slerp(&self, &UnitQuat, N) -> UnitQuat; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | impl Slerp for UnitQuat{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `BaseFloat` in this scope [INFO] [stderr] --> src/spline.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | impl Slerp for UnitQuat{ [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:8:26 [INFO] [stderr] | [INFO] [stderr] 8 | fn slerp(&self, q2: &UnitQuat, t: N) -> UnitQuat { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:8:48 [INFO] [stderr] | [INFO] [stderr] 8 | fn slerp(&self, q2: &UnitQuat, t: N) -> UnitQuat { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:13:37 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn bezier_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:13:53 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn bezier_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:14:60 [INFO] [stderr] | [INFO] [stderr] 14 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 14 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 13 | pub fn bezier_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn bezier_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn bezier_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:23:42 [INFO] [stderr] | [INFO] [stderr] 23 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 23 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 22 | pub fn bezier_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn catmull_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:43:54 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn catmull_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:44:42 [INFO] [stderr] | [INFO] [stderr] 44 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:44:60 [INFO] [stderr] | [INFO] [stderr] 44 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 44 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 43 | pub fn catmull_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:48:38 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn catmull_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:48:54 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn catmull_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:49:42 [INFO] [stderr] | [INFO] [stderr] 49 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:49:60 [INFO] [stderr] | [INFO] [stderr] 49 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 49 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 48 | pub fn catmull_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn bspline_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:53:54 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn bspline_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:54:26 [INFO] [stderr] | [INFO] [stderr] 54 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:54:42 [INFO] [stderr] | [INFO] [stderr] 54 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/spline.rs:54:60 [INFO] [stderr] | [INFO] [stderr] 54 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 54 | c2: &Vec2, c3: &Vec2) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 53 | pub fn bspline_dots2(part: i32, c0: &Vec2, c1: &Vec2, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:62:38 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn bspline_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:62:54 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn bspline_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:63:26 [INFO] [stderr] | [INFO] [stderr] 63 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:63:42 [INFO] [stderr] | [INFO] [stderr] 63 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> src/spline.rs:63:60 [INFO] [stderr] | [INFO] [stderr] 63 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 63 | c2: &Vec3, c3: &Vec3) -> Vec>{ [INFO] [stderr] | ^^^ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 62 | pub fn bspline_dots3(part: i32, c0: &Vec3, c1: &Vec3, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:72:37 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn bezier_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:72:57 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn bezier_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:73:27 [INFO] [stderr] | [INFO] [stderr] 73 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:73:47 [INFO] [stderr] | [INFO] [stderr] 73 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:73:69 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn bezier_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 73 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:89:38 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn catmull_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn catmull_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:90:27 [INFO] [stderr] | [INFO] [stderr] 90 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:90:47 [INFO] [stderr] | [INFO] [stderr] 90 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnitQuat` in this scope [INFO] [stderr] --> src/spline.rs:90:69 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn catmull_quats(part: i32, c0: &UnitQuat, c1: &UnitQuat, [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 90 | c2: &UnitQuat, c3: &UnitQuat) -> Vec>{ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `Norm` [INFO] [stderr] --> src/parse_dat.rs:1:32 [INFO] [stderr] | [INFO] [stderr] 1 | use na::{Vec2, Vec3, UnitQuat, Norm}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/section.rs:76:22 [INFO] [stderr] | [INFO] [stderr] 76 | for j in (0..(self.sect_n-3)){ [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 `for` iterator expression [INFO] [stderr] --> src/section.rs:107:18 [INFO] [stderr] | [INFO] [stderr] 107 | for _ in (0..part){ [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/section.rs:110:18 [INFO] [stderr] | [INFO] [stderr] 110 | for j in (0..s){ [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/section.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | for i in (0..(part as usize)){ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/section.rs:152:19 [INFO] [stderr] | [INFO] [stderr] 152 | for i0 in (0..c_len){ [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/section.rs:171:19 [INFO] [stderr] | [INFO] [stderr] 171 | for i0 in (0..c_len){ [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `spline::*` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use spline::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/parse_dat.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | ... Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/section.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/section.rs:52:54 [INFO] [stderr] | [INFO] [stderr] 52 | Err(why) => panic!("Couldn't create {}", Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 63 previous errors; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `spline_maker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ad094b889a5b2bb524af52bcfdb95a6d27574ed343e487913b250aa6abf01bb0"` [INFO] running `"docker" "rm" "-f" "ad094b889a5b2bb524af52bcfdb95a6d27574ed343e487913b250aa6abf01bb0"` [INFO] [stdout] ad094b889a5b2bb524af52bcfdb95a6d27574ed343e487913b250aa6abf01bb0