[INFO] cloning repository https://github.com/yasushisakai/matrix_calc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yasushisakai/matrix_calc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasushisakai%2Fmatrix_calc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasushisakai%2Fmatrix_calc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aa31d14be99313a5b739be2b353dceb017d8051c [INFO] checking yasushisakai/matrix_calc against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasushisakai%2Fmatrix_calc" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yasushisakai/matrix_calc on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yasushisakai/matrix_calc [INFO] removed path dependency geometry from git repo https://github.com/yasushisakai/matrix_calc [INFO] finished tweaking git repo https://github.com/yasushisakai/matrix_calc [INFO] tweaked toml for git repo https://github.com/yasushisakai/matrix_calc written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yasushisakai/matrix_calc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (geometry) 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-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (geometry) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded geometry v0.2.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 92654681cddd407dad72766c37ca7fad66e55455dee66a39704f432d98d5f5af [INFO] running `"docker" "start" "-a" "92654681cddd407dad72766c37ca7fad66e55455dee66a39704f432d98d5f5af"` [INFO] [stderr] warning: dependency (geometry) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking wavefront_obj v2.0.4 [INFO] [stderr] Checking range v0.2.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking geometry v0.2.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking matrix_calc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `geometry::matrix3` [INFO] [stderr] --> src/main.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | use geometry::matrix3::Mat3; [INFO] [stderr] | ^^^^^^^ could not find `matrix3` in `geometry` [INFO] [stderr] error[E0432]: unresolved import `geometry::matrix3` [INFO] [stderr] --> src/main.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | use geometry::matrix3::Mat3; [INFO] [stderr] | ^^^^^^^ could not find `matrix3` in `geometry` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `geometry::quaternion` [INFO] [stderr] --> src/main.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use geometry::quaternion::Quat; [INFO] [stderr] | ^^^^^^^^^^ could not find `quaternion` in `geometry` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `geometry::vector` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use geometry::vector::Vec3; [INFO] [stderr] | ^^^^^^ could not find `vector` in `geometry` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | fn read_csv() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | if (is_before) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `geometry::quaternion` [INFO] [stderr] --> src/main.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use geometry::quaternion::Quat; [INFO] [stderr] | ^^^^^^^^^^ could not find `quaternion` in `geometry` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `geometry::vector` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use geometry::vector::Vec3; [INFO] [stderr] | ^^^^^^ could not find `vector` in `geometry` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | fn read_csv() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | if (is_before) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `matrix_calc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `matrix_calc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "92654681cddd407dad72766c37ca7fad66e55455dee66a39704f432d98d5f5af"` [INFO] running `"docker" "rm" "-f" "92654681cddd407dad72766c37ca7fad66e55455dee66a39704f432d98d5f5af"` [INFO] [stdout] 92654681cddd407dad72766c37ca7fad66e55455dee66a39704f432d98d5f5af