Running with gitlab-runner 13.12.0 (7a6612da)
  on docker-1 h4gPbMwF
section_start:1680521427:resolve_secrets
Resolving secrets
section_end:1680521427:resolve_secrets
section_start:1680521427:prepare_executor
Preparing the "docker" executor
Using Docker executor with image rust:latest ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Pulling docker image rust:latest ...
Using docker image sha256:f1eb224ecc6e57b1bc9e74f8e920a50c5b64815a4950614df7844e252fb76926 for rust:latest with digest rust@sha256:557ff96cf0d2bed8fe24aded88a5dabbca8d71ff4fa66b696ed8a295247c92cc ...
section_end:1680521430:prepare_executor
section_start:1680521430:prepare_script
Preparing environment
Running on runner-h4gpbmwf-project-999-concurrent-4 via gitlab-run1.isae.fr...
section_end:1680521433:prepare_script
section_start:1680521433:get_sources
Getting source from Git repository
$ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/a.stevan/poly-commit/.git/
Created fresh repository.
Checking out 3c526318 as refs/merge-requests/1/head...

Skipping Git submodules setup
section_end:1680521435:get_sources
section_start:1680521435:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f1eb224ecc6e57b1bc9e74f8e920a50c5b64815a4950614df7844e252fb76926 for rust:latest with digest rust@sha256:557ff96cf0d2bed8fe24aded88a5dabbca8d71ff4fa66b696ed8a295247c92cc ...
$ cargo build --no-default-features --target aarch64-unknown-none
    Updating crates.io index
 Downloading crates ...
  Downloaded ark-relations v0.4.0
  Downloaded ark-snark v0.4.0
  Downloaded cfg-if v1.0.0
  Downloaded autocfg v1.1.0
  Downloaded once_cell v1.17.1
  Downloaded proc-macro2 v1.0.56
  Downloaded generic-array v0.14.7
  Downloaded quote v1.0.26
  Downloaded unicode-ident v1.0.8
  Downloaded derivative v2.2.0
  Downloaded paste v1.0.12
  Downloaded num-integer v0.1.45
  Downloaded ppv-lite86 v0.2.17
  Downloaded num-bigint v0.4.3
  Downloaded rand_core v0.6.4
  Downloaded rand_chacha v0.3.1
  Downloaded hashbrown v0.13.2
  Downloaded rustc_version v0.4.0
  Downloaded subtle v2.4.1
  Downloaded semver v1.0.17
  Downloaded typenum v1.16.0
  Downloaded sha2 v0.10.6
  Downloaded pin-project-lite v0.2.9
  Downloaded num-traits v0.2.15
  Downloaded syn v2.0.13
  Downloaded zeroize v1.6.0
  Downloaded tracing-core v0.1.30
  Downloaded tracing v0.1.37
  Downloaded version_check v0.9.4
  Downloaded crypto-common v0.1.6
  Downloaded rand v0.8.5
  Downloaded zeroize_derive v1.4.2
  Downloaded ark-ff-asm v0.4.2
  Downloaded ark-crypto-primitives v0.4.0
  Downloaded ark-ec v0.4.2
  Downloaded digest v0.10.6
  Downloaded cpufeatures v0.2.6
  Downloaded either v1.8.1
  Downloaded syn v1.0.109
  Downloaded ark-std v0.4.0
  Downloaded ark-poly v0.4.2
  Downloaded block-buffer v0.10.4
  Downloaded blake2 v0.10.6
  Downloaded ahash v0.8.3
  Downloaded itertools v0.10.5
  Downloaded ark-serialize v0.4.2
  Downloaded ark-ff-macros v0.4.2
  Downloaded ark-ff v0.4.2
  Downloaded ark-serialize-derive v0.4.2
   Compiling autocfg v1.1.0
   Compiling version_check v0.9.4
   Compiling proc-macro2 v1.0.56
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.26
   Compiling typenum v1.16.0
   Compiling syn v1.0.109
   Compiling ppv-lite86 v0.2.17
error[E0463]: can't find crate for `core`
  |
  = note: the `aarch64-unknown-none` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `compiler_builtins`

error[E0463]: can't find crate for `core`
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:2:5
  |
2 | use core::ops::{Add, AddAssign, BitAnd, BitOr, BitXor, BitXorAssign, Not};
  |     ^^^^ can't find crate
  |
  = note: the `aarch64-unknown-none` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:6:5
  |
6 | use core::ops::*;
  |     ^^^^ can't find crate
  |
  = note: the `aarch64-unknown-none` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:5:5
  |
5 | use core::ops::*;
  |     ^^^^ can't find crate
  |
  = note: the `aarch64-unknown-none` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:5:5
  |
5 | use core::marker::PhantomData;
  |     ^^^^ can't find crate
  |
  = note: the `aarch64-unknown-none` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0432]: unresolved import `core::marker::PhantomData`
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:5:5
  |
5 | use core::marker::PhantomData;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find attribute `derive` in this scope
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:8:3
  |
8 | #[derive(Copy, Clone, Default)]
  |   ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:223:3
    |
223 | #[derive(Copy, Clone, Default)]
    |   ^^^^^^

error: cannot find attribute `derive` in this scope
 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:8:3
  |
8 | #[derive(Clone, Copy)]
  |   ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:50:3
   |
50 | #[derive(Clone, Copy, PartialEq, Eq, Default)]
   |   ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:80:3
   |
80 | #[derive(Clone, Copy, PartialEq, Eq, Default)]
   |   ^^^^^^

error: cannot find attribute `test` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:389:3
    |
389 | #[test]
    |   ^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:392:5
    |
392 |     assert_eq!(rotate_u128_right(X, 17), X.rotate_right(17));
    |     ^^^^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:436:3
    |
436 | #[derive(Copy, Clone)]
    |   ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:455:3
    |
455 | #[derive(Copy, Clone, Debug, PartialEq)]
    |   ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:457:3
    |
457 | #[derive(Copy, Clone, Debug, PartialEq)]
    |   ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:459:3
    |
459 | #[derive(Copy, Clone, Debug, PartialEq)]
    |   ^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:564:9
    |
564 |         assert_eq!(input.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:570:9
    |
570 |         assert_eq!(input.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:576:9
    |
576 |         assert_eq!(out.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:582:9
    |
582 |         assert_eq!(out.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:590:9
    |
590 |         assert_eq!(input.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:596:9
    |
596 |         assert_eq!(input.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:602:9
    |
602 |         assert_eq!(out.len(), 16);
    |         ^^^^^^^^^

error: cannot find macro `assert_eq` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:608:9
    |
608 |         assert_eq!(out.len(), 16);
    |         ^^^^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:614:3
    |
614 | #[derive(Copy, Clone)]
    |   ^^^^^^

error: cannot find attribute `derive` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:616:3
    |
616 | #[derive(Copy, Clone)]
    |   ^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:760:9
    |
760 |         unimplemented!()
    |         ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:764:9
    |
764 |         unimplemented!()
    |         ^^^^^^^^^^^^^

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:565:17
    |
565 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                 ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:565:38
    |
565 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                                      ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:571:17
    |
571 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                 ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:571:38
    |
571 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                                      ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:578:18
    |
578 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                  ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:578:67
    |
578 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                                                                   ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:584:18
    |
584 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                  ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:584:67
    |
584 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                                                                   ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:591:17
    |
591 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                 ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:591:38
    |
591 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                                      ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:597:17
    |
597 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                 ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:597:38
    |
597 |         let x = core::mem::transmute(core::ptr::read(input as *const _ as *const [u8; 16]));
    |                                      ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:604:18
    |
604 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                  ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:604:67
    |
604 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                                                                   ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:610:18
    |
610 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                  ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0463]: can't find crate for `core`
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:610:67
    |
610 |         unsafe { core::ptr::write(out as *mut _ as *mut [u8; 16], core::mem::transmute(x)) }
    |                                                                   ^^^^ can't find crate
    |
    = note: the `aarch64-unknown-none` target may not be installed
    = help: consider downloading the target with `rustup target add aarch64-unknown-none`

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:49:8
   |
49 |     W: Copy + RotateEachWord32,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:62:8
   |
62 |     W: Copy + RotateEachWord64,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:70:8
   |
70 |     G: Copy,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:76:8
   |
76 |     G: Copy,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:82:8
   |
82 |     G: Copy,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:88:8
   |
88 |     G: Copy,
   |        ^^^^ not found in this scope

error[E0405]: cannot find trait `BitAnd` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:91:15
   |
91 | fwd_binop_x2!(BitAnd, bitand);
   |               ^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:19:26
   |
19 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
91 | fwd_binop_x2!(BitAnd, bitand);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOr` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:92:15
   |
92 | fwd_binop_x2!(BitOr, bitor);
   |               ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:19:26
   |
19 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
92 | fwd_binop_x2!(BitOr, bitor);
   | --------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXor` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:93:15
   |
93 | fwd_binop_x2!(BitXor, bitxor);
   |               ^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:19:26
   |
19 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
93 | fwd_binop_x2!(BitXor, bitxor);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:19:26
   |
19 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
94 | fwd_binop_x2!(AndNot, andnot);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAndAssign` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:95:22
   |
95 | fwd_binop_assign_x2!(BitAndAssign, bitand_assign);
   |                      ^^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:30:26
   |
30 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
95 | fwd_binop_assign_x2!(BitAndAssign, bitand_assign);
   | ------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_assign_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOrAssign` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:96:22
   |
96 | fwd_binop_assign_x2!(BitOrAssign, bitor_assign);
   |                      ^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:30:26
   |
30 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
96 | fwd_binop_assign_x2!(BitOrAssign, bitor_assign);
   | ----------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_assign_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXorAssign` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:97:22
   |
97 | fwd_binop_assign_x2!(BitXorAssign, bitxor_assign);
   |                      ^^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:30:26
   |
30 |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
   |                          ^^^^ not found in this scope
...
97 | fwd_binop_assign_x2!(BitXorAssign, bitxor_assign);
   | ------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `fwd_binop_assign_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:101:8
    |
101 |     G: Copy,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Add` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:104:15
    |
104 | fwd_binop_x2!(Add, add);
    |               ^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:19:26
    |
19  |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
    |                          ^^^^ not found in this scope
...
104 | fwd_binop_x2!(Add, add);
    | ----------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `AddAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:105:22
    |
105 | fwd_binop_assign_x2!(AddAssign, add_assign);
    |                      ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:30:26
    |
30  |         impl<W: $trait + Copy, G> $trait for x2<W, G> {
    |                          ^^^^ not found in this scope
...
105 | fwd_binop_assign_x2!(AddAssign, add_assign);
    | ------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_assign_x2` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:106:24
    |
106 | impl<W: Not + Copy, G> Not for x2<W, G> {
    |                        ^^^ not found in this scope

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:106:9
    |
106 | impl<W: Not + Copy, G> Not for x2<W, G> {
    |         ^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:106:15
    |
106 | impl<W: Not + Copy, G> Not for x2<W, G> {
    |               ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:119:9
    |
119 | impl<W: Copy, G> Vec2<W> for x2<W, G> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:130:9
    |
130 | impl<W: Copy + Store<vec128_storage>, G> Store<vec256_storage> for x2<W, G> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:137:12
    |
137 | impl<W, G> From<x2<W, G>> for vec256_storage
    |            ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:139:8
    |
139 |     W: Copy,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:140:21
    |
140 |     vec128_storage: From<W>,
    |                     ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:149:17
    |
149 |     W: Swap64 + Copy,
    |                 ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:159:9
    |
159 | impl<W: Copy, G> MultiLane<[W; 2]> for x2<W, G> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:169:17
    |
169 | impl<W: BSwap + Copy, G> BSwap for x2<W, G> {
    |                 ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:175:30
    |
175 | impl<W: StoreBytes + BSwap + Copy, G> StoreBytes for x2<W, G> {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:199:9
    |
199 | impl<W: Copy + LaneWords4, G: Copy> LaneWords4 for x2<W, G> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:199:31
    |
199 | impl<W: Copy + LaneWords4, G: Copy> LaneWords4 for x2<W, G> {
    |                               ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:276:8
    |
276 |     W: Copy + RotateEachWord32,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:289:8
    |
289 |     W: Copy + RotateEachWord64,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `BitAnd` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:298:15
    |
298 | fwd_binop_x4!(BitAnd, bitand);
    |               ^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:234:26
    |
234 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
298 | fwd_binop_x4!(BitAnd, bitand);
    | ----------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOr` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:299:15
    |
299 | fwd_binop_x4!(BitOr, bitor);
    |               ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:234:26
    |
234 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
299 | fwd_binop_x4!(BitOr, bitor);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXor` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:300:15
    |
300 | fwd_binop_x4!(BitXor, bitxor);
    |               ^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:234:26
    |
234 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
300 | fwd_binop_x4!(BitXor, bitxor);
    | ----------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:234:26
    |
234 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
301 | fwd_binop_x4!(AndNot, andnot);
    | ----------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAndAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:302:22
    |
302 | fwd_binop_assign_x4!(BitAndAssign, bitand_assign);
    |                      ^^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:250:26
    |
250 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
302 | fwd_binop_assign_x4!(BitAndAssign, bitand_assign);
    | ------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_assign_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOrAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:303:22
    |
303 | fwd_binop_assign_x4!(BitOrAssign, bitor_assign);
    |                      ^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:250:26
    |
250 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
303 | fwd_binop_assign_x4!(BitOrAssign, bitor_assign);
    | ----------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_assign_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXorAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:304:22
    |
304 | fwd_binop_assign_x4!(BitXorAssign, bitxor_assign);
    |                      ^^^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:250:26
    |
250 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
304 | fwd_binop_assign_x4!(BitXorAssign, bitxor_assign);
    | ------------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_assign_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Add` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:306:15
    |
306 | fwd_binop_x4!(Add, add);
    |               ^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:234:26
    |
234 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
306 | fwd_binop_x4!(Add, add);
    | ----------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `AddAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:307:22
    |
307 | fwd_binop_assign_x4!(AddAssign, add_assign);
    |                      ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:250:26
    |
250 |         impl<W: $trait + Copy> $trait for x4<W> {
    |                          ^^^^ not found in this scope
...
307 | fwd_binop_assign_x4!(AddAssign, add_assign);
    | ------------------------------------------- in this macro invocation
    |
    = note: this error originates in the macro `fwd_binop_assign_x4` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:308:21
    |
308 | impl<W: Not + Copy> Not for x4<W> {
    |                     ^^^ not found in this scope

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:308:9
    |
308 | impl<W: Not + Copy> Not for x4<W> {
    |         ^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:308:15
    |
308 | impl<W: Not + Copy> Not for x4<W> {
    |               ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:326:9
    |
326 | impl<W: Copy> Vec4<W> for x4<W> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:337:9
    |
337 | impl<W: Copy> Vec4Ext<W> for x4<W> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Sized` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:341:15
    |
341 |         Self: Sized,
    |               ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:351:9
    |
351 | impl<W: Copy + Store<vec128_storage>> Store<vec512_storage> for x4<W> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:363:9
    |
363 | impl<W> From<x4<W>> for vec512_storage
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:365:8
    |
365 |     W: Copy,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:366:21
    |
366 |     vec128_storage: From<W>,
    |                     ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:375:17
    |
375 |     W: Swap64 + Copy,
    |                 ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:385:9
    |
385 | impl<W: Copy> MultiLane<[W; 4]> for x4<W> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:395:17
    |
395 | impl<W: BSwap + Copy> BSwap for x4<W> {
    |                 ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:406:30
    |
406 | impl<W: StoreBytes + BSwap + Copy> StoreBytes for x4<W> {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/soft.rs:444:9
    |
444 | impl<W: Copy + LaneWords4> LaneWords4 for x4<W> {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Sized` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:12:54
   |
12 | pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap {}
   |                                                      ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:12:62
   |
12 | pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap {}
   |                                                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Clone` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:12:69
   |
12 | pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap {}
   |                                                                     ^^^^^ not found in this scope

error[E0405]: cannot find trait `Sized` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:21:7
   |
21 |     + Sized
   |       ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:22:7
   |
22 |     + Copy
   |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Clone` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:23:7
   |
23 |     + Clone
   |       ^^^^^ not found in this scope

error[E0405]: cannot find trait `Sized` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:80:15
   |
80 |         Self: Sized;
   |               ^^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:122:7
    |
122 |     + Into<vec128_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:126:85
    |
126 |     BitOps64 + Store<vec128_storage> + ArithOps + Vec2<u64> + MultiLane<[u64; 2]> + Into<vec128_storage>
    |                                                                                     ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:130:73
    |
130 |     BitOps128 + Store<vec128_storage> + Swap64 + MultiLane<[u128; 1]> + Into<vec128_storage>
    |                                                                         ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:140:7
    |
140 |     + Into<vec256_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:151:7
    |
151 |     + Into<vec256_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:162:7
    |
162 |     + Into<vec256_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:171:7
    |
171 |     + Into<vec256_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:184:7
    |
184 |     + Into<vec512_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:194:7
    |
194 |     + Into<vec512_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:204:7
    |
204 |     + Into<vec512_storage>
    |       ^^^^ not found in this scope

error[E0405]: cannot find trait `Sized` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:231:20
    |
231 | pub trait Machine: Sized + Copy {
    |                    ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/types.rs:231:28
    |
231 | pub trait Machine: Sized + Copy {
    |                            ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:13:6
   |
13 | impl From<[u32; 4]> for vec128_storage {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:19:6
   |
19 | impl From<vec128_storage> for [u32; 4] {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:25:6
   |
25 | impl From<[u64; 2]> for vec128_storage {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:31:6
   |
31 | impl From<vec128_storage> for [u64; 2] {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `Default` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:37:6
   |
37 | impl Default for vec128_storage {
   |      ^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:43:6
   |
43 | impl Eq for vec128_storage {}
   |      ^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:44:6
   |
44 | impl PartialEq<vec128_storage> for vec128_storage {
   |      ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:64:6
   |
64 | impl From<vec256_storage> for [u64; 4] {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:72:6
   |
72 | impl From<[u64; 4]> for vec256_storage {
   |      ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:98:32
   |
98 |     T: Store<vec128_storage> + Into<vec128_storage>,
   |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
  --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:99:8
   |
99 |     F: Fn(u32) -> u32,
   |        ^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:111:32
    |
111 |     T: Store<vec128_storage> + Into<vec128_storage>,
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:112:8
    |
112 |     F: Fn(u32, u32) -> u32,
    |        ^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:132:32
    |
132 |     T: Store<vec128_storage> + Into<vec128_storage>,
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:133:8
    |
133 |     F: Fn(u64) -> u64,
    |        ^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:146:32
    |
146 |     T: Store<vec128_storage> + Into<vec128_storage>,
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:147:8
    |
147 |     F: Fn(u64, u64) -> u64,
    |        ^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:172:32
    |
172 |     T: Store<vec128_storage> + Into<vec128_storage>,
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:173:8
    |
173 |     F: Fn(u128) -> u128,
    |        ^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:184:32
    |
184 |     T: Store<vec128_storage> + Into<vec128_storage>,
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `Fn` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:185:8
    |
185 |     F: Fn(u128, u128) -> u128,
    |        ^^ not found in this scope

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:210:14
    |
210 |         impl Not for $vec {
    |              ^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAnd` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:217:14
    |
217 |         impl BitAnd for $vec {
    |              ^^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOr` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:224:14
    |
224 |         impl BitOr for $vec {
    |              ^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXor` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:231:14
    |
231 |         impl BitXor for $vec {
    |              ^^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAndAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:245:14
    |
245 |         impl BitAndAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOrAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:251:14
    |
251 |         impl BitOrAssign for $vec {
    |              ^^^^^^^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXorAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:257:14
    |
257 |         impl BitXorAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
304 | impl_bitops!(u32x4_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:210:14
    |
210 |         impl Not for $vec {
    |              ^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAnd` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:217:14
    |
217 |         impl BitAnd for $vec {
    |              ^^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOr` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:224:14
    |
224 |         impl BitOr for $vec {
    |              ^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXor` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:231:14
    |
231 |         impl BitXor for $vec {
    |              ^^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAndAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:245:14
    |
245 |         impl BitAndAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOrAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:251:14
    |
251 |         impl BitOrAssign for $vec {
    |              ^^^^^^^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXorAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:257:14
    |
257 |         impl BitXorAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
305 | impl_bitops!(u64x2_generic);
    | --------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Not` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:210:14
    |
210 |         impl Not for $vec {
    |              ^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAnd` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:217:14
    |
217 |         impl BitAnd for $vec {
    |              ^^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOr` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:224:14
    |
224 |         impl BitOr for $vec {
    |              ^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXor` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:231:14
    |
231 |         impl BitXor for $vec {
    |              ^^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitAndAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:245:14
    |
245 |         impl BitAndAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitOrAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:251:14
    |
251 |         impl BitOrAssign for $vec {
    |              ^^^^^^^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `BitXorAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:257:14
    |
257 |         impl BitXorAssign for $vec {
    |              ^^^^^^^^^^^^ not found in this scope
...
306 | impl_bitops!(u128x1_generic);
    | ---------------------------- in this macro invocation
    |
    = note: this error originates in the macro `impl_bitops` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:462:6
    |
462 | impl From<u32x4_generic> for vec128_storage {
    |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:468:6
    |
468 | impl From<u64x2_generic> for vec128_storage {
    |      ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:474:6
    |
474 | impl From<u128x1_generic> for vec128_storage {
    |      ^^^^ not found in this scope

error[E0405]: cannot find trait `Add` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:504:6
    |
504 | impl Add for u32x4_generic {
    |      ^^^ not found in this scope

error[E0405]: cannot find trait `Add` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:511:6
    |
511 | impl Add for u64x2_generic {
    |      ^^^ not found in this scope

error[E0405]: cannot find trait `Add` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:518:6
    |
518 | impl Add for u128x1_generic {
    |      ^^^ not found in this scope

error[E0405]: cannot find trait `AddAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:525:6
    |
525 | impl AddAssign for u32x4_generic {
    |      ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `AddAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:531:6
    |
531 | impl AddAssign for u64x2_generic {
    |      ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `AddAssign` in this scope
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/generic.rs:537:6
    |
537 | impl AddAssign for u128x1_generic {
    |      ^^^^^^^^^ not found in this scope

Some errors have detailed explanations: E0405, E0432, E0463.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `ppv-lite86` due to 188 previous errors
warning: build failed, waiting for other jobs to finish...
section_end:1680521603:step_script
section_start:1680521603:cleanup_file_variables
Cleaning up file based variables
section_end:1680521613:cleanup_file_variables
ERROR: Job failed: exit code 1