[INFO] cloning repository https://github.com/FeanorTheElf/FeanorLA [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FeanorTheElf/FeanorLA" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeanorTheElf%2FFeanorLA", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeanorTheElf%2FFeanorLA'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 265add9cf4c216383723be62adadc2c931dec06b [INFO] checking FeanorTheElf/FeanorLA against master#8c6ce6b91b172f77c795a74bfeaf74b865146b3f for pr-101345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeanorTheElf%2FFeanorLA" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FeanorTheElf/FeanorLA on toolchain 8c6ce6b91b172f77c795a74bfeaf74b865146b3f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FeanorTheElf/FeanorLA [INFO] finished tweaking git repo https://github.com/FeanorTheElf/FeanorLA [INFO] tweaked toml for git repo https://github.com/FeanorTheElf/FeanorLA written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/FeanorTheElf/FeanorLA already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded contracts v0.4.0 [INFO] [stderr] Downloaded vector-map v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f473609ac9f1dff2cbe8836e46b3dda65b501335982aff6815ee82d369f2679a [INFO] running `Command { std: "docker" "start" "-a" "f473609ac9f1dff2cbe8836e46b3dda65b501335982aff6815ee82d369f2679a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f473609ac9f1dff2cbe8836e46b3dda65b501335982aff6815ee82d369f2679a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f473609ac9f1dff2cbe8836e46b3dda65b501335982aff6815ee82d369f2679a", kill_on_drop: false }` [INFO] [stdout] f473609ac9f1dff2cbe8836e46b3dda65b501335982aff6815ee82d369f2679a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e986bf4e6d7516f9c44305a7fa7a0fe514bb7ac4522fec8f34134ef95f63de75 [INFO] running `Command { std: "docker" "start" "-a" "e986bf4e6d7516f9c44305a7fa7a0fe514bb7ac4522fec8f34134ef95f63de75", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.93 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling contracts v0.4.0 [INFO] [stderr] Checking vector-map v1.0.1 [INFO] [stderr] Checking feanor_la v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(adt_const_params)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #95174 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(adt_const_params)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #95174 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/la/inversion.rs:50:91 [INFO] [stdout] | [INFO] [stdout] 50 | ..., N: MatrixView>(&self, b: Matrix) -> Option, Self::El>> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/la/inversion.rs:295:53 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ring` [INFO] [stdout] --> src/la/inversion.rs:295:77 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_ring` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/la/inversion.rs:50:91 [INFO] [stdout] | [INFO] [stdout] 50 | ..., N: MatrixView>(&self, b: Matrix) -> Option, Self::El>> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/la/inversion.rs:295:53 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ring` [INFO] [stdout] --> src/la/inversion.rs:295:77 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_ring` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `incl` [INFO] [stdout] --> src/poly/factoring.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | let incl = ring.embedding(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_incl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `find_any_solution_modifying` is never used [INFO] [stdout] --> src/la/inversion.rs:295:8 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rising_power_poly` is never used [INFO] [stdout] --> src/poly/sumation.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn rising_power_poly

(ring: &P, n: usize) -> El

[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sumation_poly` is never used [INFO] [stdout] --> src/poly/sumation.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn sumation_poly

(ring: &P, f: El

) -> El

[INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/ring.rs:269:16 [INFO] [stdout] | [INFO] [stdout] 269 | pub type El = ::El; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 269 - pub type El = ::El; [INFO] [stdout] 269 + pub type El = ::El; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/elliptic_curve/mod.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub type CoordRing = WrappingRing, VectorArray>, 2>, VectorArray = WrappingRing, VectorArray>, 2>, VectorArray>, 2>>>; [INFO] [stdout] 48 + pub type CoordRing = WrappingRing, VectorArray>, 2>, VectorArray>, 2>>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/elliptic_curve/mod.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | pub type FunctionField = WrappingRing = WrappingRing = WrappingRing src/elliptic_curve/division_polynomials.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | type P = WrappingRing>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 8 - type P = WrappingRing>; [INFO] [stdout] 8 + type P = WrappingRing>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `find_any_solution_modifying` is never used [INFO] [stdout] --> src/la/inversion.rs:295:8 [INFO] [stdout] | [INFO] [stdout] 295 | fn find_any_solution_modifying(&mut self, rhs: &mut Matrix, ring: &R) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/ring.rs:269:16 [INFO] [stdout] | [INFO] [stdout] 269 | pub type El = ::El; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 269 - pub type El = ::El; [INFO] [stdout] 269 + pub type El = ::El; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/elliptic_curve/mod.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub type CoordRing = WrappingRing, VectorArray>, 2>, VectorArray = WrappingRing, VectorArray>, 2>, VectorArray>, 2>>>; [INFO] [stdout] 48 + pub type CoordRing = WrappingRing, VectorArray>, 2>, VectorArray>, 2>>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/elliptic_curve/mod.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | pub type FunctionField = WrappingRing = WrappingRing = WrappingRing src/elliptic_curve/division_polynomials.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | type P = WrappingRing>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 8 - type P = WrappingRing>; [INFO] [stdout] 8 + type P = WrappingRing>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.51s [INFO] running `Command { std: "docker" "inspect" "e986bf4e6d7516f9c44305a7fa7a0fe514bb7ac4522fec8f34134ef95f63de75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e986bf4e6d7516f9c44305a7fa7a0fe514bb7ac4522fec8f34134ef95f63de75", kill_on_drop: false }` [INFO] [stdout] e986bf4e6d7516f9c44305a7fa7a0fe514bb7ac4522fec8f34134ef95f63de75