[INFO] cloning repository https://github.com/ritobanrc/firework [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritobanrc/firework" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritobanrc%2Ffirework", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritobanrc%2Ffirework'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3d83faca569ed55e681d06f0f36cfd9b0ae8f4d [INFO] testing ritobanrc/firework against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritobanrc%2Ffirework" "/workspace/builds/worker-69/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-69/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritobanrc/firework on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ritobanrc/firework [INFO] finished tweaking git repo https://github.com/ritobanrc/firework [INFO] tweaked toml for git repo https://github.com/ritobanrc/firework written to /workspace/builds/worker-69/source/Cargo.toml [INFO] crate git repo https://github.com/ritobanrc/firework already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctor v0.1.15 [INFO] [stderr] Downloaded bytemuck v1.4.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.20 [INFO] [stderr] Downloaded image v0.23.9 [INFO] [stderr] Downloaded minifb v0.18.0 [INFO] [stderr] Downloaded inventory v0.1.8 [INFO] [stderr] Downloaded tobj v1.0.0 [INFO] [stderr] Downloaded inventory-impl v0.1.8 [INFO] [stderr] Downloaded typetag v0.1.5 [INFO] [stderr] Downloaded typetag-impl v0.1.5 [INFO] [stderr] Downloaded tiny-rng v0.1.0 [INFO] [stderr] Downloaded ultraviolet v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 157260dd1f41359f1b416c251abe69b87baf21e79390b08761edc99c22a7ad0f [INFO] running `Command { std: "docker" "start" "-a" "157260dd1f41359f1b416c251abe69b87baf21e79390b08761edc99c22a7ad0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "157260dd1f41359f1b416c251abe69b87baf21e79390b08761edc99c22a7ad0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "157260dd1f41359f1b416c251abe69b87baf21e79390b08761edc99c22a7ad0f", kill_on_drop: false }` [INFO] [stdout] 157260dd1f41359f1b416c251abe69b87baf21e79390b08761edc99c22a7ad0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 134b2ce8067660f8fd7f68825ee0b73c602758a6792f93b54eb2bda27c383ae7 [INFO] running `Command { std: "docker" "start" "-a" "134b2ce8067660f8fd7f68825ee0b73c602758a6792f93b54eb2bda27c383ae7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.20 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling bytemuck v1.4.0 [INFO] [stderr] Compiling inventory v0.1.8 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling wide v0.4.6 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling tiny-rng v0.1.0 [INFO] [stderr] Compiling tobj v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling wayland-sys v0.27.0 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling tiff v0.5.0 [INFO] [stderr] Compiling minifb v0.18.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling wayland-scanner v0.27.0 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling xkb v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling xcursor v0.3.2 [INFO] [stderr] Compiling wayland-client v0.27.0 [INFO] [stderr] Compiling wayland-protocols v0.27.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling wayland-commons v0.27.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling image v0.23.9 [INFO] [stderr] Compiling wayland-cursor v0.27.0 [INFO] [stderr] Compiling inventory-impl v0.1.8 [INFO] [stderr] Compiling ctor v0.1.15 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling typetag-impl v0.1.5 [INFO] [stderr] Compiling erased-serde v0.3.12 [INFO] [stderr] Compiling serde_yaml v0.8.13 [INFO] [stderr] Compiling ultraviolet v0.5.1 [INFO] [stderr] Compiling typetag v0.1.5 [INFO] [stderr] Compiling firework v0.1.0 (/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_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | impl AARect<{ A1 }, { A2 }> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:21:32 [INFO] [stdout] | [INFO] [stdout] 21 | impl AARect<{ A1 }, { A2 }> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | impl Hitable for AARect<{ A1 }, { A2 }> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | impl Hitable for AARect<{ A1 }, { A2 }> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct AARect { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Axis` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/objects/rect.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct AARect { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] = help: more complex types are supported with `#![feature(adt_const_params)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `firework` due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "134b2ce8067660f8fd7f68825ee0b73c602758a6792f93b54eb2bda27c383ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "134b2ce8067660f8fd7f68825ee0b73c602758a6792f93b54eb2bda27c383ae7", kill_on_drop: false }` [INFO] [stdout] 134b2ce8067660f8fd7f68825ee0b73c602758a6792f93b54eb2bda27c383ae7