[INFO] crate breakpad-symbols 0.1.1 is already in cache [INFO] testing breakpad-symbols-0.1.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate breakpad-symbols 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate breakpad-symbols 0.1.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate breakpad-symbols 0.1.1 [INFO] finished tweaking crates.io crate breakpad-symbols 0.1.1 [INFO] tweaked toml for crates.io crate breakpad-symbols 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee4cbf25d9c83885a5f3fac4a0eb074f596551563dd7c34b7dc3050624f9f35b [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" "ee4cbf25d9c83885a5f3fac4a0eb074f596551563dd7c34b7dc3050624f9f35b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee4cbf25d9c83885a5f3fac4a0eb074f596551563dd7c34b7dc3050624f9f35b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee4cbf25d9c83885a5f3fac4a0eb074f596551563dd7c34b7dc3050624f9f35b", kill_on_drop: false }` [INFO] [stdout] ee4cbf25d9c83885a5f3fac4a0eb074f596551563dd7c34b7dc3050624f9f35b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64c38c9473df04bb1f94f62f6e3c3d5dd0e10f024b1a207dbac93fd0fdb981a3 [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" "64c38c9473df04bb1f94f62f6e3c3d5dd0e10f024b1a207dbac93fd0fdb981a3", kill_on_drop: false }` [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling range-map v0.1.5 [INFO] [stderr] Compiling minidump-common v0.1.0 [INFO] [stderr] Compiling breakpad-symbols v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:356:17 [INFO] [stdout] | [INFO] [stdout] 356 | let mut f = try!(File::open(path).or(Err("Failed to open file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | try!(f.read_to_end(&mut bytes).or(Err("Failed to read file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | /// Match a hex string, parse it to a u64. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | /// Match a decimal string, parse it to a u32. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// Matches a MODULE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | /// Matches an INFO record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | /// Matches a FILE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// Matches a PUBLIC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | /// Matches line data after a FUNC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | /// Matches a FUNC record and any following line records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | /// Matches a STACK WIN record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// Matches a STACK CFI record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | /// Matches a STACK CFI INIT record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | /// Match a STACK CFI INIT record followed by zero or more STACK CFI records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | /// Parse any of the line data that can occur in the body of a symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | /// Matches an entire symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn relative_symbol_path(module : &Module, extension : &str) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | fn locate_symbols(&self, module : &Module) -> SymbolResult; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:182:40 [INFO] [stdout] | [INFO] [stdout] 182 | fn locate_symbols(&self, module : &Module) -> SymbolResult { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:18 [INFO] [stdout] | [INFO] [stdout] 253 | fn key(module : &Module) -> ModuleKey { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:281:20 [INFO] [stdout] | [INFO] [stdout] 281 | supplier : Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymbolSupplier + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:37 [INFO] [stdout] | [INFO] [stdout] 340 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.79s [INFO] running `Command { std: "docker" "inspect" "64c38c9473df04bb1f94f62f6e3c3d5dd0e10f024b1a207dbac93fd0fdb981a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64c38c9473df04bb1f94f62f6e3c3d5dd0e10f024b1a207dbac93fd0fdb981a3", kill_on_drop: false }` [INFO] [stdout] 64c38c9473df04bb1f94f62f6e3c3d5dd0e10f024b1a207dbac93fd0fdb981a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22fa55fa1c4783c447ad86215815d0aaffc849461cd721ff7adab2269419c741 [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" "22fa55fa1c4783c447ad86215815d0aaffc849461cd721ff7adab2269419c741", kill_on_drop: false }` [INFO] [stderr] Compiling breakpad-symbols v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:356:17 [INFO] [stdout] | [INFO] [stdout] 356 | let mut f = try!(File::open(path).or(Err("Failed to open file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | try!(f.read_to_end(&mut bytes).or(Err("Failed to read file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | /// Match a hex string, parse it to a u64. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | /// Match a decimal string, parse it to a u32. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// Matches a MODULE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | /// Matches an INFO record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | /// Matches a FILE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// Matches a PUBLIC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | /// Matches line data after a FUNC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | /// Matches a FUNC record and any following line records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | /// Matches a STACK WIN record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// Matches a STACK CFI record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | /// Matches a STACK CFI INIT record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | /// Match a STACK CFI INIT record followed by zero or more STACK CFI records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | /// Parse any of the line data that can occur in the body of a symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | /// Matches an entire symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn relative_symbol_path(module : &Module, extension : &str) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | fn locate_symbols(&self, module : &Module) -> SymbolResult; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:182:40 [INFO] [stdout] | [INFO] [stdout] 182 | fn locate_symbols(&self, module : &Module) -> SymbolResult { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:18 [INFO] [stdout] | [INFO] [stdout] 253 | fn key(module : &Module) -> ModuleKey { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:281:20 [INFO] [stdout] | [INFO] [stdout] 281 | supplier : Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymbolSupplier + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:37 [INFO] [stdout] | [INFO] [stdout] 340 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:356:17 [INFO] [stdout] | [INFO] [stdout] 356 | let mut f = try!(File::open(path).or(Err("Failed to open file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/sym_file/parser.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | try!(f.read_to_end(&mut bytes).or(Err("Failed to read file"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | /// Match a hex string, parse it to a u64. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | /// Match a decimal string, parse it to a u32. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// Matches a MODULE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | /// Matches an INFO record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | /// Matches a FILE record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// Matches a PUBLIC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | /// Matches line data after a FUNC record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | /// Matches a FUNC record and any following line records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | /// Matches a STACK WIN record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// Matches a STACK CFI record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | /// Matches a STACK CFI INIT record. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | /// Match a STACK CFI INIT record followed by zero or more STACK CFI records. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | /// Parse any of the line data that can occur in the body of a symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/sym_file/parser.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | /// Matches an entire symbol file. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sym_file/mod.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn relative_symbol_path(module : &Module, extension : &str) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | fn locate_symbols(&self, module : &Module) -> SymbolResult; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:182:40 [INFO] [stdout] | [INFO] [stdout] 182 | fn locate_symbols(&self, module : &Module) -> SymbolResult { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:18 [INFO] [stdout] | [INFO] [stdout] 253 | fn key(module : &Module) -> ModuleKey { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:281:20 [INFO] [stdout] | [INFO] [stdout] 281 | supplier : Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymbolSupplier + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | module : &Module, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:340:37 [INFO] [stdout] | [INFO] [stdout] 340 | frame : &mut FrameSymbolizer) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.90s [INFO] running `Command { std: "docker" "inspect" "22fa55fa1c4783c447ad86215815d0aaffc849461cd721ff7adab2269419c741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22fa55fa1c4783c447ad86215815d0aaffc849461cd721ff7adab2269419c741", kill_on_drop: false }` [INFO] [stdout] 22fa55fa1c4783c447ad86215815d0aaffc849461cd721ff7adab2269419c741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aabfd515fabfe867cfe9dd13f3e75bc16d675e0ee93305df0b44766da5132135 [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" "aabfd515fabfe867cfe9dd13f3e75bc16d675e0ee93305df0b44766da5132135", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/sym_file/parser.rs:356:17 [INFO] [stderr] | [INFO] [stderr] 356 | let mut f = try!(File::open(path).or(Err("Failed to open file"))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/sym_file/parser.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | try!(f.read_to_end(&mut bytes).or(Err("Failed to read file"))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | /// Match a hex string, parse it to a u64. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | /// Match a decimal string, parse it to a u32. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | /// Matches a MODULE record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | /// Matches an INFO record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | /// Matches a FILE record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// Matches a PUBLIC record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | /// Matches line data after a FUNC record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/sym_file/parser.rs:356:17 [INFO] [stderr] | [INFO] [stderr] 356 | let mut f = try!(File::open(path).or(Err("Failed to open file"))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | /// Matches a FUNC record and any following line records. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/sym_file/parser.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | try!(f.read_to_end(&mut bytes).or(Err("Failed to read file"))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | /// Matches a STACK WIN record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | /// Match a hex string, parse it to a u64. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | /// Matches a STACK CFI record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | /// Match a decimal string, parse it to a u32. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:224:1 [INFO] [stderr] | [INFO] [stderr] 224 | /// Matches a STACK CFI INIT record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | /// Matches a MODULE record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:244:1 [INFO] [stderr] | [INFO] [stderr] 244 | /// Match a STACK CFI INIT record followed by zero or more STACK CFI records. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | /// Matches an INFO record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:260:1 [INFO] [stderr] | [INFO] [stderr] 260 | /// Parse any of the line data that can occur in the body of a symbol file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | /// Matches a FILE record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// Matches a PUBLIC record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | /// Matches an entire symbol file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | /// Matches line data after a FUNC record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sym_file/mod.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | module : &Module, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | /// Matches a FUNC record and any following line records. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sym_file/mod.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | frame : &mut FrameSymbolizer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:135:39 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn relative_symbol_path(module : &Module, extension : &str) [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | /// Matches a STACK WIN record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:165:40 [INFO] [stderr] | [INFO] [stderr] 165 | fn locate_symbols(&self, module : &Module) -> SymbolResult; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | /// Matches a STACK CFI record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:182:40 [INFO] [stderr] | [INFO] [stderr] 182 | fn locate_symbols(&self, module : &Module) -> SymbolResult { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:224:1 [INFO] [stderr] | [INFO] [stderr] 224 | /// Matches a STACK CFI INIT record. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:253:18 [INFO] [stderr] | [INFO] [stderr] 253 | fn key(module : &Module) -> ModuleKey { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:244:1 [INFO] [stderr] | [INFO] [stderr] 244 | /// Match a STACK CFI INIT record followed by zero or more STACK CFI records. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:281:20 [INFO] [stderr] | [INFO] [stderr] 281 | supplier : Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymbolSupplier + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:339:34 [INFO] [stderr] | [INFO] [stderr] 339 | module : &Module, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:260:1 [INFO] [stderr] | [INFO] [stderr] 260 | /// Parse any of the line data that can occur in the body of a symbol file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:340:37 [INFO] [stderr] | [INFO] [stderr] 340 | frame : &mut FrameSymbolizer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stderr] [INFO] [stderr] warning: 26 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/sym_file/parser.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | /// Matches an entire symbol file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sym_file/mod.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | module : &Module, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sym_file/mod.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | frame : &mut FrameSymbolizer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:135:39 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn relative_symbol_path(module : &Module, extension : &str) [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:165:40 [INFO] [stderr] | [INFO] [stderr] 165 | fn locate_symbols(&self, module : &Module) -> SymbolResult; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:182:40 [INFO] [stderr] | [INFO] [stderr] 182 | fn locate_symbols(&self, module : &Module) -> SymbolResult { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:253:18 [INFO] [stderr] | [INFO] [stderr] 253 | fn key(module : &Module) -> ModuleKey { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:281:20 [INFO] [stderr] | [INFO] [stderr] 281 | supplier : Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymbolSupplier + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:339:34 [INFO] [stderr] | [INFO] [stderr] 339 | module : &Module, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Module` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:340:37 [INFO] [stderr] | [INFO] [stderr] 340 | frame : &mut FrameSymbolizer) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FrameSymbolizer` [INFO] [stderr] [INFO] [stderr] warning: 26 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/breakpad_symbols-0de9c3b27d1e1575 [INFO] [stdout] running 26 tests [INFO] [stdout] test sym_file::parser::test_file_line_spaces ... ok [INFO] [stdout] test sym_file::parser::test_file_line ... ok [INFO] [stdout] test sym_file::parser::test_info_line2 ... ok [INFO] [stdout] test sym_file::parser::test_info_line ... ok [INFO] [stdout] test sym_file::parser::test_module_line ... ok [INFO] [stdout] test sym_file::parser::test_func_lines_and_lines ... ok [INFO] [stdout] test sym_file::parser::test_func_lines_no_lines ... ok [INFO] [stdout] test sym_file::parser::test_stack_cfi ... ok [INFO] [stdout] test sym_file::parser::test_stack_cfi_init ... ok [INFO] [stdout] test sym_file::parser::test_module_line_filename_spaces ... ok [INFO] [stdout] test sym_file::parser::test_stack_cfi_lines ... ok [INFO] [stdout] test sym_file::parser::test_stack_win_line_program_string ... ok [INFO] [stdout] test sym_file::parser::test_public_line ... ok [INFO] [stdout] test test::test_relative_symbol_path_abs_paths ... ok [INFO] [stdout] test test::test_relative_symbol_path ... ok [INFO] [stdout] test sym_file::parser::test_parse_symbol_bytes ... ok [INFO] [stdout] test sym_file::test::test_symbolfile_from_bytes_with_crlf ... ok [INFO] [stdout] test sym_file::parser::test_stack_win_line_frame_data ... ok [INFO] [stdout] test test_leafname ... ok [INFO] [stdout] test test_replace_or_add_extension ... ok [INFO] [stdout] test sym_file::parser::test_parse_symbol_bytes_malformed ... ok [INFO] [stdout] test sym_file::test::test_symbolfile_from_bytes_with_lf ... ok [INFO] [stdout] test test::test_symbolizer ... ok [INFO] [stdout] test test::test_simple_symbol_supplier ... ok [INFO] [stdout] test sym_file::test::test_symbolfile_from_lf_file ... FAILED [INFO] [stdout] test sym_file::test::test_symbolfile_from_crlf_file ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- sym_file::test::test_symbolfile_from_lf_file stdout ---- [INFO] [stdout] thread 'sym_file::test::test_symbolfile_from_lf_file' panicked at 'called `Result::unwrap()` on an `Err` value: "Failed to open file"', src/sym_file/mod.rs:77:48 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564d27b9ce05 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564d27b9ce05 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564d27b9ce05 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564d27b9ce05 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564d27bc637c - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564d27b36305 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564d27b97251 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564d27b9fa50 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564d27b9fa50 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564d27b9fa50 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564d27b9f74a - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x564d27ba0093 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x564d27b9fc8b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x564d27bc4a61 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x564d27bc4883 - core::option::expect_none_failed::h972f96abb4ec8952 [INFO] [stdout] at src/libcore/option.rs:1269 [INFO] [stdout] 15: 0x564d27b25b3e - core::result::Result::unwrap::h3c40c440d6e4020d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x564d27ad2bda - breakpad_symbols::sym_file::test::test_symbolfile_from_file::hd14b8acaecc21139 [INFO] [stdout] at src/sym_file/mod.rs:77 [INFO] [stdout] 17: 0x564d27ad52a5 - breakpad_symbols::sym_file::test::test_symbolfile_from_lf_file::h64175def79df7ec5 [INFO] [stdout] at src/sym_file/mod.rs:102 [INFO] [stdout] 18: 0x564d27ad527a - breakpad_symbols::sym_file::test::test_symbolfile_from_lf_file::{{closure}}::hc3608dc92ba2b4bf [INFO] [stdout] at src/sym_file/mod.rs:101 [INFO] [stdout] 19: 0x564d27aed88e - core::ops::function::FnOnce::call_once::h38cc680c583b9080 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 20: 0x564d27b5d87c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 21: 0x564d27b5d87c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x564d27b5d87c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 23: 0x564d27b5d87c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 24: 0x564d27b5d87c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x564d27b5d87c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x564d27b5d87c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x564d27b357f6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x564d27b3a885 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x564d27b3a885 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x564d27b3a885 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 31: 0x564d27b3a885 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 32: 0x564d27b3a885 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x564d27b3a885 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x564d27b3a885 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 35: 0x564d27ba6bba - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x564d27ba6bba - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 37: 0x564d27ba6bba - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f41aa006609 - start_thread [INFO] [stdout] 39: 0x7f41a9f12103 - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- sym_file::test::test_symbolfile_from_crlf_file stdout ---- [INFO] [stdout] thread 'sym_file::test::test_symbolfile_from_crlf_file' panicked at 'called `Result::unwrap()` on an `Err` value: "Failed to open file"', src/sym_file/mod.rs:77:48 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564d27b9ce05 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564d27b9ce05 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564d27b9ce05 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564d27b9ce05 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564d27bc637c - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564d27b36305 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564d27b97251 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564d27b9fa50 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564d27b9fa50 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564d27b9fa50 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564d27b9f74a - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x564d27ba0093 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x564d27b9fc8b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x564d27bc4a61 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x564d27bc4883 - core::option::expect_none_failed::h972f96abb4ec8952 [INFO] [stdout] at src/libcore/option.rs:1269 [INFO] [stdout] 15: 0x564d27b25b3e - core::result::Result::unwrap::h3c40c440d6e4020d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x564d27ad2bda - breakpad_symbols::sym_file::test::test_symbolfile_from_file::hd14b8acaecc21139 [INFO] [stdout] at src/sym_file/mod.rs:77 [INFO] [stdout] 17: 0x564d27ad52e5 - breakpad_symbols::sym_file::test::test_symbolfile_from_crlf_file::h7bdcbbfef3ce777a [INFO] [stdout] at src/sym_file/mod.rs:107 [INFO] [stdout] 18: 0x564d27ad52ba - breakpad_symbols::sym_file::test::test_symbolfile_from_crlf_file::{{closure}}::h3804f668a61a77f7 [INFO] [stdout] at src/sym_file/mod.rs:106 [INFO] [stdout] 19: 0x564d27aedafe - core::ops::function::FnOnce::call_once::ha5e705c3ac0f670e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 20: 0x564d27b5d87c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 21: 0x564d27b5d87c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x564d27b5d87c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 23: 0x564d27b5d87c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 24: 0x564d27b5d87c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x564d27b5d87c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x564d27b5d87c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x564d27b357f6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x564d27b3a885 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x564d27b3a885 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x564d27b3a885 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 31: 0x564d27b3a885 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 32: 0x564d27b3a885 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x564d27b3a885 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x564d27b3a885 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 35: 0x564d27ba6bba - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x564d27ba6bba - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 37: 0x564d27ba6bba - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f41aa006609 - start_thread [INFO] [stdout] 39: 0x7f41a9f12103 - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] sym_file::test::test_symbolfile_from_crlf_file [INFO] [stdout] sym_file::test::test_symbolfile_from_lf_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 24 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "aabfd515fabfe867cfe9dd13f3e75bc16d675e0ee93305df0b44766da5132135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aabfd515fabfe867cfe9dd13f3e75bc16d675e0ee93305df0b44766da5132135", kill_on_drop: false }` [INFO] [stdout] aabfd515fabfe867cfe9dd13f3e75bc16d675e0ee93305df0b44766da5132135