[INFO] fetching crate linea 0.9.6... [INFO] testing linea-0.9.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate linea 0.9.6 into /workspace/builds/worker-26/source [INFO] validating manifest of crates.io crate linea 0.9.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate linea 0.9.6 [INFO] finished tweaking crates.io crate linea 0.9.6 [INFO] tweaked toml for crates.io crate linea 0.9.6 written to /workspace/builds/worker-26/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d645aad572dd030c9b29395f173817b12ea33dd3c9c918b9fb1b9a3bf9e92894 [INFO] running `Command { std: "docker" "start" "-a" "d645aad572dd030c9b29395f173817b12ea33dd3c9c918b9fb1b9a3bf9e92894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d645aad572dd030c9b29395f173817b12ea33dd3c9c918b9fb1b9a3bf9e92894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d645aad572dd030c9b29395f173817b12ea33dd3c9c918b9fb1b9a3bf9e92894", kill_on_drop: false }` [INFO] [stdout] d645aad572dd030c9b29395f173817b12ea33dd3c9c918b9fb1b9a3bf9e92894 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f025583995a0339e3f9e03fda5db9d42d44a86813227670cbe3d92a576d4f04 [INFO] running `Command { std: "docker" "start" "-a" "3f025583995a0339e3f9e03fda5db9d42d44a86813227670cbe3d92a576d4f04", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling idem v0.4.0 [INFO] [stderr] Compiling radical v0.1.1 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling linea v0.9.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `Zero` is ambiguous [INFO] [stdout] --> src/projective.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | where A: Zero + One, [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Zero` could refer to the trait imported here [INFO] [stdout] --> src/projective.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use typenum::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Zero` to disambiguate [INFO] [stdout] note: `Zero` could also refer to the trait imported here [INFO] [stdout] --> src/projective.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Zero` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `Zero` is ambiguous [INFO] [stdout] --> src/projective.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | where A: Zero + One, [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Zero` could refer to the trait imported here [INFO] [stdout] --> src/projective.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use typenum::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Zero` to disambiguate [INFO] [stdout] note: `Zero` could also refer to the trait imported here [INFO] [stdout] --> src/projective.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Zero` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_fn_union)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `const_fn_union` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(untagged_unions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_fn_union` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_fn_union)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type parameter `A` in the current scope [INFO] [stdout] --> src/projective.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | A::zero [INFO] [stdout] | ^^^^ function or associated item not found in `A` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the type parameter is bounded by the trait [INFO] [stdout] help: the following traits define an item `zero`, perhaps you need to restrict type parameter `A` with one of them: [INFO] [stdout] | [INFO] [stdout] 7 | pub fn translate(a: Matrix) -> Matrix, Add1> [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] 7 | pub fn translate(a: Matrix) -> Matrix, Add1> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type parameter `A` in the current scope [INFO] [stdout] --> src/projective.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | A::zero [INFO] [stdout] | ^^^^ function or associated item not found in `A` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the type parameter is bounded by the trait [INFO] [stdout] help: the following traits define an item `zero`, perhaps you need to restrict type parameter `A` with one of them: [INFO] [stdout] | [INFO] [stdout] 26 | pub fn transform_linear(a: Matrix) -> Matrix, Add1> [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] 26 | pub fn transform_linear(a: Matrix) -> Matrix, Add1> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557, E0599, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `linea` due to 9 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "3f025583995a0339e3f9e03fda5db9d42d44a86813227670cbe3d92a576d4f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f025583995a0339e3f9e03fda5db9d42d44a86813227670cbe3d92a576d4f04", kill_on_drop: false }` [INFO] [stdout] 3f025583995a0339e3f9e03fda5db9d42d44a86813227670cbe3d92a576d4f04