[INFO] fetching crate crystalorb 0.2.1... [INFO] testing crystalorb-0.2.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate crystalorb 0.2.1 into /workspace/builds/worker-79/source [INFO] validating manifest of crates.io crate crystalorb 0.2.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-79/source/rust-toolchain [INFO] started tweaking crates.io crate crystalorb 0.2.1 [INFO] finished tweaking crates.io crate crystalorb 0.2.1 [INFO] tweaked toml for crates.io crate crystalorb 0.2.1 written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate crates.io crate crystalorb 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90a9e6f1f41d2c5b8e9876fb00ac726b8b738e59a81b74372371adb94520b822 [INFO] running `Command { std: "docker" "start" "-a" "90a9e6f1f41d2c5b8e9876fb00ac726b8b738e59a81b74372371adb94520b822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90a9e6f1f41d2c5b8e9876fb00ac726b8b738e59a81b74372371adb94520b822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90a9e6f1f41d2c5b8e9876fb00ac726b8b738e59a81b74372371adb94520b822", kill_on_drop: false }` [INFO] [stdout] 90a9e6f1f41d2c5b8e9876fb00ac726b8b738e59a81b74372371adb94520b822 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e851ae0f0494ebc03cd03bc7a5fc015389c9b66c62f48a3cf4c116031c444e8b [INFO] running `Command { std: "docker" "start" "-a" "e851ae0f0494ebc03cd03bc7a5fc015389c9b66c62f48a3cf4c116031c444e8b", kill_on_drop: false }` [INFO] [stderr] warning: profile package spec `crystalorb-demo` in profile `release` did not match any packages [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling crystalorb v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extended_key_value_attributes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `extended_key_value_attributes` has been stable since 1.54.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:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_fn_floating_point_arithmetic)] [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:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(map_first_last)] [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_generics)] [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:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TerminationCondition` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/fixed_timestepper.rs:92:56 [INFO] [stdout] | [INFO] [stdout] 92 | impl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TerminationCondition` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/fixed_timestepper.rs:251:36 [INFO] [stdout] | [INFO] [stdout] 251 | impl Deref for TimeKeeper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TerminationCondition` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/fixed_timestepper.rs:258:36 [INFO] [stdout] | [INFO] [stdout] 258 | impl DerefMut for TimeKeeper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `InitializationType` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/world/simulation.rs:33:51 [INFO] [stdout] | [INFO] [stdout] 33 | impl Default [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `InitializationType` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/world/simulation.rs:48:51 [INFO] [stdout] | [INFO] [stdout] 48 | impl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `InitializationType` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/world/simulation.rs:133:51 [INFO] [stdout] | [INFO] [stdout] 133 | impl Stepper [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `InitializationType` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/world/simulation.rs:160:51 [INFO] [stdout] | [INFO] [stdout] 160 | impl FixedTimestepper [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TerminationCondition` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/fixed_timestepper.rs:81:80 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) struct TimeKeeper [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `InitializationType` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/world/simulation.rs:27:75 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) struct Simulation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the only supported types are integers, `bool` and `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `crystalorb` due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "e851ae0f0494ebc03cd03bc7a5fc015389c9b66c62f48a3cf4c116031c444e8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e851ae0f0494ebc03cd03bc7a5fc015389c9b66c62f48a3cf4c116031c444e8b", kill_on_drop: false }` [INFO] [stdout] e851ae0f0494ebc03cd03bc7a5fc015389c9b66c62f48a3cf4c116031c444e8b