[INFO] fetching crate linea 0.9.6... [INFO] testing linea-0.9.6 against 1.59.0 for beta-1.60-1 [INFO] extracting crate linea 0.9.6 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate linea 0.9.6 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 093ef90b7241bfedab633458dd94e938e03c3afeb7133f20737d042f9650b8f6 [INFO] running `Command { std: "docker" "start" "-a" "093ef90b7241bfedab633458dd94e938e03c3afeb7133f20737d042f9650b8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "093ef90b7241bfedab633458dd94e938e03c3afeb7133f20737d042f9650b8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "093ef90b7241bfedab633458dd94e938e03c3afeb7133f20737d042f9650b8f6", kill_on_drop: false }` [INFO] [stdout] 093ef90b7241bfedab633458dd94e938e03c3afeb7133f20737d042f9650b8f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 319ecf6982c072b42a0502a84d04af077c214bf06bab0b0a95fb496f799653ef [INFO] running `Command { std: "docker" "start" "-a" "319ecf6982c072b42a0502a84d04af077c214bf06bab0b0a95fb496f799653ef", kill_on_drop: false }` [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 stable 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 stable 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 stable 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] 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 [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 [INFO] running `Command { std: "docker" "inspect" "319ecf6982c072b42a0502a84d04af077c214bf06bab0b0a95fb496f799653ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "319ecf6982c072b42a0502a84d04af077c214bf06bab0b0a95fb496f799653ef", kill_on_drop: false }` [INFO] [stdout] 319ecf6982c072b42a0502a84d04af077c214bf06bab0b0a95fb496f799653ef