[INFO] fetching crate fayalite 0.2.0...
[INFO] checking fayalite-0.2.0 against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] extracting crate fayalite 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate fayalite 0.2.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fayalite 0.2.0
[INFO] tweaked toml for crates.io crate fayalite 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fayalite 0.2.0 on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fayalite 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8
[INFO] running `Command { std: "docker" "start" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling cc v1.1.28
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]    Compiling fayalite-proc-macros-impl v0.2.0
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking clap_builder v4.5.9
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling trybuild v1.0.89
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling blake3 v1.5.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking which v6.0.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling derive_destructure2 v0.1.3
[INFO] [stderr]    Compiling clap_derive v4.5.8
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]     Checking jobslot v0.2.19
[INFO] [stderr]     Checking clap v4.5.9
[INFO] [stderr]    Compiling fayalite-proc-macros v0.2.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking basic-toml v0.1.8
[INFO] [stderr]    Compiling fayalite-visit-gen v0.2.0
[INFO] [stderr]    Compiling fayalite v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/clock.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct ClockDomain {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/enum_.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub enum HdlOption<T: Type> {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn formal_global_clock() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn formal_reset() {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:244:20
[INFO] [stdout]     |
[INFO] [stdout] 244 | make_any_const_fn!(any_const, "anyconst");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:245:20
[INFO] [stdout]     |
[INFO] [stdout] 245 | make_any_const_fn!(any_seq, "anyseq");
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:246:20
[INFO] [stdout]     |
[INFO] [stdout] 246 | make_any_const_fn!(all_const, "allconst");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:247:20
[INFO] [stdout]     |
[INFO] [stdout] 247 | make_any_const_fn!(all_seq, "allseq");
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ReadStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct WriteStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct ReadWriteStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/module/transform/simplify_enums.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | struct TagAndBody<Tag, Body> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]  --> src/util/ready_valid.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ReadyValid<T> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/util/ready_valid.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn queue<T: Type>(
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/util/ready_valid.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 |         fn queue_test(capacity: NonZeroUsize, inp_ready_is_comb: bool, out_valid_is_comb: bool) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/clock.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct ClockDomain {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/enum_.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub enum HdlOption<T: Type> {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn formal_global_clock() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn formal_reset() {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:244:20
[INFO] [stdout]     |
[INFO] [stdout] 244 | make_any_const_fn!(any_const, "anyconst");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:245:20
[INFO] [stdout]     |
[INFO] [stdout] 245 | make_any_const_fn!(any_seq, "anyseq");
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:246:20
[INFO] [stdout]     |
[INFO] [stdout] 246 | make_any_const_fn!(all_const, "allconst");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/formal.rs:247:20
[INFO] [stdout]     |
[INFO] [stdout] 247 | make_any_const_fn!(all_seq, "allseq");
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ReadStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct WriteStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/memory.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct ReadWriteStruct<Element, AddrWidth: Size> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/module/transform/simplify_enums.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | struct TagAndBody<Tag, Body> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]  --> src/util/ready_valid.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ReadyValid<T> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `automatically_derived` attribute cannot be used on inherent impl blocks
[INFO] [stdout]   --> src/util/ready_valid.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn queue<T: Type>(
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `automatically_derived` attribute can only be applied to trait impl blocks
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fayalite` (lib test); 15 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d7f6614d0baa7689bd05eba340114667db4d5b7/bin/rustc --crate-name fayalite --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-doc"))' -C metadata=294cac56bad9b46d -C extra-filename=-95f937ef38d96172 --out-dir /opt/rustwide/target/debug/build/fayalite/95f937ef38d96172/out -L dependency=/opt/rustwide/target/debug/build/ahash/68e11baae127899c/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/62bc2748708886eb/out -L dependency=/opt/rustwide/target/debug/build/anstream/1c78602e1b0efc46/out -L dependency=/opt/rustwide/target/debug/build/anstyle/28063e21c55d991c/out -L dependency=/opt/rustwide/target/debug/build/anstyle-parse/9ae2ff1fffb06de5/out -L dependency=/opt/rustwide/target/debug/build/anstyle-query/58cc07bf9d31d979/out -L dependency=/opt/rustwide/target/debug/build/arrayref/4d71eac3f20c682f/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/254bc7dd6c5b9987/out -L dependency=/opt/rustwide/target/debug/build/basic-toml/dd2c78ee27270fbb/out -L dependency=/opt/rustwide/target/debug/build/bitflags/e5e6d0a0c0b278f5/out -L dependency=/opt/rustwide/target/debug/build/bitvec/8039b3d6a098f6d3/out -L dependency=/opt/rustwide/target/debug/build/blake3/90ec30571cee34eb/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/clap/a2ec4d2c0cee20de/out -L dependency=/opt/rustwide/target/debug/build/clap_builder/87fe5f6fa110126f/out -L dependency=/opt/rustwide/target/debug/build/clap_derive/d21a6f53d1ff23cf/out -L dependency=/opt/rustwide/target/debug/build/clap_lex/5466a9398b89d379/out -L dependency=/opt/rustwide/target/debug/build/colorchoice/0fc11f46493a544b/out -L dependency=/opt/rustwide/target/debug/build/constant_time_eq/96835a90854479c0/out -L dependency=/opt/rustwide/target/debug/build/ctor/15c65ee22b3674f7/out -L dependency=/opt/rustwide/target/debug/build/derive_destructure2/bce83c27bad94fff/out -L dependency=/opt/rustwide/target/debug/build/either/0f24be69e2422d21/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d3d0700524103a17/out -L dependency=/opt/rustwide/target/debug/build/eyre/06b7214e186692b7/out -L dependency=/opt/rustwide/target/debug/build/fastrand/b257c93bf93df086/out -L dependency=/opt/rustwide/target/debug/build/fayalite-proc-macros/b10022099809f0ed/out -L dependency=/opt/rustwide/target/debug/build/funty/f036997386003508/out -L dependency=/opt/rustwide/target/debug/build/getrandom/12971456254a6691/out -L dependency=/opt/rustwide/target/debug/build/glob/89462d437e8c89f8/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/12bc42c9ad6081c0/out -L dependency=/opt/rustwide/target/debug/build/home/6fe960536dde253c/out -L dependency=/opt/rustwide/target/debug/build/indenter/54a60a1a8af25038/out -L dependency=/opt/rustwide/target/debug/build/indexmap/ea53cde961322188/out -L dependency=/opt/rustwide/target/debug/build/is_terminal_polyfill/d16f7c48b3436959/out -L dependency=/opt/rustwide/target/debug/build/itoa/7f89343165110e2d/out -L dependency=/opt/rustwide/target/debug/build/jobslot/a6dde4fb7fa2f0d4/out -L dependency=/opt/rustwide/target/debug/build/libc/76bf30a6a053cf12/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/a6764907bece9249/out -L dependency=/opt/rustwide/target/debug/build/num-bigint/2da58dddada9e736/out -L dependency=/opt/rustwide/target/debug/build/num-integer/f7c1e322988e14c8/out -L dependency=/opt/rustwide/target/debug/build/num-traits/38de4d722e55ca40/out -L dependency=/opt/rustwide/target/debug/build/once_cell/9a4a314c4444a257/out -L dependency=/opt/rustwide/target/debug/build/os_pipe/26e3870bf63945b1/out -L dependency=/opt/rustwide/target/debug/build/radium/6818750d4d7c9b07/out -L dependency=/opt/rustwide/target/debug/build/rustix/f48cca7bbc830f73/out -L dependency=/opt/rustwide/target/debug/build/ryu/59d36dda483fee43/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/47bdf33716285740/out -L dependency=/opt/rustwide/target/debug/build/serde/3e9c054bb7bf099d/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/4343813c74f284a0/out -L dependency=/opt/rustwide/target/debug/build/serde_json/39bb7410febc53d9/out -L dependency=/opt/rustwide/target/debug/build/strsim/a1f0dce47f9b6856/out -L dependency=/opt/rustwide/target/debug/build/tap/5e0b76b1214ba198/out -L dependency=/opt/rustwide/target/debug/build/tempfile/81ab767d9d36ecb4/out -L dependency=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out -L dependency=/opt/rustwide/target/debug/build/trybuild/64fe840ffeccbbc7/out -L dependency=/opt/rustwide/target/debug/build/utf8parse/dfcca550ff662ae9/out -L dependency=/opt/rustwide/target/debug/build/which/e7ba2edcf4ebbba1/out -L dependency=/opt/rustwide/target/debug/build/wyz/98cc9b693d506724/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/46535c0477d437ac/out --extern bitvec=/opt/rustwide/target/debug/build/bitvec/8039b3d6a098f6d3/out/libbitvec-8039b3d6a098f6d3.rmeta --extern blake3=/opt/rustwide/target/debug/build/blake3/90ec30571cee34eb/out/libblake3-90ec30571cee34eb.rmeta --extern clap=/opt/rustwide/target/debug/build/clap/a2ec4d2c0cee20de/out/libclap-a2ec4d2c0cee20de.rmeta --extern ctor=/opt/rustwide/target/debug/build/ctor/15c65ee22b3674f7/out/libctor-15c65ee22b3674f7.so --extern eyre=/opt/rustwide/target/debug/build/eyre/06b7214e186692b7/out/libeyre-06b7214e186692b7.rmeta --extern fayalite_proc_macros=/opt/rustwide/target/debug/build/fayalite-proc-macros/b10022099809f0ed/out/libfayalite_proc_macros-b10022099809f0ed.so --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/12bc42c9ad6081c0/out/libhashbrown-12bc42c9ad6081c0.rmeta --extern jobslot=/opt/rustwide/target/debug/build/jobslot/a6dde4fb7fa2f0d4/out/libjobslot-a6dde4fb7fa2f0d4.rmeta --extern num_bigint=/opt/rustwide/target/debug/build/num-bigint/2da58dddada9e736/out/libnum_bigint-2da58dddada9e736.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/38de4d722e55ca40/out/libnum_traits-38de4d722e55ca40.rmeta --extern os_pipe=/opt/rustwide/target/debug/build/os_pipe/26e3870bf63945b1/out/libos_pipe-26e3870bf63945b1.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/3e9c054bb7bf099d/out/libserde-3e9c054bb7bf099d.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/39bb7410febc53d9/out/libserde_json-39bb7410febc53d9.rmeta --extern tempfile=/opt/rustwide/target/debug/build/tempfile/81ab767d9d36ecb4/out/libtempfile-81ab767d9d36ecb4.rmeta --extern trybuild=/opt/rustwide/target/debug/build/trybuild/64fe840ffeccbbc7/out/libtrybuild-64fe840ffeccbbc7.rmeta --extern which=/opt/rustwide/target/debug/build/which/e7ba2edcf4ebbba1/out/libwhich-e7ba2edcf4ebbba1.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3/8b9576d3a18ff0c1/out -L native=/opt/rustwide/target/debug/build/blake3/8b9576d3a18ff0c1/out --check-cfg 'cfg(todo)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8", kill_on_drop: false }`
[INFO] [stdout] 126706eee21239c79920c78c194113c1a8986fc0cd3fbd8e80e399ef8b48caa8
