[INFO] crate ssimd 0.1.0 is already in cache [INFO] checking ssimd-0.1.0 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate ssimd 0.1.0 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate ssimd 0.1.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 ssimd 0.1.0 [INFO] finished tweaking crates.io crate ssimd 0.1.0 [INFO] tweaked toml for crates.io crate ssimd 0.1.0 written to work/builds/worker-7/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] [stderr] Blocking waiting for file lock on package cache [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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] 91ac05eb04049ad5acefed3c55b67f8af7858905d9a6629989c9814b9243ba11 [INFO] running `"docker" "start" "-a" "91ac05eb04049ad5acefed3c55b67f8af7858905d9a6629989c9814b9243ba11"` [INFO] [stderr] Checking ssimd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:616:1 [INFO] [stderr] | [INFO] [stderr] 616 | /// Conversion among types [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 617 | / conv_impls! { [INFO] [stderr] 618 | | to_i, u32x2 : u32 -> i32x2 : i32, 0:x0, 1:x1; [INFO] [stderr] 619 | | to_i, f32x2 : f32 -> i32x2 : i32, 0:x0, 1:x1; [INFO] [stderr] 620 | | to_u, i32x2 : i32 -> u32x2 : u32, 0:x0, 1:x1; [INFO] [stderr] ... | [INFO] [stderr] 676 | | to_f64, f32x4 : f32 -> f64x4 : f64, 0:x0, 1:x1, 2:x2, 3:x3; [INFO] [stderr] 677 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:616:1 [INFO] [stderr] | [INFO] [stderr] 616 | /// Conversion among types [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 617 | / conv_impls! { [INFO] [stderr] 618 | | to_i, u32x2 : u32 -> i32x2 : i32, 0:x0, 1:x1; [INFO] [stderr] 619 | | to_i, f32x2 : f32 -> i32x2 : i32, 0:x0, 1:x1; [INFO] [stderr] 620 | | to_u, i32x2 : i32 -> u32x2 : u32, 0:x0, 1:x1; [INFO] [stderr] ... | [INFO] [stderr] 676 | | to_f64, f32x4 : f32 -> f64x4 : f64, 0:x0, 1:x1, 2:x2, 3:x3; [INFO] [stderr] 677 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: function `A` should have a snake case name [INFO] [stderr] --> examples/spectralnorm.rs:7:4 [INFO] [stderr] | [INFO] [stderr] 7 | fn A(i: usize, j: usize) -> f64 { [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `mult_Av` should have a snake case name [INFO] [stderr] --> examples/spectralnorm.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | fn mult_Av(v: &[f64], out: &mut [f64]) { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `mult_av` [INFO] [stderr] [INFO] [stderr] warning: function `mult_Atv` should have a snake case name [INFO] [stderr] --> examples/spectralnorm.rs:33:4 [INFO] [stderr] | [INFO] [stderr] 33 | fn mult_Atv(v: &[f64], out: &mut [f64]) { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `mult_atv` [INFO] [stderr] [INFO] [stderr] warning: function `mult_AtAv` should have a snake case name [INFO] [stderr] --> examples/spectralnorm.rs:51:4 [INFO] [stderr] | [INFO] [stderr] 51 | fn mult_AtAv(v: &[f64], out: &mut [f64], tmp: &mut [f64]) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `mult_at_av` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.99s [INFO] running `"docker" "inspect" "91ac05eb04049ad5acefed3c55b67f8af7858905d9a6629989c9814b9243ba11"` [INFO] running `"docker" "rm" "-f" "91ac05eb04049ad5acefed3c55b67f8af7858905d9a6629989c9814b9243ba11"` [INFO] [stdout] 91ac05eb04049ad5acefed3c55b67f8af7858905d9a6629989c9814b9243ba11