[INFO] fetching crate capstone 0.13.0...
[INFO] testing capstone-0.13.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate capstone 0.13.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate capstone 0.13.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate capstone 0.13.0
[INFO] tweaked toml for crates.io crate capstone 0.13.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate capstone 0.13.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate capstone 0.13.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf309b32c96c799cd52d30fa59efea188990255ee0ab97db107428171ca1d739
[INFO] running `Command { std: "docker" "start" "-a" "cf309b32c96c799cd52d30fa59efea188990255ee0ab97db107428171ca1d739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf309b32c96c799cd52d30fa59efea188990255ee0ab97db107428171ca1d739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf309b32c96c799cd52d30fa59efea188990255ee0ab97db107428171ca1d739", kill_on_drop: false }`
[INFO] [stdout] cf309b32c96c799cd52d30fa59efea188990255ee0ab97db107428171ca1d739
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6c61297af13369e058be9622a7e1a6bce1f2f6e395ace266bd989d38d11b8fb
[INFO] running `Command { std: "docker" "start" "-a" "c6c61297af13369e058be9622a7e1a6bce1f2f6e395ace266bd989d38d11b8fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling capstone-sys v0.17.0
[INFO] [stderr]    Compiling capstone v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm.rs:285:1
[INFO] [stdout]     |
[INFO] [stdout] 285 | / def_arch_details_struct!(
[INFO] [stdout] 286 | |     InsnDetail = ArmInsnDetail;
[INFO] [stdout] 287 | |     Operand = ArmOperand;
[INFO] [stdout] 288 | |     OperandIterator = ArmOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |     cs_arch = cs_arm;
[INFO] [stdout] 293 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm64.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / def_arch_details_struct!(
[INFO] [stdout] 247 | |     InsnDetail = Arm64InsnDetail;
[INFO] [stdout] 248 | |     Operand = Arm64Operand;
[INFO] [stdout] 249 | |     OperandIterator = Arm64OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 253 | |     cs_arch = cs_arm64;
[INFO] [stdout] 254 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m680x.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | / def_arch_details_struct!(
[INFO] [stdout] 237 | |     InsnDetail = M680xInsnDetail;
[INFO] [stdout] 238 | |     Operand = M680xOperand;
[INFO] [stdout] 239 | |     OperandIterator = M680xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 243 | |     cs_arch = cs_m680x;
[INFO] [stdout] 244 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m68k.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | / def_arch_details_struct!(
[INFO] [stdout] 454 | |     InsnDetail = M68kInsnDetail;
[INFO] [stdout] 455 | |     Operand = M68kOperand;
[INFO] [stdout] 456 | |     OperandIterator = M68kOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 460 | |     cs_arch = cs_m68k;
[INFO] [stdout] 461 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/mips.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / def_arch_details_struct!(
[INFO] [stdout]  84 | |     InsnDetail = MipsInsnDetail;
[INFO] [stdout]  85 | |     Operand = MipsOperand;
[INFO] [stdout]  86 | |     OperandIterator = MipsOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |     cs_arch = cs_mips;
[INFO] [stdout]  91 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/ppc.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / def_arch_details_struct!(
[INFO] [stdout] 137 | |     InsnDetail = PpcInsnDetail;
[INFO] [stdout] 138 | |     Operand = PpcOperand;
[INFO] [stdout] 139 | |     OperandIterator = PpcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     cs_arch = cs_ppc;
[INFO] [stdout] 144 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/riscv.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | / def_arch_details_struct!(
[INFO] [stdout]  83 | |     InsnDetail = RiscVInsnDetail;
[INFO] [stdout]  84 | |     Operand = RiscVOperand;
[INFO] [stdout]  85 | |     OperandIterator = RiscVOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  89 | |     cs_arch = cs_riscv;
[INFO] [stdout]  90 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sparc.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / def_arch_details_struct!(
[INFO] [stdout] 103 | |     InsnDetail = SparcInsnDetail;
[INFO] [stdout] 104 | |     Operand = SparcOperand;
[INFO] [stdout] 105 | |     OperandIterator = SparcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     cs_arch = cs_sparc;
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sysz.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / def_arch_details_struct!(
[INFO] [stdout]  99 | |     InsnDetail = SysZInsnDetail;
[INFO] [stdout] 100 | |     Operand = SysZOperand;
[INFO] [stdout] 101 | |     OperandIterator = SysZOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 105 | |     cs_arch = cs_sysz;
[INFO] [stdout] 106 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/tms320c64x.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / def_arch_details_struct!(
[INFO] [stdout] 246 | |     InsnDetail = Tms320c64xInsnDetail;
[INFO] [stdout] 247 | |     Operand = Tms320c64xOperand;
[INFO] [stdout] 248 | |     OperandIterator = Tms320c64xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     cs_arch = cs_tms320c64x;
[INFO] [stdout] 253 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/x86.rs:238:1
[INFO] [stdout]     |
[INFO] [stdout] 238 | / def_arch_details_struct!(
[INFO] [stdout] 239 | |     InsnDetail = X86InsnDetail;
[INFO] [stdout] 240 | |     Operand = X86Operand;
[INFO] [stdout] 241 | |     OperandIterator = X86OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 245 | |     cs_arch = cs_x86;
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/xcore.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | / def_arch_details_struct!(
[INFO] [stdout]  93 | |     InsnDetail = XcoreInsnDetail;
[INFO] [stdout]  94 | |     Operand = XcoreOperand;
[INFO] [stdout]  95 | |     OperandIterator = XcoreOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |     cs_arch = cs_xcore;
[INFO] [stdout] 100 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/bpf.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / def_arch_details_struct!(
[INFO] [stdout]  95 | |     InsnDetail = BpfInsnDetail;
[INFO] [stdout]  96 | |     Operand = BpfOperand;
[INFO] [stdout]  97 | |     OperandIterator = BpfOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |     cs_arch = cs_bpf;
[INFO] [stdout] 102 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:278:33
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail {
[INFO] [stdout]     |                                 ^^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail<'_> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:401:24
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.69s
[INFO] running `Command { std: "docker" "inspect" "c6c61297af13369e058be9622a7e1a6bce1f2f6e395ace266bd989d38d11b8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6c61297af13369e058be9622a7e1a6bce1f2f6e395ace266bd989d38d11b8fb", kill_on_drop: false }`
[INFO] [stdout] c6c61297af13369e058be9622a7e1a6bce1f2f6e395ace266bd989d38d11b8fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa7bdda3f7aa9c36f2bcefaf2414a487e6eef0fb8a7fa49f68c8c65408d0ba18
[INFO] running `Command { std: "docker" "start" "-a" "aa7bdda3f7aa9c36f2bcefaf2414a487e6eef0fb8a7fa49f68c8c65408d0ba18", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.80
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling syn v2.0.59
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm.rs:285:1
[INFO] [stdout]     |
[INFO] [stdout] 285 | / def_arch_details_struct!(
[INFO] [stdout] 286 | |     InsnDetail = ArmInsnDetail;
[INFO] [stdout] 287 | |     Operand = ArmOperand;
[INFO] [stdout] 288 | |     OperandIterator = ArmOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |     cs_arch = cs_arm;
[INFO] [stdout] 293 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm64.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / def_arch_details_struct!(
[INFO] [stdout] 247 | |     InsnDetail = Arm64InsnDetail;
[INFO] [stdout] 248 | |     Operand = Arm64Operand;
[INFO] [stdout] 249 | |     OperandIterator = Arm64OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 253 | |     cs_arch = cs_arm64;
[INFO] [stdout] 254 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m680x.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | / def_arch_details_struct!(
[INFO] [stdout] 237 | |     InsnDetail = M680xInsnDetail;
[INFO] [stdout] 238 | |     Operand = M680xOperand;
[INFO] [stdout] 239 | |     OperandIterator = M680xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 243 | |     cs_arch = cs_m680x;
[INFO] [stdout] 244 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m68k.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | / def_arch_details_struct!(
[INFO] [stdout] 454 | |     InsnDetail = M68kInsnDetail;
[INFO] [stdout] 455 | |     Operand = M68kOperand;
[INFO] [stdout] 456 | |     OperandIterator = M68kOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 460 | |     cs_arch = cs_m68k;
[INFO] [stdout] 461 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/mips.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / def_arch_details_struct!(
[INFO] [stdout]  84 | |     InsnDetail = MipsInsnDetail;
[INFO] [stdout]  85 | |     Operand = MipsOperand;
[INFO] [stdout]  86 | |     OperandIterator = MipsOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |     cs_arch = cs_mips;
[INFO] [stdout]  91 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/ppc.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / def_arch_details_struct!(
[INFO] [stdout] 137 | |     InsnDetail = PpcInsnDetail;
[INFO] [stdout] 138 | |     Operand = PpcOperand;
[INFO] [stdout] 139 | |     OperandIterator = PpcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     cs_arch = cs_ppc;
[INFO] [stdout] 144 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/riscv.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | / def_arch_details_struct!(
[INFO] [stdout]  83 | |     InsnDetail = RiscVInsnDetail;
[INFO] [stdout]  84 | |     Operand = RiscVOperand;
[INFO] [stdout]  85 | |     OperandIterator = RiscVOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  89 | |     cs_arch = cs_riscv;
[INFO] [stdout]  90 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sparc.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / def_arch_details_struct!(
[INFO] [stdout] 103 | |     InsnDetail = SparcInsnDetail;
[INFO] [stdout] 104 | |     Operand = SparcOperand;
[INFO] [stdout] 105 | |     OperandIterator = SparcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     cs_arch = cs_sparc;
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sysz.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / def_arch_details_struct!(
[INFO] [stdout]  99 | |     InsnDetail = SysZInsnDetail;
[INFO] [stdout] 100 | |     Operand = SysZOperand;
[INFO] [stdout] 101 | |     OperandIterator = SysZOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 105 | |     cs_arch = cs_sysz;
[INFO] [stdout] 106 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/tms320c64x.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / def_arch_details_struct!(
[INFO] [stdout] 246 | |     InsnDetail = Tms320c64xInsnDetail;
[INFO] [stdout] 247 | |     Operand = Tms320c64xOperand;
[INFO] [stdout] 248 | |     OperandIterator = Tms320c64xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     cs_arch = cs_tms320c64x;
[INFO] [stdout] 253 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/x86.rs:238:1
[INFO] [stdout]     |
[INFO] [stdout] 238 | / def_arch_details_struct!(
[INFO] [stdout] 239 | |     InsnDetail = X86InsnDetail;
[INFO] [stdout] 240 | |     Operand = X86Operand;
[INFO] [stdout] 241 | |     OperandIterator = X86OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 245 | |     cs_arch = cs_x86;
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/xcore.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | / def_arch_details_struct!(
[INFO] [stdout]  93 | |     InsnDetail = XcoreInsnDetail;
[INFO] [stdout]  94 | |     Operand = XcoreOperand;
[INFO] [stdout]  95 | |     OperandIterator = XcoreOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |     cs_arch = cs_xcore;
[INFO] [stdout] 100 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/bpf.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / def_arch_details_struct!(
[INFO] [stdout]  95 | |     InsnDetail = BpfInsnDetail;
[INFO] [stdout]  96 | |     Operand = BpfOperand;
[INFO] [stdout]  97 | |     OperandIterator = BpfOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |     cs_arch = cs_bpf;
[INFO] [stdout] 102 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:278:33
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail {
[INFO] [stdout]     |                                 ^^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail<'_> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:401:24
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling capstone v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm.rs:285:1
[INFO] [stdout]     |
[INFO] [stdout] 285 | / def_arch_details_struct!(
[INFO] [stdout] 286 | |     InsnDetail = ArmInsnDetail;
[INFO] [stdout] 287 | |     Operand = ArmOperand;
[INFO] [stdout] 288 | |     OperandIterator = ArmOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |     cs_arch = cs_arm;
[INFO] [stdout] 293 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/arm64.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / def_arch_details_struct!(
[INFO] [stdout] 247 | |     InsnDetail = Arm64InsnDetail;
[INFO] [stdout] 248 | |     Operand = Arm64Operand;
[INFO] [stdout] 249 | |     OperandIterator = Arm64OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 253 | |     cs_arch = cs_arm64;
[INFO] [stdout] 254 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m680x.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | / def_arch_details_struct!(
[INFO] [stdout] 237 | |     InsnDetail = M680xInsnDetail;
[INFO] [stdout] 238 | |     Operand = M680xOperand;
[INFO] [stdout] 239 | |     OperandIterator = M680xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 243 | |     cs_arch = cs_m680x;
[INFO] [stdout] 244 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/m68k.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | / def_arch_details_struct!(
[INFO] [stdout] 454 | |     InsnDetail = M68kInsnDetail;
[INFO] [stdout] 455 | |     Operand = M68kOperand;
[INFO] [stdout] 456 | |     OperandIterator = M68kOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 460 | |     cs_arch = cs_m68k;
[INFO] [stdout] 461 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/mips.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / def_arch_details_struct!(
[INFO] [stdout]  84 | |     InsnDetail = MipsInsnDetail;
[INFO] [stdout]  85 | |     Operand = MipsOperand;
[INFO] [stdout]  86 | |     OperandIterator = MipsOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  90 | |     cs_arch = cs_mips;
[INFO] [stdout]  91 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/ppc.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / def_arch_details_struct!(
[INFO] [stdout] 137 | |     InsnDetail = PpcInsnDetail;
[INFO] [stdout] 138 | |     Operand = PpcOperand;
[INFO] [stdout] 139 | |     OperandIterator = PpcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     cs_arch = cs_ppc;
[INFO] [stdout] 144 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/riscv.rs:82:1
[INFO] [stdout]     |
[INFO] [stdout]  82 | / def_arch_details_struct!(
[INFO] [stdout]  83 | |     InsnDetail = RiscVInsnDetail;
[INFO] [stdout]  84 | |     Operand = RiscVOperand;
[INFO] [stdout]  85 | |     OperandIterator = RiscVOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  89 | |     cs_arch = cs_riscv;
[INFO] [stdout]  90 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sparc.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / def_arch_details_struct!(
[INFO] [stdout] 103 | |     InsnDetail = SparcInsnDetail;
[INFO] [stdout] 104 | |     Operand = SparcOperand;
[INFO] [stdout] 105 | |     OperandIterator = SparcOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     cs_arch = cs_sparc;
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/sysz.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / def_arch_details_struct!(
[INFO] [stdout]  99 | |     InsnDetail = SysZInsnDetail;
[INFO] [stdout] 100 | |     Operand = SysZOperand;
[INFO] [stdout] 101 | |     OperandIterator = SysZOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 105 | |     cs_arch = cs_sysz;
[INFO] [stdout] 106 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/tms320c64x.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / def_arch_details_struct!(
[INFO] [stdout] 246 | |     InsnDetail = Tms320c64xInsnDetail;
[INFO] [stdout] 247 | |     Operand = Tms320c64xOperand;
[INFO] [stdout] 248 | |     OperandIterator = Tms320c64xOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 252 | |     cs_arch = cs_tms320c64x;
[INFO] [stdout] 253 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/x86.rs:238:1
[INFO] [stdout]     |
[INFO] [stdout] 238 | / def_arch_details_struct!(
[INFO] [stdout] 239 | |     InsnDetail = X86InsnDetail;
[INFO] [stdout] 240 | |     Operand = X86Operand;
[INFO] [stdout] 241 | |     OperandIterator = X86OperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 245 | |     cs_arch = cs_x86;
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/xcore.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | / def_arch_details_struct!(
[INFO] [stdout]  93 | |     InsnDetail = XcoreInsnDetail;
[INFO] [stdout]  94 | |     Operand = XcoreOperand;
[INFO] [stdout]  95 | |     OperandIterator = XcoreOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |     cs_arch = cs_xcore;
[INFO] [stdout] 100 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/arch/mod.rs:649:25
[INFO] [stdout]     |
[INFO] [stdout] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/arch/bpf.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / def_arch_details_struct!(
[INFO] [stdout]  95 | |     InsnDetail = BpfInsnDetail;
[INFO] [stdout]  96 | |     Operand = BpfOperand;
[INFO] [stdout]  97 | |     OperandIterator = BpfOperandIterator;
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |     cs_arch = cs_bpf;
[INFO] [stdout] 102 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:278:33
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail {
[INFO] [stdout]     |                                 ^^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail<'_> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/instruction.rs:401:24
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn arch_detail(&self) -> ArchDetail<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 49.65s
[INFO] running `Command { std: "docker" "inspect" "aa7bdda3f7aa9c36f2bcefaf2414a487e6eef0fb8a7fa49f68c8c65408d0ba18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa7bdda3f7aa9c36f2bcefaf2414a487e6eef0fb8a7fa49f68c8c65408d0ba18", kill_on_drop: false }`
[INFO] [stdout] aa7bdda3f7aa9c36f2bcefaf2414a487e6eef0fb8a7fa49f68c8c65408d0ba18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f04be0030f3f05587e8f62b0fd268e81d69bfe54c980ff734ed0636334ef3e09
[INFO] running `Command { std: "docker" "start" "-a" "f04be0030f3f05587e8f62b0fd268e81d69bfe54c980ff734ed0636334ef3e09", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/arm.rs:285:1
[INFO] [stderr]     |
[INFO] [stderr] 285 | / def_arch_details_struct!(
[INFO] [stderr] 286 | |     InsnDetail = ArmInsnDetail;
[INFO] [stderr] 287 | |     Operand = ArmOperand;
[INFO] [stderr] 288 | |     OperandIterator = ArmOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 292 | |     cs_arch = cs_arm;
[INFO] [stderr] 293 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/arm64.rs:246:1
[INFO] [stderr]     |
[INFO] [stderr] 246 | / def_arch_details_struct!(
[INFO] [stderr] 247 | |     InsnDetail = Arm64InsnDetail;
[INFO] [stderr] 248 | |     Operand = Arm64Operand;
[INFO] [stderr] 249 | |     OperandIterator = Arm64OperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 253 | |     cs_arch = cs_arm64;
[INFO] [stderr] 254 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/m680x.rs:236:1
[INFO] [stderr]     |
[INFO] [stderr] 236 | / def_arch_details_struct!(
[INFO] [stderr] 237 | |     InsnDetail = M680xInsnDetail;
[INFO] [stderr] 238 | |     Operand = M680xOperand;
[INFO] [stderr] 239 | |     OperandIterator = M680xOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 243 | |     cs_arch = cs_m680x;
[INFO] [stderr] 244 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/m68k.rs:453:1
[INFO] [stderr]     |
[INFO] [stderr] 453 | / def_arch_details_struct!(
[INFO] [stderr] 454 | |     InsnDetail = M68kInsnDetail;
[INFO] [stderr] 455 | |     Operand = M68kOperand;
[INFO] [stderr] 456 | |     OperandIterator = M68kOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 460 | |     cs_arch = cs_m68k;
[INFO] [stderr] 461 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/mips.rs:83:1
[INFO] [stderr]     |
[INFO] [stderr]  83 | / def_arch_details_struct!(
[INFO] [stderr]  84 | |     InsnDetail = MipsInsnDetail;
[INFO] [stderr]  85 | |     Operand = MipsOperand;
[INFO] [stderr]  86 | |     OperandIterator = MipsOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr]  90 | |     cs_arch = cs_mips;
[INFO] [stderr]  91 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/ppc.rs:136:1
[INFO] [stderr]     |
[INFO] [stderr] 136 | / def_arch_details_struct!(
[INFO] [stderr] 137 | |     InsnDetail = PpcInsnDetail;
[INFO] [stderr] 138 | |     Operand = PpcOperand;
[INFO] [stderr] 139 | |     OperandIterator = PpcOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 143 | |     cs_arch = cs_ppc;
[INFO] [stderr] 144 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/riscv.rs:82:1
[INFO] [stderr]     |
[INFO] [stderr]  82 | / def_arch_details_struct!(
[INFO] [stderr]  83 | |     InsnDetail = RiscVInsnDetail;
[INFO] [stderr]  84 | |     Operand = RiscVOperand;
[INFO] [stderr]  85 | |     OperandIterator = RiscVOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr]  89 | |     cs_arch = cs_riscv;
[INFO] [stderr]  90 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/sparc.rs:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | / def_arch_details_struct!(
[INFO] [stderr] 103 | |     InsnDetail = SparcInsnDetail;
[INFO] [stderr] 104 | |     Operand = SparcOperand;
[INFO] [stderr] 105 | |     OperandIterator = SparcOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 109 | |     cs_arch = cs_sparc;
[INFO] [stderr] 110 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/sysz.rs:98:1
[INFO] [stderr]     |
[INFO] [stderr]  98 | / def_arch_details_struct!(
[INFO] [stderr]  99 | |     InsnDetail = SysZInsnDetail;
[INFO] [stderr] 100 | |     Operand = SysZOperand;
[INFO] [stderr] 101 | |     OperandIterator = SysZOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 105 | |     cs_arch = cs_sysz;
[INFO] [stderr] 106 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/tms320c64x.rs:245:1
[INFO] [stderr]     |
[INFO] [stderr] 245 | / def_arch_details_struct!(
[INFO] [stderr] 246 | |     InsnDetail = Tms320c64xInsnDetail;
[INFO] [stderr] 247 | |     Operand = Tms320c64xOperand;
[INFO] [stderr] 248 | |     OperandIterator = Tms320c64xOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 252 | |     cs_arch = cs_tms320c64x;
[INFO] [stderr] 253 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/x86.rs:238:1
[INFO] [stderr]     |
[INFO] [stderr] 238 | / def_arch_details_struct!(
[INFO] [stderr] 239 | |     InsnDetail = X86InsnDetail;
[INFO] [stderr] 240 | |     Operand = X86Operand;
[INFO] [stderr] 241 | |     OperandIterator = X86OperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 245 | |     cs_arch = cs_x86;
[INFO] [stderr] 246 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/xcore.rs:92:1
[INFO] [stderr]     |
[INFO] [stderr]  92 | / def_arch_details_struct!(
[INFO] [stderr]  93 | |     InsnDetail = XcoreInsnDetail;
[INFO] [stderr]  94 | |     Operand = XcoreOperand;
[INFO] [stderr]  95 | |     OperandIterator = XcoreOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr]  99 | |     cs_arch = cs_xcore;
[INFO] [stderr] 100 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/arch/mod.rs:649:25
[INFO] [stderr]     |
[INFO] [stderr] 649 |               fn new(ops: &[$cs_arch_op]) -> $OperandIterator {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/arch/bpf.rs:94:1
[INFO] [stderr]     |
[INFO] [stderr]  94 | / def_arch_details_struct!(
[INFO] [stderr]  95 | |     InsnDetail = BpfInsnDetail;
[INFO] [stderr]  96 | |     Operand = BpfOperand;
[INFO] [stderr]  97 | |     OperandIterator = BpfOperandIterator;
[INFO] [stderr] ...   |
[INFO] [stderr] 101 | |     cs_arch = cs_bpf;
[INFO] [stderr] 102 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `def_arch_details_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 649 |             fn new(ops: &[$cs_arch_op]) -> $OperandIterator<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/instruction.rs:278:33
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail {
[INFO] [stderr]     |                                 ^^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub(crate) unsafe fn detail(&self, arch: Arch) -> InsnDetail<'_> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/instruction.rs:401:24
[INFO] [stderr]     |
[INFO] [stderr] 401 |     pub fn arch_detail(&self) -> ArchDetail {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 401 |     pub fn arch_detail(&self) -> ArchDetail<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `capstone` (lib) generated 15 warnings (run `cargo fix --lib -p capstone` to apply 15 suggestions)
[INFO] [stderr] warning: `capstone` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/capstone-1ae548fb8bffe3fe)
[INFO] [stdout] 
[INFO] [stdout] running 76 tests
[INFO] [stdout] test arch::arm64::test::test_arm64shift ... ok
[INFO] [stdout] test arch::arm64::test::test_arm64_op_type ... ok
[INFO] [stdout] test arch::arm::test::test_arm_insn_detail_eq ... ok
[INFO] [stdout] test arch::arm::test::test_armshift ... ok
[INFO] [stdout] test arch::evm::test::test_evm_detail ... ok
[INFO] [stdout] test arch::m680x::test::op_idx ... ok
[INFO] [stdout] test arch::m680x::test_M680xInsnDetail::is_second_op_in_mnem ... ok
[INFO] [stdout] test arch::m680x::test_M680xOpIdx::is_no_comma ... ok
[INFO] [stdout] test arch::m68k::test::op_eq ... ok
[INFO] [stdout] test arch::m68k::test::extra_info ... ok
[INFO] [stdout] test arch::m680x::test_M680xOpIdx::is_post_inc_dec ... ok
[INFO] [stdout] test arch::m68k::test::register_bits_as_bits ... ok
[INFO] [stdout] test arch::m68k::test::register_bits_from_bitfield ... ok
[INFO] [stdout] test arch::m68k::test::register_bits_from_iter ... ok
[INFO] [stdout] test arch::m68k::test::test_m68k_op_from ... ok
[INFO] [stdout] test arch::mips::test::test_mips_op_from ... ok
[INFO] [stdout] test arch::ppc::test::test_ppc_op_type ... ok
[INFO] [stdout] test arch::m68k::test::register_bits_mask ... ok
[INFO] [stdout] test arch::tms320c64x::test::op_mem ... ok
[INFO] [stdout] test arch::tms320c64x::test::tms320c64x_insn_detail ... ok
[INFO] [stdout] test arch::tms320c64x::test::tms320c64x_op_from ... ok
[INFO] [stdout] test arch::x86::test::test_x86_op_eq ... ok
[INFO] [stdout] test arch::x86::test::test_x86_op_type ... ok
[INFO] [stdout] test constants::test::parse_arch ... ok
[INFO] [stdout] test arch::x86::test::test_x86_insn_eq ... ok
[INFO] [stdout] test error::test::test_error ... ok
[INFO] [stdout] test instruction::test::test_invalid_reg_access ... ok
[INFO] [stdout] test ffi::test::cstr_convert ... ok
[INFO] [stdout] test arch::arm::test::test_arm_op_type ... ok
[INFO] [stdout] test arch::m680x::test_M680xInsnDetail::is_first_op_in_mnem ... ok
[INFO] [stdout] test arch::m680x::test_M680xOpIdx::is_indirect ... ok
[INFO] [stdout] test test::test_arch_arm ... ok
[INFO] [stdout] test test::test_arch_evm_detail ... ok
[INFO] [stdout] test test::test_arch_bpf_detail ... ok
[INFO] [stdout] test test::test_arch_arm64_detail ... ok
[INFO] [stdout] test test::test_arch_m680x_detail ... ok
[INFO] [stdout] test test::test_arch_arm64 ... ok
[INFO] [stdout] test test::test_arch_arm_detail ... ok
[INFO] [stdout] test test::test_arch_evm ... ok
[INFO] [stdout] test test::test_arch_m68k_detail ... ok
[INFO] [stdout] test test::test_arch_riscv ... ok
[INFO] [stdout] test test::test_arch_riscv_detail ... ok
[INFO] [stdout] test test::test_arch_ppc ... ok
[INFO] [stdout] test test::test_arch_mips_detail ... ok
[INFO] [stdout] test test::test_arch_sparc_detail ... ok
[INFO] [stdout] test test::test_arch_sparc ... ok
[INFO] [stdout] test arch::m680x::test::m680x_op_type ... ok
[INFO] [stdout] test test::test_arch_systemz ... ok
[INFO] [stdout] test test::test_arch_tms320c64x_detail ... ok
[INFO] [stdout] test test::test_arch_mips ... ok
[INFO] [stdout] test test::test_arch_systemz_detail ... ok
[INFO] [stdout] test test::test_arch_ppc_detail ... ok
[INFO] [stdout] test test::test_arch_xcore ... ok
[INFO] [stdout] test test::test_arch_xcore_detail ... ok
[INFO] [stdout] test test::test_arm64_none ... ok
[INFO] [stdout] test test::test_arm_simple ... ok
[INFO] [stdout] test test::test_capstone_is_diet ... ok
[INFO] [stdout] test test::test_arch_x86 ... ok
[INFO] [stdout] test test::test_cbpf ... ok
[INFO] [stdout] test test::test_arch_x86_detail ... ok
[INFO] [stdout] test test::test_ebpf ... ok
[INFO] [stdout] test test::test_detail_false_fail ... ok
[INFO] [stdout] test test::test_detail_true ... ok
[INFO] [stdout] test test::test_extra_mode ... ok
[INFO] [stdout] test test::test_invalid_mode ... ignored
[INFO] [stdout] test test::test_insn_from_raw ... ok
[INFO] [stdout] test test::test_owned_insn ... ok
[INFO] [stdout] test test::test_insn_size_and_alignment ... ok
[INFO] [stdout] test test::test_instruction_details ... ok
[INFO] [stdout] test test::test_skipdata ... ok
[INFO] [stdout] test test::test_invalid_syntax ... ok
[INFO] [stdout] test test::test_x86_names ... ok
[INFO] [stdout] test test::test_x86_simple ... ok
[INFO] [stdout] test test::test_syntax ... ok
[INFO] [stdout] test test::test_capstone_supports_arch ... ok
[INFO] [stdout] test test::test_capstone_version ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests capstone
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - prelude (line 41) ... ok
[INFO] [stdout] test src/capstone.rs - capstone::Capstone::new_raw (line 119) ... ok
[INFO] [stdout] test src/instruction.rs - instruction::InsnDetail (line 177) ... ok
[INFO] [stdout] test src/instruction.rs - instruction::Instructions (line 19) ... ok
[INFO] [stdout] test src/capstone.rs - capstone::Capstone::new (line 107) ... ok
[INFO] [stdout] test src/capstone.rs - capstone::Capstone::disasm_all (line 171) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f04be0030f3f05587e8f62b0fd268e81d69bfe54c980ff734ed0636334ef3e09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f04be0030f3f05587e8f62b0fd268e81d69bfe54c980ff734ed0636334ef3e09", kill_on_drop: false }`
[INFO] [stdout] f04be0030f3f05587e8f62b0fd268e81d69bfe54c980ff734ed0636334ef3e09
