[INFO] crate softposit 0.3.9 is already in cache [INFO] checking softposit-0.3.9 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate softposit 0.3.9 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate softposit 0.3.9 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate softposit 0.3.9 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate softposit 0.3.9 [INFO] tweaked toml for crates.io crate softposit 0.3.9 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate softposit 0.3.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2966de83be776be5278305e0833d33b3c6c3b6742a8589ef12211927aeac278 [INFO] running `"docker" "start" "-a" "e2966de83be776be5278305e0833d33b3c6c3b6742a8589ef12211927aeac278"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking regex-automata v0.1.7 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking softposit v0.3.9 (/opt/rustwide/workdir) [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking walkdir v2.2.8 [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/quire32/convert.rs:18:6 [INFO] [stderr] | [INFO] [stderr] 18 | impl From> for Q32E2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/quire32/convert.rs:151:6 [INFO] [stderr] | [INFO] [stderr] 151 | impl From for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/quire32/convert.rs:159:6 [INFO] [stderr] | [INFO] [stderr] 159 | impl From<&Q32E2> for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/quire32.rs:132:6 [INFO] [stderr] | [INFO] [stderr] 132 | impl crate::Quire> for Q32E2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:401:6 [INFO] [stderr] | [INFO] [stderr] 401 | impl From for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:443:6 [INFO] [stderr] | [INFO] [stderr] 443 | impl From for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:517:6 [INFO] [stderr] | [INFO] [stderr] 517 | impl From for PxE1<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:593:6 [INFO] [stderr] | [INFO] [stderr] 593 | impl From for PxE1<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:668:6 [INFO] [stderr] | [INFO] [stderr] 668 | impl From for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:737:6 [INFO] [stderr] | [INFO] [stderr] 737 | impl From for PxE1<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:794:6 [INFO] [stderr] | [INFO] [stderr] 794 | impl From> for PxE1<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:794:20 [INFO] [stderr] | [INFO] [stderr] 794 | impl From> for PxE1<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:870:6 [INFO] [stderr] | [INFO] [stderr] 870 | impl From> for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:870:20 [INFO] [stderr] | [INFO] [stderr] 870 | impl From> for PxE2<{ N }> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:940:6 [INFO] [stderr] | [INFO] [stderr] 940 | impl From> for P32E2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:948:6 [INFO] [stderr] | [INFO] [stderr] 948 | impl From> for P16E1 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:956:6 [INFO] [stderr] | [INFO] [stderr] 956 | impl From> for P8E0 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:964:6 [INFO] [stderr] | [INFO] [stderr] 964 | impl From> for P32E2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:1012:6 [INFO] [stderr] | [INFO] [stderr] 1012 | impl From> for P16E1 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/convert.rs:1046:6 [INFO] [stderr] | [INFO] [stderr] 1046 | impl From> for P8E0 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1165:14 [INFO] [stderr] | [INFO] [stderr] 1165 | impl ops::AddAssign<($posit, $posit)> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1175:14 [INFO] [stderr] | [INFO] [stderr] 1175 | impl ops::AddAssign<($posit, ($posit, $posit))> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1184:14 [INFO] [stderr] | [INFO] [stderr] 1184 | impl ops::AddAssign<($posit, ($posit, $posit, $posit))> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1194:14 [INFO] [stderr] | [INFO] [stderr] 1194 | impl ops::AddAssign<$posit> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1203:14 [INFO] [stderr] | [INFO] [stderr] 1203 | impl ops::AddAssign<(($posit, $posit), ($posit, $posit))> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1214:14 [INFO] [stderr] | [INFO] [stderr] 1214 | impl ops::SubAssign<($posit, $posit)> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1224:14 [INFO] [stderr] | [INFO] [stderr] 1224 | impl ops::SubAssign<$posit> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1233:14 [INFO] [stderr] | [INFO] [stderr] 1233 | impl ops::SubAssign<($posit, ($posit, $posit))> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1242:14 [INFO] [stderr] | [INFO] [stderr] 1242 | impl ops::SubAssign<(($posit, $posit), ($posit, $posit))> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | crate::quire_add_sub_x!(PxE2<{ N }>, Q32E2); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1140:14 [INFO] [stderr] | [INFO] [stderr] 1140 | impl ops::AddAssign<($posit, [$posit; $i])> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | crate::quire_add_sub_array_x!(PxE2<{ N }>, Q32E2, 1, 2, 3, 4); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: const generics are unstable [INFO] [stderr] --> src/macros.rs:1150:14 [INFO] [stderr] | [INFO] [stderr] 1150 | impl ops::SubAssign<($posit, [$posit; $i])> for $quire { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/quire32/ops.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | crate::quire_add_sub_array_x!(PxE2<{ N }>, Q32E2, 1, 2, 3, 4); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/44580 [INFO] [stderr] = help: add `#![feature(const_generics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `softposit`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e2966de83be776be5278305e0833d33b3c6c3b6742a8589ef12211927aeac278"` [INFO] running `"docker" "rm" "-f" "e2966de83be776be5278305e0833d33b3c6c3b6742a8589ef12211927aeac278"` [INFO] [stdout] e2966de83be776be5278305e0833d33b3c6c3b6742a8589ef12211927aeac278