[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::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let image = try!(xyz::read(self.inner.by_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | Ok(cast::Into::::into(try!(Buffer::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | let mut writer = try!(encoder.write_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | write!(u16, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | write!(u16, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | write!(u16, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | write!(u16, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/gif.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | try!(encoder.write_frame(&gif::Frame::from_rgba( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/gif.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | let mut encoder = try!(gif::Encoder::new(self.inner.by_ref(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let format = try!(format::guess(input.by_ref()).ok_or(Error::Format("unsupported image format".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | from(BufReader::new(try!(File::open(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/write.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | with_format(BufWriter::new(try!(File::create(path))), format, buffer) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | Error::Format(err.description().to_owned()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer/buffer.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | fn from(mut value: &'a mut 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::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let image = try!(xyz::read(self.inner.by_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | Ok(cast::Into::::into(try!(Buffer::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | let mut writer = try!(encoder.write_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | write!(u16, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | write!(u16, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | write!(u16, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | write!(u16, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/gif.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | try!(encoder.write_frame(&gif::Frame::from_rgba( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/gif.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | let mut encoder = try!(gif::Encoder::new(self.inner.by_ref(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let format = try!(format::guess(input.by_ref()).ok_or(Error::Format("unsupported image format".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | from(BufReader::new(try!(File::open(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/write.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | with_format(BufWriter::new(try!(File::create(path))), format, buffer) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | Error::Format(err.description().to_owned()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer/buffer.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | fn from(mut value: &'a mut 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::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let image = try!(xyz::read(self.inner.by_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoder/xyz.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | Ok(cast::Into::::into(try!(Buffer::::from_raw( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | let mut writer = try!(encoder.write_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | write!(u16, color::Luma), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | write!(u16, color::Lumaa), [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | write!(u16, color::Rgb), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | write!(u16, color::Rgba), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | write!(u8, color::Luma), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | write!(u8, color::Lumaa), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | write!(u8, color::Rgb), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | write!(u8, color::Rgba), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write` (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/encoder/gif.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | try!(encoder.write_frame(&gif::Frame::from_rgba( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder/gif.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | let mut encoder = try!(gif::Encoder::new(self.inner.by_ref(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | let format = try!(format::guess(input.by_ref()).ok_or(Error::Format("unsupported image format".into()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/read.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | from(BufReader::new(try!(File::open(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/write.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | with_format(BufWriter::new(try!(File::create(path))), format, buffer) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | Error::Format(err.description().to_owned()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer/buffer.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | fn from(mut value: &'a mut 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::::from_raw( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decoder/xyz.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | let image = try!(xyz::read(self.inner.by_ref())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decoder/xyz.rs:46:31 [INFO] [stderr] | [INFO] [stderr] 46 | Ok(cast::Into::::into(try!(Buffer::::from_raw( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encoder/png.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | let mut writer = try!(encoder.write_header()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | write!(u8, color::Luma), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | write!(u8, color::Lumaa), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | write!(u8, color::Rgb), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | write!(u8, color::Rgba), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | write!(u16, color::Luma), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | write!(u16, color::Lumaa), [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | write!(u16, color::Rgb), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/png.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | try!(writer.write_image_data(cast::Bytes::<$ty, $ch>::bytes(buffer).as_ref())) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | write!(u16, color::Rgba), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | write!(u8, color::Rgb), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/bmp.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(bmp::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | write!(u8, color::Rgba), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | write!(u8, color::Luma), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | write!(u8, color::Lumaa), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | write!(u8, color::Rgb), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/tga.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | try!(tga::write(self.inner.by_ref(), buffer.width() as usize, buffer.height() as usize, [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | write!(u8, color::Rgba), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `write` (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/encoder/gif.rs:66:3 [INFO] [stderr] | [INFO] [stderr] 66 | try!(encoder.write_frame(&gif::Frame::from_rgba( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encoder/gif.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | let mut encoder = try!(gif::Encoder::new(self.inner.by_ref(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/read.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | let format = try!(format::guess(input.by_ref()).ok_or(Error::Format("unsupported image format".into()))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/read.rs:90:22 [INFO] [stderr] | [INFO] [stderr] 90 | from(BufReader::new(try!(File::open(path)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/write.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | with_format(BufWriter::new(try!(File::create(path))), format, buffer) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:43:29 [INFO] [stderr] | [INFO] [stderr] 43 | f.write_str(error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | Error::Format(err.description().to_owned()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/buffer/buffer.rs:514:10 [INFO] [stderr] | [INFO] [stderr] 514 | fn from(mut value: &'a mut 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 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x564aa7f76f0c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x564aa7f50475 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x564aa7f5599b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x564aa7f5599b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x564aa7f5599b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x564aa7f554ac - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x564aa7f56064 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x564aa7f55b47 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x564aa7f53cbc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x564aa7f55aa9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x564aa7ce7461 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x564aa7ce7553 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x564aa7d655ce - core::result::Result::unwrap::h13bb38a3c8ffb127 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x564aa7d50075 - lib::gif::write::hebaa01a0251fd5e7 [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:280:22 [INFO] [stdout] 18: 0x564aa7d4fdda - lib::gif::write::{{closure}}::hd9bfe4a1ecb77980 [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:271:2 [INFO] [stdout] 19: 0x564aa7d0abde - core::ops::function::FnOnce::call_once::h93069aed75219a43 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564aa7d9c7f3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564aa7d9c7f3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x564aa7d9b2a8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x564aa7d9b2a8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x564aa7d9b2a8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x564aa7d9b2a8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x564aa7d9b2a8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x564aa7d9b2a8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x564aa7d9b2a8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x564aa7d69a3d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x564aa7d69a3d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x564aa7d6e218 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x564aa7d6e218 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x564aa7d6e218 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x564aa7d6e218 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x564aa7d6e218 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x564aa7f5ad37 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f45b305b609 - start_thread [INFO] [stdout] 42: 0x7f45b2e2d293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- png::write stdout ---- [INFO] [stdout] thread 'png::write' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })', tests/lib.rs:47:61 [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 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x564aa7f76f0c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x564aa7f50475 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x564aa7f5599b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x564aa7f5599b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x564aa7f5599b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x564aa7f554ac - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x564aa7f56064 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x564aa7f55b47 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x564aa7f53cbc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x564aa7f55aa9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x564aa7ce7461 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x564aa7ce7553 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x564aa7d65703 - core::result::Result::unwrap::h77569a85c730d56d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x564aa7d54262 - lib::png::write::h1eb529eb7ccd17ea [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:47:4 [INFO] [stdout] 18: 0x564aa7d53fba - lib::png::write::{{closure}}::h66a5644cb3c1a35f [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:38:2 [INFO] [stdout] 19: 0x564aa7d0a9ee - core::ops::function::FnOnce::call_once::h1f41b2f0e11d813e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564aa7d9c7f3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564aa7d9c7f3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x564aa7d9b2a8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x564aa7d9b2a8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x564aa7d9b2a8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x564aa7d9b2a8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x564aa7d9b2a8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x564aa7d9b2a8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x564aa7d9b2a8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x564aa7d69a3d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x564aa7d69a3d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x564aa7d6e218 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x564aa7d6e218 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x564aa7d6e218 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x564aa7d6e218 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x564aa7d6e218 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x564aa7f5ad37 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f45b305b609 - start_thread [INFO] [stdout] 42: 0x7f45b2e2d293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tga::write stdout ---- [INFO] [stdout] thread 'tga::write' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })', tests/lib.rs:212:61 [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 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x564aa7f76f0c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x564aa7f50475 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x564aa7f5599b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x564aa7f5599b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x564aa7f5599b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x564aa7f554ac - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x564aa7f56064 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x564aa7f55b47 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x564aa7f53cbc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x564aa7f55aa9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x564aa7ce7461 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x564aa7ce7553 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x564aa7d65703 - core::result::Result::unwrap::h77569a85c730d56d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x564aa7d59a22 - lib::tga::write::hfa39ec768b9a1fce [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:212:4 [INFO] [stdout] 18: 0x564aa7d5977a - lib::tga::write::{{closure}}::h8bd42f7b5f4963a8 [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:203:2 [INFO] [stdout] 19: 0x564aa7d0ab9e - core::ops::function::FnOnce::call_once::h8b2d5eaedc33256e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564aa7d9c7f3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564aa7d9c7f3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x564aa7d9b2a8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x564aa7d9b2a8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x564aa7d9b2a8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x564aa7d9b2a8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x564aa7d9b2a8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x564aa7d9b2a8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x564aa7d9b2a8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x564aa7d69a3d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x564aa7d69a3d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x564aa7d6e218 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x564aa7d6e218 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x564aa7d6e218 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x564aa7d6e218 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x564aa7d6e218 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x564aa7f5ad37 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f45b305b609 - start_thread [INFO] [stdout] 42: 0x7f45b2e2d293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- bmp::write stdout ---- [INFO] [stdout] thread 'bmp::write' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })', tests/lib.rs:146:61 [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 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x564aa7f76f0c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x564aa7f50475 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x564aa7f5599b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x564aa7f5599b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x564aa7f5599b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x564aa7f554ac - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x564aa7f56064 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x564aa7f55b47 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x564aa7f53cbc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x564aa7f55aa9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x564aa7ce7461 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x564aa7ce7553 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x564aa7d65703 - core::result::Result::unwrap::h77569a85c730d56d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x564aa7d56e42 - lib::bmp::write::h8e06b6bb18639180 [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:146:4 [INFO] [stdout] 18: 0x564aa7d56b9a - lib::bmp::write::{{closure}}::hbd2e532832c2643d [INFO] [stdout] at /opt/rustwide/workdir/tests/lib.rs:137:2 [INFO] [stdout] 19: 0x564aa7d0ab5e - core::ops::function::FnOnce::call_once::h8a0a2f7ec8599f29 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564aa7d9c7f3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564aa7d9c7f3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x564aa7d9b2a8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x564aa7d9b2a8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x564aa7d9b2a8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x564aa7d9b2a8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x564aa7d9b2a8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x564aa7d9b2a8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x564aa7d9b2a8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x564aa7d69a3d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x564aa7d69a3d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x564aa7d6e218 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x564aa7d6e218 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x564aa7d6e218 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x564aa7d6e218 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x564aa7d6e218 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x564aa7d6e218 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x564aa7f5ad37 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x564aa7f5ad37 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f45b305b609 - start_thread [INFO] [stdout] 42: 0x7f45b2e2d293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bmp::write [INFO] [stdout] gif::write [INFO] [stdout] png::write [INFO] [stdout] tga::write [INFO] [stdout] [INFO] [stdout] test result: FAILED. 12 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test lib' [INFO] running `Command { std: "docker" "inspect" "667f9b30ad6cbfddd9b6bc85998abcd871eb2b75748f5b361193148c32f7ec59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "667f9b30ad6cbfddd9b6bc85998abcd871eb2b75748f5b361193148c32f7ec59", kill_on_drop: false }` [INFO] [stdout] 667f9b30ad6cbfddd9b6bc85998abcd871eb2b75748f5b361193148c32f7ec59