[INFO] cloning repository https://github.com/yupferris/mocap [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yupferris/mocap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyupferris%2Fmocap"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyupferris%2Fmocap'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] abe126edfc16eec1302cca3ac408647d258dfdb1 [INFO] testing yupferris/mocap against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyupferris%2Fmocap" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yupferris/mocap 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/yupferris/mocap [INFO] removed path dependency bvh from git repo https://github.com/yupferris/mocap [INFO] finished tweaking git repo https://github.com/yupferris/mocap [INFO] tweaked toml for git repo https://github.com/yupferris/mocap written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/yupferris/mocap 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] warning: dependency (bvh) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/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] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (bvh) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] fe1f601890f4db8c50a44aa43d92085115e2f7f021af3970c9c335b419e44639 [INFO] running `"docker" "start" "-a" "fe1f601890f4db8c50a44aa43d92085115e2f7f021af3970c9c335b419e44639"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (bvh) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling nalgebra v0.20.0 [INFO] [stderr] Compiling bvh v0.3.2 [INFO] [stderr] Compiling mocap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:95:22 [INFO] [stderr] | [INFO] [stderr] 95 | bvh::Channel::XPosition => ChannelType::TranslationX, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:96:22 [INFO] [stderr] | [INFO] [stderr] 96 | bvh::Channel::YPosition => ChannelType::TranslationY, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:97:22 [INFO] [stderr] | [INFO] [stderr] 97 | bvh::Channel::ZPosition => ChannelType::TranslationZ, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | bvh::Channel::XRotation => ChannelType::RotationX, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:99:22 [INFO] [stderr] | [INFO] [stderr] 99 | bvh::Channel::YRotation => ChannelType::RotationY, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | bvh::Channel::ZRotation => ChannelType::RotationZ, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `JointChildren` in `bvh` [INFO] [stderr] --> src/main.rs:115:18 [INFO] [stderr] | [INFO] [stderr] 115 | bvh::JointChildren::Joints(ref bvh_joints) => JointChildren::Joints(bvh_joints.iter().map(|joint| build_joint(joint, frames, channel_index, channel_quantization_bits)).collect()), [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `JointChildren` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `JointChildren` in `bvh` [INFO] [stderr] --> src/main.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | bvh::JointChildren::EndSite(ref bvh_end_site) => JointChildren::EndSite((bvh_end_site.offset.x as _, bvh_end_site.offset.y as _, bvh_end_site.offset.z as _)), [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `JointChildren` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:140:47 [INFO] [stderr] | [INFO] [stderr] 140 | ChannelType::TranslationX => bvh::Channel::XPosition, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:141:47 [INFO] [stderr] | [INFO] [stderr] 141 | ChannelType::TranslationY => bvh::Channel::YPosition, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:142:47 [INFO] [stderr] | [INFO] [stderr] 142 | ChannelType::TranslationZ => bvh::Channel::ZPosition, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:143:44 [INFO] [stderr] | [INFO] [stderr] 143 | ChannelType::RotationX => bvh::Channel::XRotation, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | ChannelType::RotationY => bvh::Channel::YRotation, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Channel` in `bvh` [INFO] [stderr] --> src/main.rs:145:44 [INFO] [stderr] | [INFO] [stderr] 145 | ChannelType::RotationZ => bvh::Channel::ZRotation, [INFO] [stderr] | ^^^^^^^ could not find `Channel` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `JointChildren` in `bvh` [INFO] [stderr] --> src/main.rs:164:55 [INFO] [stderr] | [INFO] [stderr] 164 | JointChildren::Joints(ref joints) => bvh::JointChildren::Joints(joints.iter().map(|joint| build_bvh_joint(joint, frames, channel_quantization_bits)).collect()), [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `JointChildren` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `JointChildren` in `bvh` [INFO] [stderr] --> src/main.rs:165:56 [INFO] [stderr] | [INFO] [stderr] 165 | JointChildren::EndSite(ref offset) => bvh::JointChildren::EndSite(bvh::EndSite { [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `JointChildren` in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bvh` in crate `bvh` [INFO] [stderr] --> src/main.rs:47:27 [INFO] [stderr] | [INFO] [stderr] 47 | fn build_mocap(bvh: &bvh::Bvh, channel_quantization_bits: u8) -> Mocap { [INFO] [stderr] | ^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Joint` in crate `bvh` [INFO] [stderr] --> src/main.rs:58:33 [INFO] [stderr] | [INFO] [stderr] 58 | fn build_joint(bvh_joint: &bvh::Joint, frames: &Vec>, channel_index: &mut usize, channel_quantization_bits: u8) -> Joint { [INFO] [stderr] | ^^^^^ not found in `bvh` [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 3 | use Joint; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Bvh` in crate `bvh` [INFO] [stderr] --> src/main.rs:121:37 [INFO] [stderr] | [INFO] [stderr] 121 | fn build_bvh(mocap: &Mocap) -> bvh::Bvh { [INFO] [stderr] | ^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Bvh` in crate `bvh` [INFO] [stderr] --> src/main.rs:124:10 [INFO] [stderr] | [INFO] [stderr] 124 | bvh::Bvh { [INFO] [stderr] | ^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hierarchy` in crate `bvh` [INFO] [stderr] --> src/main.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | hierarchy: bvh::Hierarchy { [INFO] [stderr] | ^^^^^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Motion` in crate `bvh` [INFO] [stderr] --> src/main.rs:128:22 [INFO] [stderr] | [INFO] [stderr] 128 | motion: bvh::Motion { [INFO] [stderr] | ^^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Joint` in crate `bvh` [INFO] [stderr] --> src/main.rs:136:102 [INFO] [stderr] | [INFO] [stderr] 136 | fn build_bvh_joint(joint: &Joint, frames: &mut Vec>, channel_quantization_bits: u8) -> bvh::Joint { [INFO] [stderr] | ^^^^^ not found in `bvh` [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 3 | use Joint; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Joint` in crate `bvh` [INFO] [stderr] --> src/main.rs:159:10 [INFO] [stderr] | [INFO] [stderr] 159 | bvh::Joint { [INFO] [stderr] | ^^^^^ not found in `bvh` [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 3 | use Joint; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `EndSite` in crate `bvh` [INFO] [stderr] --> src/main.rs:165:84 [INFO] [stderr] | [INFO] [stderr] 165 | JointChildren::EndSite(ref offset) => bvh::JointChildren::EndSite(bvh::EndSite { [INFO] [stderr] | ^^^^^^^ not found in `bvh` [INFO] [stderr] | [INFO] [stderr] help: consider importing this variant [INFO] [stderr] | [INFO] [stderr] 3 | use JointChildren::EndSite; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Offset` in crate `bvh` [INFO] [stderr] --> src/main.rs:172:55 [INFO] [stderr] | [INFO] [stderr] 172 | fn build_bvh_offset(offset: &(f32, f32, f32)) -> bvh::Offset { [INFO] [stderr] | ^^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Offset` in crate `bvh` [INFO] [stderr] --> src/main.rs:173:10 [INFO] [stderr] | [INFO] [stderr] 173 | bvh::Offset { [INFO] [stderr] | ^^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `parse` in crate `bvh` [INFO] [stderr] --> src/main.rs:193:20 [INFO] [stderr] | [INFO] [stderr] 193 | let bvh = bvh::parse(&input).unwrap(); [INFO] [stderr] | ^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `serialize` in crate `bvh` [INFO] [stderr] --> src/main.rs:200:14 [INFO] [stderr] | [INFO] [stderr] 200 | bvh::serialize(&bvh, &mut output).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in `bvh` [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `mocap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fe1f601890f4db8c50a44aa43d92085115e2f7f021af3970c9c335b419e44639"` [INFO] running `"docker" "rm" "-f" "fe1f601890f4db8c50a44aa43d92085115e2f7f021af3970c9c335b419e44639"` [INFO] [stdout] fe1f601890f4db8c50a44aa43d92085115e2f7f021af3970c9c335b419e44639