[INFO] fetching crate yaxpeax-x86 2.0.0...
[INFO] checking yaxpeax-x86-2.0.0 against 1.95.0 for pr-155915
[INFO] extracting crate yaxpeax-x86 2.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate yaxpeax-x86 2.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yaxpeax-x86 2.0.0
[INFO] tweaked toml for crates.io crate yaxpeax-x86 2.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yaxpeax-x86 2.0.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 53 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yaxpeax-arch v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94e74583bced90d3c5089d1abf84e91b78743375eb3d184555f9e9447dd3f2a6
[INFO] running `Command { std: "docker" "start" "-a" "94e74583bced90d3c5089d1abf84e91b78743375eb3d184555f9e9447dd3f2a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94e74583bced90d3c5089d1abf84e91b78743375eb3d184555f9e9447dd3f2a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94e74583bced90d3c5089d1abf84e91b78743375eb3d184555f9e9447dd3f2a6", kill_on_drop: false }`
[INFO] [stdout] 94e74583bced90d3c5089d1abf84e91b78743375eb3d184555f9e9447dd3f2a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ba0e3543a44c12f38bbb54f44130abfbeb117ac25ef6e7bf9a9d4f1007c4987
[INFO] running `Command { std: "docker" "start" "-a" "1ba0e3543a44c12f38bbb54f44130abfbeb117ac25ef6e7bf9a9d4f1007c4987", kill_on_drop: false }`
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling yaxpeax-x86 v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking yaxpeax-arch v0.3.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/long_mode/display.rs:4452:32
[INFO] [stdout]      |
[INFO] [stdout] 4452 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4452 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/protected_mode/display.rs:2997:32
[INFO] [stdout]      |
[INFO] [stdout] 2997 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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] 2997 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/long_mode/display.rs:4452:32
[INFO] [stdout]      |
[INFO] [stdout] 4452 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4452 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/real_mode/display.rs:2999:32
[INFO] [stdout]      |
[INFO] [stdout] 2999 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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] 2999 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/protected_mode/display.rs:2997:32
[INFO] [stdout]      |
[INFO] [stdout] 2997 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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] 2997 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/real_mode/display.rs:2999:32
[INFO] [stdout]      |
[INFO] [stdout] 2999 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink {
[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] 2999 |         unsafe fn write_handle(&mut self) -> yaxpeax_arch::display::InstructionTextSink<'_> {
[INFO] [stdout]      |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> test/bench.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yaxpeax-x86` (bench "bench") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> test/long_mode/regspec.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(features="fmt")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 14 - #[cfg(features="fmt")]
[INFO] [stdout] 14 + #[cfg(feature="fmt")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> test/long_mode/regspec.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(features="fmt")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 25 - #[cfg(features="fmt")]
[INFO] [stdout] 25 + #[cfg(feature="fmt")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> test/protected_mode/regspec.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(features="fmt")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 14 - #[cfg(features="fmt")]
[INFO] [stdout] 14 + #[cfg(feature="fmt")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> test/protected_mode/regspec.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(features="fmt")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 - #[cfg(features="fmt")]
[INFO] [stdout] 23 + #[cfg(feature="fmt")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1ba0e3543a44c12f38bbb54f44130abfbeb117ac25ef6e7bf9a9d4f1007c4987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ba0e3543a44c12f38bbb54f44130abfbeb117ac25ef6e7bf9a9d4f1007c4987", kill_on_drop: false }`
[INFO] [stdout] 1ba0e3543a44c12f38bbb54f44130abfbeb117ac25ef6e7bf9a9d4f1007c4987
