[INFO] fetching crate kiss2d 0.1.6... [INFO] testing kiss2d-0.1.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate kiss2d 0.1.6 into /workspace/builds/worker-96/source [INFO] validating manifest of crates.io crate kiss2d 0.1.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 kiss2d 0.1.6 [INFO] finished tweaking crates.io crate kiss2d 0.1.6 [INFO] tweaked toml for crates.io crate kiss2d 0.1.6 written to /workspace/builds/worker-96/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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] 8d6e72b611c8073777d420f60d3287c8fb00923d84eb1f23f459a0adcac23a41 [INFO] running `Command { std: "docker" "start" "-a" "8d6e72b611c8073777d420f60d3287c8fb00923d84eb1f23f459a0adcac23a41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d6e72b611c8073777d420f60d3287c8fb00923d84eb1f23f459a0adcac23a41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d6e72b611c8073777d420f60d3287c8fb00923d84eb1f23f459a0adcac23a41", kill_on_drop: false }` [INFO] [stdout] 8d6e72b611c8073777d420f60d3287c8fb00923d84eb1f23f459a0adcac23a41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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] 826484d0a2173e181c846e80aad030e8bb3e14508dfaa548a6eb0983a381ff28 [INFO] running `Command { std: "docker" "start" "-a" "826484d0a2173e181c846e80aad030e8bb3e14508dfaa548a6eb0983a381ff28", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling kiss2d v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/vg/raster_fixed.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | #[allow(exceeding_bitshifts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uncommon_codepoints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let ayϕ = (ay * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | let byϕ = (by * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int1ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:21:6 [INFO] [stdout] | [INFO] [stdout] 21 | type int1ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int1ϕ` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int2ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int2ϕ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline(always)] fn floor(x: int1ϕ) -> i32 { (x >> ϕ) } [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - #[inline(always)] fn floor(x: int1ϕ) -> i32 { (x >> ϕ) } [INFO] [stdout] 37 + #[inline(always)] fn floor(x: int1ϕ) -> i32 { x >> ϕ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:38:47 [INFO] [stdout] | [INFO] [stdout] 38 | #[inline(always)] fn ceil(x: int1ϕ) -> i32 { ((x + fxOneMinusIota) >> ϕ) } [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - #[inline(always)] fn ceil(x: int1ϕ) -> i32 { ((x + fxOneMinusIota) >> ϕ) } [INFO] [stdout] 38 + #[inline(always)] fn ceil(x: int1ϕ) -> i32 { (x + fxOneMinusIota) >> ϕ } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/vg/vector.rs:2:37 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::image::{RGBA, Rectangle, Point}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:43 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_to_from_bytes` has been stable since 1.32.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kiss2d` due to 3 previous errors; 13 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "826484d0a2173e181c846e80aad030e8bb3e14508dfaa548a6eb0983a381ff28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "826484d0a2173e181c846e80aad030e8bb3e14508dfaa548a6eb0983a381ff28", kill_on_drop: false }` [INFO] [stdout] 826484d0a2173e181c846e80aad030e8bb3e14508dfaa548a6eb0983a381ff28