[INFO] crate affine_transforms 0.2.0 is already in cache [INFO] extracting crate affine_transforms 0.2.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/affine_transforms/0.2.0 [INFO] extracting crate affine_transforms 0.2.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/affine_transforms/0.2.0 [INFO] validating manifest of affine_transforms-0.2.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of affine_transforms-0.2.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing affine_transforms-0.2.0 [INFO] finished frobbing affine_transforms-0.2.0 [INFO] frobbed toml for affine_transforms-0.2.0 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/affine_transforms/0.2.0/Cargo.toml [INFO] started frobbing affine_transforms-0.2.0 [INFO] finished frobbing affine_transforms-0.2.0 [INFO] frobbed toml for affine_transforms-0.2.0 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/affine_transforms/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking affine_transforms-0.2.0 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-6/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/affine_transforms/0.2.0:/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=forbid" "-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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] eb7ba1660eac2d6f83c960b719eaf45f0a2653d1a6abe00b3ebc169bf9744da3 [INFO] running `"docker" "start" "-a" "eb7ba1660eac2d6f83c960b719eaf45f0a2653d1a6abe00b3ebc169bf9744da3"` [INFO] [stderr] Checking affine_transforms v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: method `Zero` should have a snake case name [INFO] [stderr] --> src/matrices.rs:138:12 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn Zero() -> AffineMatrix { [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `zero` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `Identity` should have a snake case name [INFO] [stderr] --> src/matrices.rs:142:12 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn Identity() -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `identity` [INFO] [stderr] [INFO] [stderr] warning: method `Translation` should have a snake case name [INFO] [stderr] --> src/matrices.rs:151:12 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn Translation(x : f64, y : f64, z : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `translation` [INFO] [stderr] [INFO] [stderr] warning: method `RotationX` should have a snake case name [INFO] [stderr] --> src/matrices.rs:160:12 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn RotationX(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_x` [INFO] [stderr] [INFO] [stderr] warning: method `RotationY` should have a snake case name [INFO] [stderr] --> src/matrices.rs:171:12 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn RotationY(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_y` [INFO] [stderr] [INFO] [stderr] warning: method `RotationZ` should have a snake case name [INFO] [stderr] --> src/matrices.rs:182:12 [INFO] [stderr] | [INFO] [stderr] 182 | pub fn RotationZ(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_z` [INFO] [stderr] [INFO] [stderr] warning: method `Scale` should have a snake case name [INFO] [stderr] --> src/matrices.rs:193:12 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn Scale(x : f64, y : f64, z : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `scale` [INFO] [stderr] [INFO] [stderr] warning: method `UniformScale` should have a snake case name [INFO] [stderr] --> src/matrices.rs:202:12 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn UniformScale(s : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_scale` [INFO] [stderr] [INFO] [stderr] warning: method `Zero` should have a snake case name [INFO] [stderr] --> src/matrices.rs:138:12 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn Zero() -> AffineMatrix { [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `zero` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `Identity` should have a snake case name [INFO] [stderr] --> src/matrices.rs:142:12 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn Identity() -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `identity` [INFO] [stderr] [INFO] [stderr] warning: method `Translation` should have a snake case name [INFO] [stderr] --> src/matrices.rs:151:12 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn Translation(x : f64, y : f64, z : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `translation` [INFO] [stderr] [INFO] [stderr] warning: method `RotationX` should have a snake case name [INFO] [stderr] --> src/matrices.rs:160:12 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn RotationX(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_x` [INFO] [stderr] [INFO] [stderr] warning: method `RotationY` should have a snake case name [INFO] [stderr] --> src/matrices.rs:171:12 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn RotationY(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_y` [INFO] [stderr] [INFO] [stderr] warning: method `RotationZ` should have a snake case name [INFO] [stderr] --> src/matrices.rs:182:12 [INFO] [stderr] | [INFO] [stderr] 182 | pub fn RotationZ(theta : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `rotation_z` [INFO] [stderr] [INFO] [stderr] warning: method `Scale` should have a snake case name [INFO] [stderr] --> src/matrices.rs:193:12 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn Scale(x : f64, y : f64, z : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `scale` [INFO] [stderr] [INFO] [stderr] warning: method `UniformScale` should have a snake case name [INFO] [stderr] --> src/matrices.rs:202:12 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn UniformScale(s : f64) -> AffineMatrix { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_scale` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "eb7ba1660eac2d6f83c960b719eaf45f0a2653d1a6abe00b3ebc169bf9744da3"` [INFO] running `"docker" "rm" "-f" "eb7ba1660eac2d6f83c960b719eaf45f0a2653d1a6abe00b3ebc169bf9744da3"` [INFO] [stdout] eb7ba1660eac2d6f83c960b719eaf45f0a2653d1a6abe00b3ebc169bf9744da3