[INFO] fetching crate matrixmultiply 0.3.2... [INFO] testing matrixmultiply-0.3.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate matrixmultiply 0.3.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate matrixmultiply 0.3.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate matrixmultiply 0.3.2 [INFO] finished tweaking crates.io crate matrixmultiply 0.3.2 [INFO] tweaked toml for crates.io crate matrixmultiply 0.3.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate matrixmultiply 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b59843dab62d67063ecb3f3351a3fe041da0f52501bbcdce19618053125af33f [INFO] running `Command { std: "docker" "start" "-a" "b59843dab62d67063ecb3f3351a3fe041da0f52501bbcdce19618053125af33f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b59843dab62d67063ecb3f3351a3fe041da0f52501bbcdce19618053125af33f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b59843dab62d67063ecb3f3351a3fe041da0f52501bbcdce19618053125af33f", kill_on_drop: false }` [INFO] [stdout] b59843dab62d67063ecb3f3351a3fe041da0f52501bbcdce19618053125af33f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0cc03b40e14fa144e7044f13dac143e4c4e242f9c28a5d3bd67cce9b18c2c7a3 [INFO] running `Command { std: "docker" "start" "-a" "0cc03b40e14fa144e7044f13dac143e4c4e242f9c28a5d3bd67cce9b18c2c7a3", kill_on_drop: false }` [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe impl Sync for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe impl Sync for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe impl Send for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | unsafe impl Send for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `Command { std: "docker" "inspect" "0cc03b40e14fa144e7044f13dac143e4c4e242f9c28a5d3bd67cce9b18c2c7a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc03b40e14fa144e7044f13dac143e4c4e242f9c28a5d3bd67cce9b18c2c7a3", kill_on_drop: false }` [INFO] [stdout] 0cc03b40e14fa144e7044f13dac143e4c4e242f9c28a5d3bd67cce9b18c2c7a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7966c4202d751d9dedbfcc0cff0766996f52c2e1c0bacd0df13b233a4b908958 [INFO] running `Command { std: "docker" "start" "-a" "7966c4202d751d9dedbfcc0cff0766996f52c2e1c0bacd0df13b233a4b908958", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe impl Sync for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe impl Sync for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe impl Send for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | unsafe impl Send for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling matrixmultiply v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe impl Sync for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/ptr.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe impl Sync for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe impl Send for Ptr<*const T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*const T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/ptr.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | unsafe impl Send for Ptr<*mut T> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/ptr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `*mut T` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.38s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/matrixmultiply-92e90b416ddaa45b) [INFO] [stderr] Executable tests/sgemm.rs (/opt/rustwide/target/debug/deps/sgemm-0ea63a2df1f578e8) [INFO] running `Command { std: "docker" "inspect" "7966c4202d751d9dedbfcc0cff0766996f52c2e1c0bacd0df13b233a4b908958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7966c4202d751d9dedbfcc0cff0766996f52c2e1c0bacd0df13b233a4b908958", kill_on_drop: false }` [INFO] [stdout] 7966c4202d751d9dedbfcc0cff0766996f52c2e1c0bacd0df13b233a4b908958 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 308e2c8e6aba0ef9156091d8f6eeacad2a236cbaaa9c0e6cbc60408947d58e06 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "308e2c8e6aba0ef9156091d8f6eeacad2a236cbaaa9c0e6cbc60408947d58e06", kill_on_drop: false }` [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/ptr.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | unsafe impl Sync for Ptr<*const T> { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/ptr.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `*const T` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/ptr.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe impl Sync for Ptr<*mut T> { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/ptr.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `*mut T` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stderr] --> src/ptr.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | unsafe impl Send for Ptr<*const T> { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/ptr.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `*const T` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stderr] --> src/ptr.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | unsafe impl Send for Ptr<*mut T> { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/ptr.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Ptr { ptr: T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `*mut T` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: `matrixmultiply` (lib) generated 4 warnings [INFO] [stderr] warning: `matrixmultiply` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/matrixmultiply-92e90b416ddaa45b) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test sgemm_kernel::tests::test_loop_m_n ... ok [INFO] [stdout] test dgemm_kernel::tests::test_kernel_fallback_impl ... ok [INFO] [stdout] test dgemm_kernel::tests::test_arch_kernels::avx ... ok [INFO] [stdout] test dgemm_kernel::tests::test_arch_kernels::fma ... ok [INFO] [stdout] test dgemm_kernel::tests::test_loop_m_n ... ok [INFO] [stdout] test sgemm_kernel::tests::test_arch_kernels::ensure_target_features_tested ... ok [INFO] [stdout] test sgemm_kernel::tests::test_kernel_fallback_impl ... ok [INFO] [stdout] test sgemm_kernel::tests::test_arch_kernels::sse2 ... ok [INFO] [stdout] test sgemm_kernel::tests::test_arch_kernels::fma ... ok [INFO] [stdout] test dgemm_kernel::tests::test_arch_kernels::sse2 ... ok [INFO] [stdout] test sgemm_kernel::tests::test_arch_kernels::avx ... ok [INFO] [stderr] Running tests/sgemm.rs (/opt/rustwide/target/debug/deps/sgemm-0ea63a2df1f578e8) [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_sgemm ... ok [INFO] [stdout] test test_dgemm ... ok [INFO] [stdout] test test_sgemm_strides ... ok [INFO] [stdout] test test_dgemm_strides ... ok [INFO] [stderr] Doc-tests matrixmultiply [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "308e2c8e6aba0ef9156091d8f6eeacad2a236cbaaa9c0e6cbc60408947d58e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "308e2c8e6aba0ef9156091d8f6eeacad2a236cbaaa9c0e6cbc60408947d58e06", kill_on_drop: false }` [INFO] [stdout] 308e2c8e6aba0ef9156091d8f6eeacad2a236cbaaa9c0e6cbc60408947d58e06