[INFO] fetching crate xmas-elf 0.7.0... [INFO] checking xmas-elf-0.7.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate xmas-elf 0.7.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate xmas-elf 0.7.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xmas-elf 0.7.0 [INFO] finished tweaking crates.io crate xmas-elf 0.7.0 [INFO] tweaked toml for crates.io crate xmas-elf 0.7.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2aa0629b974baa4cd991ed8e6e85fe4812103e9d71186ade90ca928e138864f5 [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" "2aa0629b974baa4cd991ed8e6e85fe4812103e9d71186ade90ca928e138864f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2aa0629b974baa4cd991ed8e6e85fe4812103e9d71186ade90ca928e138864f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2aa0629b974baa4cd991ed8e6e85fe4812103e9d71186ade90ca928e138864f5", kill_on_drop: false }` [INFO] [stdout] 2aa0629b974baa4cd991ed8e6e85fe4812103e9d71186ade90ca928e138864f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4ff7faebb5ac38aa9ed9699b1250e9a7a86df3fa109750778fb3f0bd8db14a3 [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" "f4ff7faebb5ac38aa9ed9699b1250e9a7a86df3fa109750778fb3f0bd8db14a3", kill_on_drop: false }` [INFO] [stderr] Checking zero v0.1.2 [INFO] [stderr] Checking xmas-elf v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | try!(writeln!(f, "ELF header:")); [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/header.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | try!(writeln!(f, " magic: {:?}", self.pt1.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(writeln!(f, " class: {:?}", self.pt1.class)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(writeln!(f, " data: {:?}", self.pt1.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writeln!(f, " version: {:?}", self.pt1.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | try!(writeln!(f, " os abi: {:?}", self.pt1.os_abi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | try!(writeln!(f, " abi version: {:?}", self.pt1.abi_version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | try!(writeln!(f, " padding: {:?}", self.pt1.padding)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | try!(write!(f, "{}", self.pt2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(writeln!(f, " type: {:?}", self.type_)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(writeln!(f, " machine: {:?}", self.machine)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | try!(writeln!(f, " version: {}", self.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | try!(writeln!(f, " entry_point: {}", self.entry_point)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(writeln!(f, " ph_offset: {}", self.ph_offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | try!(writeln!(f, " sh_offset: {}", self.sh_offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | try!(writeln!(f, " header_size: {}", self.header_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | try!(writeln!(f, " ph_entry_size: {}", self.ph_entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | try!(writeln!(f, " ph_count: {}", self.ph_count)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | try!(writeln!(f, " sh_entry_size: {}", self.sh_entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try!(writeln!(f, " sh_count: {}", self.sh_count)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, " sh_str_index: {}", self.sh_str_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:226:17 [INFO] [stdout] | [INFO] [stdout] 226 | try!(writeln!(f, "Section header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | try!(writeln!(f, " name: {:?}", $sh.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | try!(writeln!(f, " flags: {:?}", $sh.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(writeln!(f, " address: {:?}", $sh.address)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | try!(writeln!(f, " offset: {:?}", $sh.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | try!(writeln!(f, " size: {:?}", $sh.size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | try!(writeln!(f, " link: {:?}", $sh.link)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | try!(writeln!(f, " align: {:?}", $sh.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | try!(writeln!(f, " entry size: {:?}", $sh.entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:226:17 [INFO] [stdout] | [INFO] [stdout] 226 | try!(writeln!(f, "Section header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | try!(writeln!(f, " name: {:?}", $sh.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | try!(writeln!(f, " flags: {:?}", $sh.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(writeln!(f, " address: {:?}", $sh.address)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | try!(writeln!(f, " offset: {:?}", $sh.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | try!(writeln!(f, " size: {:?}", $sh.size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | try!(writeln!(f, " link: {:?}", $sh.link)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | try!(writeln!(f, " align: {:?}", $sh.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | try!(writeln!(f, " entry size: {:?}", $sh.entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:560:8 [INFO] [stdout] | [INFO] [stdout] 560 | if try!(header.get_type()) == ShType::Null { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, "Program header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | try!(writeln!(f, " offset: {:#x}", self.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | try!(writeln!(f, " virtual address: {:#x}", self.virtual_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(writeln!(f, " physical address: {:#x}", self.physical_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | try!(writeln!(f, " file size: {:#x}", self.file_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | try!(writeln!(f, " memory size: {:#x}", self.mem_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | try!(writeln!(f, " align: {:#x}", self.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, "Program header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | try!(writeln!(f, " offset: {:#x}", self.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | try!(writeln!(f, " virtual address: {:#x}", self.virtual_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(writeln!(f, " physical address: {:#x}", self.physical_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | try!(writeln!(f, " file size: {:#x}", self.file_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | try!(writeln!(f, " memory size: {:#x}", self.mem_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | try!(writeln!(f, " align: {:#x}", self.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | check!(try!(ph.get_type()) != Type::ShLib, "Shouldn't use ShLib"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | check!(try!(ph.get_type()) != Type::ShLib, "Shouldn't use ShLib"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:87:32 [INFO] [stdout] | [INFO] [stdout] 87 | assert_eq!(try!(header.get_type()), sections::ShType::SymTabShIndex); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | try!(header.get_data(elf_file)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/symbol_table.rs:110:23 [INFO] [stdout] | [INFO] [stdout] 110 | impl fmt::Display for Entry { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | try!(writeln!(f, "Symbol table entry:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | try!(writeln!(f, " name: {:?}", self.name())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | try!(writeln!(f, " binding: {:?}", self.get_binding())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | try!(writeln!(f, " other: {:?}", self.get_other())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | try!(writeln!(f, " shndx: {:?}", self.shndx())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | try!(writeln!(f, " value: {:?}", self.value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | try!(writeln!(f, " size: {:?}", self.size())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impls!(P32); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impls!(P32); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impls!(P64); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impls!(P64); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/hash.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | where F: Fn(&'a Entry) -> bool [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/hash.rs:45:63 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn lookup<'a, F>(&'a self, _name: &str, _f: F) -> &'a Entry [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | let header = try!(header::parse_header(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | let header = try!(self.find_section_by_name(".strtab").ok_or("no .strtab section")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | if try!(header.get_type()) != sections::ShType::StrTab { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | let header = try!(self.find_section_by_name(".dynstr").ok_or("no .dynstr section")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | try!(writeln!(f, "ELF header:")); [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/header.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | try!(writeln!(f, " magic: {:?}", self.pt1.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(writeln!(f, " class: {:?}", self.pt1.class)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(writeln!(f, " data: {:?}", self.pt1.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writeln!(f, " version: {:?}", self.pt1.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | try!(writeln!(f, " os abi: {:?}", self.pt1.os_abi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | try!(writeln!(f, " abi version: {:?}", self.pt1.abi_version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | try!(writeln!(f, " padding: {:?}", self.pt1.padding)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | try!(write!(f, "{}", self.pt2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(writeln!(f, " type: {:?}", self.type_)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(writeln!(f, " machine: {:?}", self.machine)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | try!(writeln!(f, " version: {}", self.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | try!(writeln!(f, " entry_point: {}", self.entry_point)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(writeln!(f, " ph_offset: {}", self.ph_offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | try!(writeln!(f, " sh_offset: {}", self.sh_offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | try!(writeln!(f, " header_size: {}", self.header_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | try!(writeln!(f, " ph_entry_size: {}", self.ph_entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | try!(writeln!(f, " ph_count: {}", self.ph_count)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | try!(writeln!(f, " sh_entry_size: {}", self.sh_entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try!(writeln!(f, " sh_count: {}", self.sh_count)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/header.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, " sh_str_index: {}", self.sh_str_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:226:17 [INFO] [stdout] | [INFO] [stdout] 226 | try!(writeln!(f, "Section header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | try!(writeln!(f, " name: {:?}", $sh.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | try!(writeln!(f, " flags: {:?}", $sh.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(writeln!(f, " address: {:?}", $sh.address)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | try!(writeln!(f, " offset: {:?}", $sh.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | try!(writeln!(f, " size: {:?}", $sh.size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | try!(writeln!(f, " link: {:?}", $sh.link)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | try!(writeln!(f, " align: {:?}", $sh.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | try!(writeln!(f, " entry size: {:?}", $sh.entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | SectionHeader::Sh32(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:226:17 [INFO] [stdout] | [INFO] [stdout] 226 | try!(writeln!(f, "Section header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | try!(writeln!(f, " name: {:?}", $sh.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | try!(writeln!(f, " flags: {:?}", $sh.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(writeln!(f, " address: {:?}", $sh.address)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | try!(writeln!(f, " offset: {:?}", $sh.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | try!(writeln!(f, " size: {:?}", $sh.size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | try!(writeln!(f, " link: {:?}", $sh.link)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | try!(writeln!(f, " align: {:?}", $sh.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | try!(writeln!(f, " entry size: {:?}", $sh.entry_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | SectionHeader::Sh64(sh) => sh_display!(sh), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sections.rs:560:8 [INFO] [stdout] | [INFO] [stdout] 560 | if try!(header.get_type()) == ShType::Null { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, "Program header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | try!(writeln!(f, " offset: {:#x}", self.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | try!(writeln!(f, " virtual address: {:#x}", self.virtual_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(writeln!(f, " physical address: {:#x}", self.physical_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | try!(writeln!(f, " file size: {:#x}", self.file_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | try!(writeln!(f, " memory size: {:#x}", self.mem_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | try!(writeln!(f, " align: {:#x}", self.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | ph_impl!(ProgramHeader32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | try!(writeln!(f, "Program header:")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(writeln!(f, " flags: {}", self.flags)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | try!(writeln!(f, " offset: {:#x}", self.offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | try!(writeln!(f, " virtual address: {:#x}", self.virtual_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(writeln!(f, " physical address: {:#x}", self.physical_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | try!(writeln!(f, " file size: {:#x}", self.file_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | try!(writeln!(f, " memory size: {:#x}", self.mem_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | try!(writeln!(f, " align: {:#x}", self.align)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | ph_impl!(ProgramHeader64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | check!(try!(ph.get_type()) != Type::ShLib, "Shouldn't use ShLib"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/program.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | check!(try!(ph.get_type()) != Type::ShLib, "Shouldn't use ShLib"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:87:32 [INFO] [stdout] | [INFO] [stdout] 87 | assert_eq!(try!(header.get_type()), sections::ShType::SymTabShIndex); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | try!(header.get_data(elf_file)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/symbol_table.rs:110:23 [INFO] [stdout] | [INFO] [stdout] 110 | impl fmt::Display for Entry { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | try!(writeln!(f, "Symbol table entry:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | try!(writeln!(f, " name: {:?}", self.name())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | try!(writeln!(f, " binding: {:?}", self.get_binding())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | try!(writeln!(f, " type: {:?}", self.get_type())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | try!(writeln!(f, " other: {:?}", self.get_other())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | try!(writeln!(f, " shndx: {:?}", self.shndx())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | try!(writeln!(f, " value: {:?}", self.value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/symbol_table.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | try!(writeln!(f, " size: {:?}", self.size())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impls!(P32); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impls!(P32); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impls!(P64); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dynamic.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | match try!(self.get_tag()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impls!(P64); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/hash.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | where F: Fn(&'a Entry) -> bool [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/hash.rs:45:63 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn lookup<'a, F>(&'a self, _name: &str, _f: F) -> &'a Entry [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | let header = try!(header::parse_header(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | let header = try!(self.find_section_by_name(".strtab").ok_or("no .strtab section")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | if try!(header.get_type()) != sections::ShType::StrTab { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | let header = try!(self.find_section_by_name(".dynstr").ok_or("no .dynstr section")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 84 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.89s [INFO] [stdout] warning: 84 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f4ff7faebb5ac38aa9ed9699b1250e9a7a86df3fa109750778fb3f0bd8db14a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4ff7faebb5ac38aa9ed9699b1250e9a7a86df3fa109750778fb3f0bd8db14a3", kill_on_drop: false }` [INFO] [stdout] f4ff7faebb5ac38aa9ed9699b1250e9a7a86df3fa109750778fb3f0bd8db14a3