[INFO] fetching crate const_ops 0.2.2...
[INFO] checking const_ops-0.2.2 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate const_ops 0.2.2 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate const_ops 0.2.2 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate const_ops 0.2.2
[INFO] finished tweaking crates.io crate const_ops 0.2.2
[INFO] tweaked toml for crates.io crate const_ops 0.2.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5b5357e9369d784a4c364e5715a5241da041edc9f99d5d5e773cef3dfce9667
[INFO] running `Command { std: "docker" "start" "-a" "b5b5357e9369d784a4c364e5715a5241da041edc9f99d5d5e773cef3dfce9667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5b5357e9369d784a4c364e5715a5241da041edc9f99d5d5e773cef3dfce9667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5b5357e9369d784a4c364e5715a5241da041edc9f99d5d5e773cef3dfce9667", kill_on_drop: false }`
[INFO] [stdout] b5b5357e9369d784a4c364e5715a5241da041edc9f99d5d5e773cef3dfce9667
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8951ae90b188c0f2ae147dad6a29b071badc3525bb9f4600cd1703d66426fc36
[INFO] running `Command { std: "docker" "start" "-a" "8951ae90b188c0f2ae147dad6a29b071badc3525bb9f4600cd1703d66426fc36", kill_on_drop: false }`
[INFO] [stderr]     Checking const_ops v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `impls::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use impls::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impls::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use impls::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_trait_impl, const_mut_refs, const_fn_floating_point_arithmetic)]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_floating_point_arithmetic` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:46
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_trait_impl, const_mut_refs, const_fn_floating_point_arithmetic)]
[INFO] [stdout]   |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_trait_impl, const_mut_refs, const_fn_floating_point_arithmetic)]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_floating_point_arithmetic` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:46
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_trait_impl, const_mut_refs, const_fn_floating_point_arithmetic)]
[INFO] [stdout]   |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `add` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[const_trait]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn add(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]   |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `add` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[const_trait]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn add(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]   |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `add_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 12 | pub trait AddAssign<Rhs = Self> {
[INFO] [stdout] 13 |     fn add_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `add_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 12 | pub trait AddAssign<Rhs = Self> {
[INFO] [stdout] 13 |     fn add_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitand` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn bitand(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |              - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitand_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 21 | pub trait BitAndAssign<Rhs = Self> {
[INFO] [stdout] 22 |     fn bitand_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                     - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitand` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn bitand(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |              - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitor` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn bitor(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |             - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitand_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 21 | pub trait BitAndAssign<Rhs = Self> {
[INFO] [stdout] 22 |     fn bitand_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                     - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitor_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 30 | pub trait BitOrAssign<Rhs = Self> {
[INFO] [stdout] 31 |     fn bitor_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                    - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitor` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn bitor(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |             - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitxor` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn bitxor(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |              - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitor_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 30 | pub trait BitOrAssign<Rhs = Self> {
[INFO] [stdout] 31 |     fn bitor_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                    - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitxor_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 39 | pub trait BitXorAssign<Rhs = Self> {
[INFO] [stdout] 40 |     fn bitxor_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                     - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitxor` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn bitxor(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |              - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `div` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn div(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `bitxor_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 39 | pub trait BitXorAssign<Rhs = Self> {
[INFO] [stdout] 40 |     fn bitxor_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                     - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `div_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 48 | pub trait DivAssign<Rhs = Self> {
[INFO] [stdout] 49 |     fn div_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `div` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn div(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `mul` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 54 |     fn mul(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `div_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 48 | pub trait DivAssign<Rhs = Self> {
[INFO] [stdout] 49 |     fn div_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `mul_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 57 | pub trait MulAssign<Rhs = Self> {
[INFO] [stdout] 58 |     fn mul_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `mul` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 54 |     fn mul(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `neg` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 63 |     fn neg(self) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `mul_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 57 | pub trait MulAssign<Rhs = Self> {
[INFO] [stdout] 58 |     fn mul_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `not` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn not(self) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `neg` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 63 |     fn neg(self) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `not` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn not(self) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `eq` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn eq(&self, other: &Rhs) -> bool;
[INFO] [stdout]     |          - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `eq` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn eq(&self, other: &Rhs) -> bool;
[INFO] [stdout]     |          - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `rem` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 73 |     fn rem(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `rem_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 76 | pub trait RemAssign<Rhs = Self> {
[INFO] [stdout] 77 |     fn rem_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `rem` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 73 |     fn rem(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shl` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 82 |     fn shl(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `rem_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 76 | pub trait RemAssign<Rhs = Self> {
[INFO] [stdout] 77 |     fn rem_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shl` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 82 |     fn shl(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shl_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 85 | pub trait ShlAssign<Rhs = Self> {
[INFO] [stdout] 86 |     fn shl_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shl_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 85 | pub trait ShlAssign<Rhs = Self> {
[INFO] [stdout] 86 |     fn shl_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shr` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:88:1
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 91 |     fn shr(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shr` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:88:1
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 91 |     fn shr(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]    |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shr_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 94 | pub trait ShrAssign<Rhs = Self> {
[INFO] [stdout] 95 |     fn shr_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `shr_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]   --> src/lib.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[const_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 94 | pub trait ShrAssign<Rhs = Self> {
[INFO] [stdout] 95 |     fn shr_assign(&mut self, rhs: Rhs);
[INFO] [stdout]    |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `sub` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:97:1
[INFO] [stdout]     |
[INFO] [stdout] 97  | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn sub(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]     |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `sub_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 103 | pub trait SubAssign<Rhs = Self> {
[INFO] [stdout] 104 |     fn sub_assign(&mut self, rhs: Rhs);
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `sub` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:97:1
[INFO] [stdout]     |
[INFO] [stdout] 97  | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn sub(self, rhs: Rhs) -> Self::Output;
[INFO] [stdout]     |           - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `sub_assign` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/lib.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 103 | pub trait SubAssign<Rhs = Self> {
[INFO] [stdout] 104 |     fn sub_assign(&mut self, rhs: Rhs);
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as PartialEq<Rhs>>::eq` in constant functions
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |         !self.eq(other)
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 3   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as PartialEq<Rhs>>::eq` in constant functions
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |         !self.eq(other)
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 3   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 24 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 24 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_ops` (lib) due to 25 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `const_ops` (lib test) due to 25 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8951ae90b188c0f2ae147dad6a29b071badc3525bb9f4600cd1703d66426fc36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8951ae90b188c0f2ae147dad6a29b071badc3525bb9f4600cd1703d66426fc36", kill_on_drop: false }`
[INFO] [stdout] 8951ae90b188c0f2ae147dad6a29b071badc3525bb9f4600cd1703d66426fc36
