[INFO] updating cached repository https://github.com/rotwatsb/t3tropolis [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] fc7daf3c19403c1157d62d1f3e94765b4e23a0a8 [INFO] testing rotwatsb/t3tropolis against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frotwatsb%2Ft3tropolis" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rotwatsb/t3tropolis on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rotwatsb/t3tropolis [INFO] finished tweaking git repo https://github.com/rotwatsb/t3tropolis [INFO] tweaked toml for git repo https://github.com/rotwatsb/t3tropolis written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/rotwatsb/t3tropolis already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/sebcrozet/kiss3d` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f49158ac3f562786c42db4e5fcc130ca8a7308532c671417cefc5545a6061338 [INFO] running `"docker" "start" "-a" "f49158ac3f562786c42db4e5fcc130ca8a7308532c671417cefc5545a6061338"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling slotmap v0.3.0 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling semver v0.2.3 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling nalgebra v0.8.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling glfw v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling ncollide3d v0.20.1 [INFO] [stderr] Compiling kiss3d v0.21.0 (https://github.com/sebcrozet/kiss3d#ffbe983a) [INFO] [stderr] Compiling t3tropolis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `kiss3d::resource::material::Matrixerial` [INFO] [stderr] --> src/draw.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use kiss3d::resource::material::Matrixerial; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Material` [INFO] [stderr] | no `Matrixerial` in `resource::material` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bincode::SizeLimit` [INFO] [stderr] --> src/networkadapter.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use bincode::SizeLimit; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no `SizeLimit` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bincode::rustc_serialize` [INFO] [stderr] --> src/networkadapter.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | use bincode::rustc_serialize::{encode, decode}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rustc_serialize` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kiss3d::resource::Matrixerial` [INFO] [stderr] --> src/other_material.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use kiss3d::resource::Matrixerial; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Material` [INFO] [stderr] | no `Matrixerial` in `resource` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kiss3d::resource::Shader` [INFO] [stderr] --> src/other_material.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | use kiss3d::resource::{Mesh, Shader, ShaderAttribute, ShaderUniform}; [INFO] [stderr] | ^^^^^^ no `Shader` in `resource` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/other_material.rs:78:31 [INFO] [stderr] | [INFO] [stderr] 78 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `t3tropolis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f49158ac3f562786c42db4e5fcc130ca8a7308532c671417cefc5545a6061338"` [INFO] running `"docker" "rm" "-f" "f49158ac3f562786c42db4e5fcc130ca8a7308532c671417cefc5545a6061338"` [INFO] [stdout] f49158ac3f562786c42db4e5fcc130ca8a7308532c671417cefc5545a6061338