[INFO] crate affine_transforms 0.2.0 is already in cache [INFO] checking affine_transforms-0.2.0 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate affine_transforms 0.2.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate affine_transforms 0.2.0 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate affine_transforms 0.2.0 [INFO] finished tweaking crates.io crate affine_transforms 0.2.0 [INFO] tweaked toml for crates.io crate affine_transforms 0.2.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 55a6287e538f43f012b57f23e10c27107d9f61e0610dd555bd3398476fa331af [INFO] running `"docker" "start" "-a" "55a6287e538f43f012b57f23e10c27107d9f61e0610dd555bd3398476fa331af"` [INFO] [stderr] Checking affine_transforms v0.2.0 (/opt/rustwide/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 1.56s [INFO] running `"docker" "inspect" "55a6287e538f43f012b57f23e10c27107d9f61e0610dd555bd3398476fa331af"` [INFO] running `"docker" "rm" "-f" "55a6287e538f43f012b57f23e10c27107d9f61e0610dd555bd3398476fa331af"` [INFO] [stdout] 55a6287e538f43f012b57f23e10c27107d9f61e0610dd555bd3398476fa331af