[INFO] fetching crate picto 0.4.3... [INFO] testing picto-0.4.3 against 1.55.0 for beta-1.56-1 [INFO] extracting crate picto 0.4.3 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate picto 0.4.3 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate picto 0.4.3 [INFO] finished tweaking crates.io crate picto 0.4.3 [INFO] tweaked toml for crates.io crate picto 0.4.3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c9b1b19b9bf066064926a08a8bfc7590e1a320f3381fa8ccc8e7e6a5b191cdc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7c9b1b19b9bf066064926a08a8bfc7590e1a320f3381fa8ccc8e7e6a5b191cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c9b1b19b9bf066064926a08a8bfc7590e1a320f3381fa8ccc8e7e6a5b191cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c9b1b19b9bf066064926a08a8bfc7590e1a320f3381fa8ccc8e7e6a5b191cdc", kill_on_drop: false }` [INFO] [stdout] 7c9b1b19b9bf066064926a08a8bfc7590e1a320f3381fa8ccc8e7e6a5b191cdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfa59ca5c1b62b970584c71a8a6bdd1b3e0a8c71a50e330f7d37acfdb8fc8089 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cfa59ca5c1b62b970584c71a8a6bdd1b3e0a8c71a50e330f7d37acfdb8fc8089", kill_on_drop: false }` [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling exoquant v0.2.0 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling xyz v0.2.1 [INFO] [stderr] Compiling imagefmt v4.0.0 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling picto v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | let (_, reader) = try!(decoder.read_info()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:75:3 [INFO] [stdout] | [INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | let mut buffer = vec![0; try!(self.reader()).output_buffer_size()]; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | match try!(self.reader()).output_color_type() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | buffer!(u8, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | buffer!(u8, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | buffer!(u8, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | buffer!(u8, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | buffer!(u8, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | buffer!(u8, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | buffer!(u16, color::Luma), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | buffer!(u16, color::Luma), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | buffer!(u16, color::Luma), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | buffer!(u16, color::Lumaa), [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | buffer!(u16, color::Lumaa), [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | buffer!(u16, color::Lumaa), [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 106 | buffer!(u16, color::Rgb), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 106 | buffer!(u16, color::Rgb), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 106 | buffer!(u16, color::Rgb), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer::<$ty, _, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u16, color::Rgba), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.reader()).info().size().0, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u16, color::Rgba), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/png.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | try!(self.reader()).info().size().1, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u16, color::Rgba), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | try!(self.inner.read_info()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | let mut buffer = try!(self.inner.decode()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | match try!(self.metadata()).pixel_format { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 94 | try!(self.metadata()).width as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:95:6 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.metadata()).height as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 94 | try!(self.metadata()).width as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:95:6 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.metadata()).height as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u8, color::Rgb) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 94 | try!(self.metadata()).width as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u8, color::Rgb) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/jpeg.rs:95:6 [INFO] [stdout] | [INFO] [stdout] 95 | try!(self.metadata()).height as u32, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | buffer!(u8, color::Rgb) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/bmp.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | let image = try!(bmp::read(self.inner.by_ref(), ColFmt::Auto)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/bmp.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/bmp.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | buffer!(u8, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/tga.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | let image = try!(tga::read(self.inner.by_ref(), ColFmt::Auto)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/tga.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | buffer!(u8, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/tga.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | buffer!(u8, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/tga.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | buffer!(u8, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/tga.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | Ok(cast::Into::
::into(try!(Buffer::<$ty, $ch, _>::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | buffer!(u8, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/gif.rs:48:37 [INFO] [stdout] | [INFO] [stdout] 48 | self.state = Some(State::Reader(try!(decoder.read_info()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/gif.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/gif.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/gif.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/gif.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(cast::Into::
::into(try!(Buffer:: ::into(try!(Buffer:: ) -> view::Write<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/buffer/buffer.rs:525:10
[INFO] [stdout] |
[INFO] [stdout] 525 | fn from(mut value: &'a mut Buffer ) -> View<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/immutable.rs:27:2
[INFO] [stdout] |
[INFO] [stdout] 27 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/mutable.rs:28:2
[INFO] [stdout] |
[INFO] [stdout] 28 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.20s
[INFO] running `Command { std: "docker" "inspect" "cfa59ca5c1b62b970584c71a8a6bdd1b3e0a8c71a50e330f7d37acfdb8fc8089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfa59ca5c1b62b970584c71a8a6bdd1b3e0a8c71a50e330f7d37acfdb8fc8089", kill_on_drop: false }`
[INFO] [stdout] cfa59ca5c1b62b970584c71a8a6bdd1b3e0a8c71a50e330f7d37acfdb8fc8089
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 648dc33cc18eccf13ba1f17321e5886c388fe6c30f8d4923682cbd41eda26e91
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "648dc33cc18eccf13ba1f17321e5886c388fe6c30f8d4923682cbd41eda26e91", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:45:23
[INFO] [stdout] |
[INFO] [stdout] 45 | let (_, reader) = try!(decoder.read_info());
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:75:3
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:74:28
[INFO] [stdout] |
[INFO] [stdout] 74 | let mut buffer = vec![0; try!(self.reader()).output_buffer_size()];
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:75:8
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:86:9
[INFO] [stdout] |
[INFO] [stdout] 86 | match try!(self.reader()).output_color_type() {
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling term_size v0.3.2
[INFO] [stderr] Compiling enum_primitive v0.1.1
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:40:4
[INFO] [stdout] |
[INFO] [stdout] 40 | try!(self.inner.read_info());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:89:20
[INFO] [stdout] |
[INFO] [stdout] 89 | let mut buffer = try!(self.inner.decode());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:100:9
[INFO] [stdout] |
[INFO] [stdout] 100 | match try!(self.metadata()).pixel_format {
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:43:15
[INFO] [stdout] |
[INFO] [stdout] 43 | let image = try!(bmp::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:43:15
[INFO] [stdout] |
[INFO] [stdout] 43 | let image = try!(tga::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:48:37
[INFO] [stdout] |
[INFO] [stdout] 48 | self.state = Some(State::Reader(try!(decoder.read_info())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:15
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:20
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:25
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:79:31
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer:: ::into(try!(Buffer:: ) -> view::Write<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/buffer/buffer.rs:525:10
[INFO] [stdout] |
[INFO] [stdout] 525 | fn from(mut value: &'a mut Buffer ) -> View<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/immutable.rs:27:2
[INFO] [stdout] |
[INFO] [stdout] 27 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/mutable.rs:28:2
[INFO] [stdout] |
[INFO] [stdout] 28 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling image v0.12.4
[INFO] [stderr] Compiling picto v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant is never used: `LOWER`
[INFO] [stdout] --> examples/draw.rs:25:1
[INFO] [stdout] |
[INFO] [stdout] 25 | const LOWER: char = '▄';
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:45:23
[INFO] [stdout] |
[INFO] [stdout] 45 | let (_, reader) = try!(decoder.read_info());
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:75:3
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:74:28
[INFO] [stdout] |
[INFO] [stdout] 74 | let mut buffer = vec![0; try!(self.reader()).output_buffer_size()];
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:75:8
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:86:9
[INFO] [stdout] |
[INFO] [stdout] 86 | match try!(self.reader()).output_color_type() {
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | buffer!(u16, color::Luma),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 | buffer!(u16, color::Lumaa),
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 | buffer!(u16, color::Rgb),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:79:33
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:80:6
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(self.reader()).info().size().0,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/png.rs:81:6
[INFO] [stdout] |
[INFO] [stdout] 81 | try!(self.reader()).info().size().1,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u16, color::Rgba),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:40:4
[INFO] [stdout] |
[INFO] [stdout] 40 | try!(self.inner.read_info());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:89:20
[INFO] [stdout] |
[INFO] [stdout] 89 | let mut buffer = try!(self.inner.decode());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:100:9
[INFO] [stdout] |
[INFO] [stdout] 100 | match try!(self.metadata()).pixel_format {
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:93:33
[INFO] [stdout] |
[INFO] [stdout] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:94:6
[INFO] [stdout] |
[INFO] [stdout] 94 | try!(self.metadata()).width as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/jpeg.rs:95:6
[INFO] [stdout] |
[INFO] [stdout] 95 | try!(self.metadata()).height as u32,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | buffer!(u8, color::Rgb)
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:43:15
[INFO] [stdout] |
[INFO] [stdout] 43 | let image = try!(bmp::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/bmp.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:43:15
[INFO] [stdout] |
[INFO] [stdout] 43 | let image = try!(tga::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | buffer!(u8, color::Luma),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | buffer!(u8, color::Lumaa),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 | buffer!(u8, color::Rgb),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/tga.rs:47:33
[INFO] [stdout] |
[INFO] [stdout] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 | buffer!(u8, color::Rgba),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:48:37
[INFO] [stdout] |
[INFO] [stdout] 48 | self.state = Some(State::Reader(try!(decoder.read_info())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:15
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:20
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:77:25
[INFO] [stdout] |
[INFO] [stdout] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decoder/gif.rs:79:31
[INFO] [stdout] |
[INFO] [stdout] 79 | Ok(cast::Into:: ::into(try!(Buffer:: ::into(try!(Buffer:: ) -> view::Write<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/buffer/buffer.rs:525:10
[INFO] [stdout] |
[INFO] [stdout] 525 | fn from(mut value: &'a mut Buffer ) -> View<'a, P, C> {
[INFO] [stdout] | ----^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/immutable.rs:27:2
[INFO] [stdout] |
[INFO] [stdout] 27 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `owner`
[INFO] [stdout] --> src/iter/pixel/mutable.rs:28:2
[INFO] [stdout] |
[INFO] [stdout] 28 | owner: Region,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.31s
[INFO] running `Command { std: "docker" "inspect" "648dc33cc18eccf13ba1f17321e5886c388fe6c30f8d4923682cbd41eda26e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "648dc33cc18eccf13ba1f17321e5886c388fe6c30f8d4923682cbd41eda26e91", kill_on_drop: false }`
[INFO] [stdout] 648dc33cc18eccf13ba1f17321e5886c388fe6c30f8d4923682cbd41eda26e91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 667f9b30ad6cbfddd9b6bc85998abcd871eb2b75748f5b361193148c32f7ec59
[INFO] running `Command { std: "docker" "start" "-a" "667f9b30ad6cbfddd9b6bc85998abcd871eb2b75748f5b361193148c32f7ec59", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:45:23
[INFO] [stderr] |
[INFO] [stderr] 45 | let (_, reader) = try!(decoder.read_info());
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:75:3
[INFO] [stderr] |
[INFO] [stderr] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:74:28
[INFO] [stderr] |
[INFO] [stderr] 74 | let mut buffer = vec![0; try!(self.reader()).output_buffer_size()];
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:75:8
[INFO] [stderr] |
[INFO] [stderr] 75 | try!(try!(self.reader()).next_frame(&mut buffer));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:86:9
[INFO] [stderr] |
[INFO] [stderr] 86 | match try!(self.reader()).output_color_type() {
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 88 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 88 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 88 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 91 | buffer!(u8, color::Lumaa),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 91 | buffer!(u8, color::Lumaa),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 91 | buffer!(u8, color::Lumaa),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 94 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 94 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 94 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 97 | buffer!(u8, color::Rgba),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 97 | buffer!(u8, color::Rgba),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 97 | buffer!(u8, color::Rgba),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 | buffer!(u16, color::Luma),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 | buffer!(u16, color::Luma),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 | buffer!(u16, color::Luma),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 103 | buffer!(u16, color::Lumaa),
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 103 | buffer!(u16, color::Lumaa),
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 103 | buffer!(u16, color::Lumaa),
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 | buffer!(u16, color::Rgb),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 | buffer!(u16, color::Rgb),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 | buffer!(u16, color::Rgb),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:79:33
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, _, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u16, color::Rgba),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:80:6
[INFO] [stderr] |
[INFO] [stderr] 80 | try!(self.reader()).info().size().0,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u16, color::Rgba),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/png.rs:81:6
[INFO] [stderr] |
[INFO] [stderr] 81 | try!(self.reader()).info().size().1,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u16, color::Rgba),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:40:4
[INFO] [stderr] |
[INFO] [stderr] 40 | try!(self.inner.read_info());
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:89:20
[INFO] [stderr] |
[INFO] [stderr] 89 | let mut buffer = try!(self.inner.decode());
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:100:9
[INFO] [stderr] |
[INFO] [stderr] 100 | match try!(self.metadata()).pixel_format {
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:93:33
[INFO] [stderr] |
[INFO] [stderr] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:94:6
[INFO] [stderr] |
[INFO] [stderr] 94 | try!(self.metadata()).width as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:95:6
[INFO] [stderr] |
[INFO] [stderr] 95 | try!(self.metadata()).height as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:93:33
[INFO] [stderr] |
[INFO] [stderr] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:94:6
[INFO] [stderr] |
[INFO] [stderr] 94 | try!(self.metadata()).width as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:95:6
[INFO] [stderr] |
[INFO] [stderr] 95 | try!(self.metadata()).height as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:93:33
[INFO] [stderr] |
[INFO] [stderr] 93 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u8, color::Rgb)
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:94:6
[INFO] [stderr] |
[INFO] [stderr] 94 | try!(self.metadata()).width as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u8, color::Rgb)
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/jpeg.rs:95:6
[INFO] [stderr] |
[INFO] [stderr] 95 | try!(self.metadata()).height as u32,
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 | buffer!(u8, color::Rgb)
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/bmp.rs:43:15
[INFO] [stderr] |
[INFO] [stderr] 43 | let image = try!(bmp::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/bmp.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 56 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/bmp.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 | buffer!(u8, color::Rgba),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/tga.rs:43:15
[INFO] [stderr] |
[INFO] [stderr] 43 | let image = try!(tga::read(self.inner.by_ref(), ColFmt::Auto));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/tga.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 56 | buffer!(u8, color::Luma),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/tga.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 | buffer!(u8, color::Lumaa),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/tga.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 62 | buffer!(u8, color::Rgb),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/tga.rs:47:33
[INFO] [stderr] |
[INFO] [stderr] 47 | Ok(cast::Into:: ::into(try!(Buffer::<$ty, $ch, _>::from_raw(
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 65 | buffer!(u8, color::Rgba),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/gif.rs:48:37
[INFO] [stderr] |
[INFO] [stderr] 48 | self.state = Some(State::Reader(try!(decoder.read_info())));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/gif.rs:77:15
[INFO] [stderr] |
[INFO] [stderr] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/gif.rs:77:20
[INFO] [stderr] |
[INFO] [stderr] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/gif.rs:77:25
[INFO] [stderr] |
[INFO] [stderr] 77 | let frame = try!(try!(try!(self.reader()).read_next_frame()).ok_or(Error::Format("no frames".into())));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/decoder/gif.rs:79:31
[INFO] [stderr] |
[INFO] [stderr] 79 | Ok(cast::Into:: ::into(try!(Buffer:: ::into(try!(Buffer:: ) -> view::Write<'a, P, C> {
[INFO] [stderr] | ----^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | help: remove this `mut`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr] --> src/buffer/buffer.rs:525:10
[INFO] [stderr] |
[INFO] [stderr] 525 | fn from(mut value: &'a mut Buffer ) -> View<'a, P, C> {
[INFO] [stderr] | ----^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | help: remove this `mut`
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `owner`
[INFO] [stderr] --> src/iter/pixel/immutable.rs:27:2
[INFO] [stderr] |
[INFO] [stderr] 27 | owner: Region,
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `owner`
[INFO] [stderr] --> src/iter/pixel/mutable.rs:28:2
[INFO] [stderr] |
[INFO] [stderr] 28 | owner: Region,
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `picto` (lib) generated 83 warnings
[INFO] [stderr] warning: `picto` (lib test) generated 83 warnings (83 duplicates)
[INFO] [stderr] warning: constant is never used: `LOWER`
[INFO] [stderr] --> examples/draw.rs:25:1
[INFO] [stderr] |
[INFO] [stderr] 25 | const LOWER: char = '▄';
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `picto` (example "draw") generated 1 warning
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/picto-612aad72aaf1cc56)
[INFO] [stdout]
[INFO] [stdout] running 27 tests
[INFO] [stdout] test buffer::buffer::test::convert ... ok
[INFO] [stdout] test buffer::buffer::test::eq ... ok
[INFO] [stdout] test buffer::buffer::test::into_raw ... ok
[INFO] [stdout] test buffer::buffer::test::deref ... ok
[INFO] [stdout] test buffer::buffer::test::new ... ok
[INFO] [stdout] test processing::flip::test::horizontal_odd ... ok
[INFO] [stdout] test processing::flip::test::vertical_even ... ok
[INFO] [stdout] test region::test::absolute ... ok
[INFO] [stdout] test region::test::complete ... ok
[INFO] [stdout] test region::test::relative ... ok
[INFO] [stdout] test view::read::test::readable ... ok
[INFO] [stdout] test view::view::test::pixels_mut ... ok
[INFO] [stdout] test view::view::test::view ... ok
[INFO] [stdout] test view::view::test::writable ... ok
[INFO] [stdout] test view::write::test::set ... ok
[INFO] [stdout] test view::write::test::writable ... ok
[INFO] [stdout] test buffer::buffer::test::from_raw ... ok
[INFO] [stdout] test processing::flip::test::vertical_none ... ok
[INFO] [stdout] test view::write::test::fill ... ok
[INFO] [stdout] test buffer::buffer::test::clone ... ok
[INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-1fde481f6caf3e4e)
[INFO] [stdout] test iter::coordinates::test::size_hint ... ok
[INFO] [stdout] test processing::flip::test::horizontal_none ... ok
[INFO] [stdout] test processing::scale::test::nearest ... ok
[INFO] [stdout] test view::view::test::readable ... ok
[INFO] [stdout] test processing::flip::test::vertical_odd ... ok
[INFO] [stdout] test view::read::test::get ... ok
[INFO] [stdout] test processing::flip::test::horizontal_even ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tga::read_as_is ... ok
[INFO] [stdout] test png::read_as_is ... ok
[INFO] [stdout] test xyz::read_with_convert ... ok
[INFO] [stdout] test xyz::read_as_is ... ok
[INFO] [stdout] test bmp::read_as_is ... ok
[INFO] [stdout] test tga::read_with_convert ... ok
[INFO] [stdout] test png::read_with_convert ... ok
[INFO] [stdout] test gif::write ... FAILED
[INFO] [stdout] test png::write ... FAILED
[INFO] [stdout] test tga::write ... FAILED
[INFO] [stdout] test bmp::write ... FAILED
[INFO] [stdout] test gif::read_with_convert ... ok
[INFO] [stdout] test jpeg::read_as_is ... ok
[INFO] [stdout] test bmp::read_with_convert ... ok
[INFO] [stdout] test gif::read_as_is ... ok
[INFO] [stdout] test jpeg::read_with_convert ... ok
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- gif::write stdout ----
[INFO] [stdout] thread 'gif::write' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', tests/lib.rs:280:62
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x564aa7f537c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x564aa7f537c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x564aa7f537c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x564aa7f537c0 -