[INFO] cloning repository https://github.com/projectastre/reon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/projectastre/reon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprojectastre%2Freon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprojectastre%2Freon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08882d7a3eb34f369d7f2eb62f104bf7a14089bc [INFO] checking projectastre/reon against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprojectastre%2Freon" "/workspace/builds/worker-47/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-47/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/projectastre/reon on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/projectastre/reon [INFO] finished tweaking git repo https://github.com/projectastre/reon [INFO] tweaked toml for git repo https://github.com/projectastre/reon written to /workspace/builds/worker-47/source/Cargo.toml [INFO] crate git repo https://github.com/projectastre/reon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5133853d28133271805042c08748764dc2d9d608fd49e4eea5dfa0618de988d [INFO] running `Command { std: "docker" "start" "-a" "e5133853d28133271805042c08748764dc2d9d608fd49e4eea5dfa0618de988d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5133853d28133271805042c08748764dc2d9d608fd49e4eea5dfa0618de988d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5133853d28133271805042c08748764dc2d9d608fd49e4eea5dfa0618de988d", kill_on_drop: false }` [INFO] [stdout] e5133853d28133271805042c08748764dc2d9d608fd49e4eea5dfa0618de988d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6346a405eeec0d543060049265fd81d90675787af744b46f07a2c5d4aef3c1e6 [INFO] running `Command { std: "docker" "start" "-a" "6346a405eeec0d543060049265fd81d90675787af744b46f07a2c5d4aef3c1e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking reon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_fn, nll)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_fn, nll)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MemOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `MemOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MemOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `MemOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `AccOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AccOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `AccOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AccOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `AluIndexOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AluIndexOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `AluIndexOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AluIndexOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MemAluOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `MemAluOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MemAluOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `MemAluOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `RotOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RotOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NullDecodeMap: encoding::DecodeMap` is not satisfied [INFO] [stdout] --> src/isa/encoding.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | $name::__isa_create_decode_table::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `encoding::DecodeMap` is not implemented for `NullDecodeMap` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `RotOperand::__isa_create_decode_table` [INFO] [stdout] --> src/isa/encoding.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) const fn __isa_create_decode_table< [INFO] [stdout] | ------------------------- required by a bound in this [INFO] [stdout] 370 | $s2: crate::isa::encoding::DecodeMap<$name>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RotOperand::__isa_create_decode_table` [INFO] [stdout] | [INFO] [stdout] ::: src/isa/w65816.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / isa_instruction_table! { [INFO] [stdout] 98 | | /// Operand combinations for memory related instructions [INFO] [stdout] 99 | | pub table MemOperand { [INFO] [stdout] 100 | | 0x05 Zero(u8), [INFO] [stdout] ... | [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `isa_instruction_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 379 | impl crate::isa::encoding::Encoder for $name where NullDecodeMap: encoding::DecodeMap { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [WARN] too much data in the log, truncating it