[INFO] cloning repository https://github.com/blahgeek/rabbitink
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blahgeek/rabbitink" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblahgeek%2Frabbitink", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblahgeek%2Frabbitink'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7364a4da15f0795a033890426897c4b03499f16e
[INFO] checking blahgeek/rabbitink against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblahgeek%2Frabbitink" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/blahgeek/rabbitink
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/blahgeek/rabbitink
[INFO] tweaked toml for git repo https://github.com/blahgeek/rabbitink written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/blahgeek/rabbitink on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/blahgeek/rabbitink 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" "+1.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2e18253e865491cf619e848f00821e70edd278b08b9f20f5dc6665bd3d1a693
[INFO] running `Command { std: "docker" "start" "-a" "b2e18253e865491cf619e848f00821e70edd278b08b9f20f5dc6665bd3d1a693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2e18253e865491cf619e848f00821e70edd278b08b9f20f5dc6665bd3d1a693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2e18253e865491cf619e848f00821e70edd278b08b9f20f5dc6665bd3d1a693", kill_on_drop: false }`
[INFO] [stdout] b2e18253e865491cf619e848f00821e70edd278b08b9f20f5dc6665bd3d1a693
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9862d3b00ea716062779a4868a3c75d8403c39e360800d30dbe5334630e850c1
[INFO] running `Command { std: "docker" "start" "-a" "9862d3b00ea716062779a4868a3c75d8403c39e360800d30dbe5334630e850c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]    Compiling rustix v0.37.11
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking linux-raw-sys v0.3.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling serde_derive v1.0.159
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling serde v1.0.159
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling bindgen v0.63.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking anstyle-parse v0.1.1
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]     Checking gpu-alloc v0.5.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking wgpu-types v0.15.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking profiling v1.0.7
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gimli v0.27.2
[INFO] [stderr]     Checking anstyle v0.3.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling libusb1-sys v0.6.4
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]     Checking concolor-query v0.3.3
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]     Checking concolor-override v1.0.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking glow v0.12.1
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking regex v1.7.3
[INFO] [stderr]    Compiling xcb v1.2.0
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking object v0.30.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking anstream v0.2.6
[INFO] [stderr]     Checking clap_lex v0.4.1
[INFO] [stderr]     Checking rustc-demangle v0.1.22
[INFO] [stderr]     Checking gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling rusb v0.9.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling serde_json v1.0.95
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling scrap v0.5.0
[INFO] [stderr]     Checking clap_builder v4.2.1
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking ciborium-io v0.2.0
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking os_str_bytes v6.5.0
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking zune-inflate v0.2.53
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking ciborium-ll v0.2.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking addr2line v0.19.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking clap v3.2.23
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking png v0.17.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking tiff v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]     Checking naga v0.11.0
[INFO] [stderr]     Checking clap v4.2.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.6.3
[INFO] [stderr]     Checking image v0.24.6
[INFO] [stderr]     Checking ciborium v0.2.0
[INFO] [stderr]    Compiling rabbitink v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking wgpu-hal v0.15.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stderr]     Checking wgpu-core v0.15.1
[INFO] [stderr]     Checking wgpu v0.15.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:152:15
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn subimg(&self, pt: Point, size: Size) -> ConstImageView {
[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] 152 |     fn subimg(&self, pt: Point, size: Size) -> ConstImageView<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn view(&self) -> ConstImageView {
[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] 159 |     fn view(&self) -> ConstImageView<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn mut_subimg(&mut self, pt: Point, size: Size) -> ImageView {
[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] 175 |     fn mut_subimg(&mut self, pt: Point, size: Size) -> ImageView<'_> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |     fn mut_view(&mut self) -> ImageView {
[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] 199 |     fn mut_view(&mut self) -> ImageView<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:152:15
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn subimg(&self, pt: Point, size: Size) -> ConstImageView {
[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] 152 |     fn subimg(&self, pt: Point, size: Size) -> ConstImageView<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn view(&self) -> ConstImageView {
[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] 159 |     fn view(&self) -> ConstImageView<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn mut_subimg(&mut self, pt: Point, size: Size) -> ImageView {
[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] 175 |     fn mut_subimg(&mut self, pt: Point, size: Size) -> ImageView<'_> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |     fn mut_view(&mut self) -> ImageView {
[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] 199 |     fn mut_view(&mut self) -> ImageView<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "9862d3b00ea716062779a4868a3c75d8403c39e360800d30dbe5334630e850c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9862d3b00ea716062779a4868a3c75d8403c39e360800d30dbe5334630e850c1", kill_on_drop: false }`
[INFO] [stdout] 9862d3b00ea716062779a4868a3c75d8403c39e360800d30dbe5334630e850c1
