[INFO] fetching crate linea 0.9.6... [INFO] testing linea-0.9.6 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate linea 0.9.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate linea 0.9.6 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea6291348fc8b471a36c365d095efc767377f9c75a7ad3c08c169923ea2ddf81 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ea6291348fc8b471a36c365d095efc767377f9c75a7ad3c08c169923ea2ddf81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea6291348fc8b471a36c365d095efc767377f9c75a7ad3c08c169923ea2ddf81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea6291348fc8b471a36c365d095efc767377f9c75a7ad3c08c169923ea2ddf81", kill_on_drop: false }` [INFO] [stdout] ea6291348fc8b471a36c365d095efc767377f9c75a7ad3c08c169923ea2ddf81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1dbc19a0d7489b145c50a055b6e312e6d22db45e8a3aa32bef378192e908d94 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b1dbc19a0d7489b145c50a055b6e312e6d22db45e8a3aa32bef378192e908d94", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling idem v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling radical v0.1.1 [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 (glob import vs glob import in the same module) [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: `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 (glob import vs glob import in the same module) [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: `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[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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0557, E0599, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `linea` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "b1dbc19a0d7489b145c50a055b6e312e6d22db45e8a3aa32bef378192e908d94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1dbc19a0d7489b145c50a055b6e312e6d22db45e8a3aa32bef378192e908d94", kill_on_drop: false }` [INFO] [stdout] b1dbc19a0d7489b145c50a055b6e312e6d22db45e8a3aa32bef378192e908d94