[INFO] crate breakpad-symbols 0.1.1 is already in cache [INFO] testing breakpad-symbols-0.1.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate breakpad-symbols 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate breakpad-symbols 0.1.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4e5e37161159d07878156e368861325c502e207d1655367f50759978cc80b35a [INFO] running `Command { std: "docker" "start" "-a" "4e5e37161159d07878156e368861325c502e207d1655367f50759978cc80b35a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e5e37161159d07878156e368861325c502e207d1655367f50759978cc80b35a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e5e37161159d07878156e368861325c502e207d1655367f50759978cc80b35a", kill_on_drop: false }` [INFO] [stdout] 4e5e37161159d07878156e368861325c502e207d1655367f50759978cc80b35a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed430483a4126ea41c74897742f1b30f37524b4f695a29454e6d74e545d40c2f [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" "ed430483a4126ea41c74897742f1b30f37524b4f695a29454e6d74e545d40c2f", kill_on_drop: false }` [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling minidump-common v0.1.0 [INFO] [stderr] Compiling range-map v0.1.5 [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 4.17s [INFO] running `Command { std: "docker" "inspect" "ed430483a4126ea41c74897742f1b30f37524b4f695a29454e6d74e545d40c2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed430483a4126ea41c74897742f1b30f37524b4f695a29454e6d74e545d40c2f", kill_on_drop: false }` [INFO] [stdout] ed430483a4126ea41c74897742f1b30f37524b4f695a29454e6d74e545d40c2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2379fe9039d06f1d3da7a0502bd5c0bd3b21a9b4c41fb67b15e9a66e6eaf352a [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" "2379fe9039d06f1d3da7a0502bd5c0bd3b21a9b4c41fb67b15e9a66e6eaf352a", kill_on_drop: false }` [INFO] [stderr] Compiling tempdir v0.3.7 [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] 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 test [unoptimized + debuginfo] target(s) in 5.37s [INFO] running `Command { std: "docker" "inspect" "2379fe9039d06f1d3da7a0502bd5c0bd3b21a9b4c41fb67b15e9a66e6eaf352a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2379fe9039d06f1d3da7a0502bd5c0bd3b21a9b4c41fb67b15e9a66e6eaf352a", kill_on_drop: false }` [INFO] [stdout] 2379fe9039d06f1d3da7a0502bd5c0bd3b21a9b4c41fb67b15e9a66e6eaf352a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a67054aee1bd485c8a1ac949c5efeddc5ceea7837028bd37bd4e3f3a824e61af [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" "a67054aee1bd485c8a1ac949c5efeddc5ceea7837028bd37bd4e3f3a824e61af", 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: 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: 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: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: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: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: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: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] 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: 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: 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: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: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: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: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: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.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/breakpad_symbols-7edcc93ca1a710e2 [INFO] [stdout] [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_func_lines_no_lines ... ok [INFO] [stdout] test sym_file::parser::test_stack_win_line_frame_data ... ok [INFO] [stdout] test sym_file::parser::test_stack_cfi_init ... ok [INFO] [stdout] test sym_file::parser::test_info_line ... ok [INFO] [stdout] test sym_file::parser::test_info_line2 ... ok [INFO] [stdout] test sym_file::parser::test_stack_cfi ... ok [INFO] [stdout] test sym_file::parser::test_public_line ... 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_module_line_filename_spaces ... ok [INFO] [stdout] test sym_file::parser::test_module_line ... ok [INFO] [stdout] test sym_file::parser::test_parse_symbol_bytes_malformed ... ok [INFO] [stdout] test test::test_relative_symbol_path_abs_paths ... ok [INFO] [stdout] test sym_file::parser::test_func_lines_and_lines ... ok [INFO] [stdout] test test::test_relative_symbol_path ... ok [INFO] [stdout] test sym_file::test::test_symbolfile_from_bytes_with_lf ... ok [INFO] [stdout] test test_leafname ... ok [INFO] [stdout] test test::test_symbolizer ... ok [INFO] [stdout] test sym_file::test::test_symbolfile_from_bytes_with_crlf ... ok [INFO] [stdout] test test_replace_or_add_extension ... ok [INFO] [stdout] test test::test_simple_symbol_supplier ... ok [INFO] [stdout] test sym_file::parser::test_parse_symbol_bytes ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [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:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558dc84f7105 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x558dc84f7105 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x558dc84f7105 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x558dc84f7105 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x558dc85208dc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x558dc8490035 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x558dc84f1251 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x558dc84f9e90 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x558dc84f9e90 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x558dc84f9e90 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x558dc84f9b8a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x558dc84fa4c7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x558dc84fa0cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x558dc851efc1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x558dc851ede3 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x558dc843911e - core::result::Result::unwrap::h1ada212fa1d70a99 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x558dc842b2ca - breakpad_symbols::sym_file::test::test_symbolfile_from_file::hdd5f27314198de53 [INFO] [stdout] at src/sym_file/mod.rs:77 [INFO] [stdout] 17: 0x558dc842d995 - breakpad_symbols::sym_file::test::test_symbolfile_from_lf_file::hf862e0b2be853ad3 [INFO] [stdout] at src/sym_file/mod.rs:102 [INFO] [stdout] 18: 0x558dc842d96a - breakpad_symbols::sym_file::test::test_symbolfile_from_lf_file::{{closure}}::hfe1719fd31ef9ae4 [INFO] [stdout] at src/sym_file/mod.rs:101 [INFO] [stdout] 19: 0x558dc844721e - core::ops::function::FnOnce::call_once::h9a70bcf70b3aca2c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x558dc84b7222 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 21: 0x558dc84b7222 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x558dc84b7222 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 23: 0x558dc84b7222 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x558dc84b7222 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x558dc84b7222 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x558dc84b7222 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x558dc848f4f6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x558dc8494835 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x558dc8494835 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x558dc8494835 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 31: 0x558dc8494835 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x558dc8494835 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x558dc8494835 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x558dc8494835 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x558dc85010fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x558dc85010fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x558dc85010fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7fdde1a38609 - start_thread [INFO] [stdout] 39: 0x7fdde1944103 - __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:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558dc84f7105 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x558dc84f7105 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x558dc84f7105 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x558dc84f7105 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x558dc85208dc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x558dc8490035 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x558dc84f1251 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x558dc84f9e90 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x558dc84f9e90 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x558dc84f9e90 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x558dc84f9b8a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x558dc84fa4c7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x558dc84fa0cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x558dc851efc1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x558dc851ede3 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x558dc843911e - core::result::Result::unwrap::h1ada212fa1d70a99 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x558dc842b2ca - breakpad_symbols::sym_file::test::test_symbolfile_from_file::hdd5f27314198de53 [INFO] [stdout] at src/sym_file/mod.rs:77 [INFO] [stdout] 17: 0x558dc842d9d5 - breakpad_symbols::sym_file::test::test_symbolfile_from_crlf_file::ha0f9f0b8ab0e96f8 [INFO] [stdout] at src/sym_file/mod.rs:107 [INFO] [stdout] 18: 0x558dc842d9aa - breakpad_symbols::sym_file::test::test_symbolfile_from_crlf_file::{{closure}}::hd3e676831769e8f8 [INFO] [stdout] at src/sym_file/mod.rs:106 [INFO] [stdout] 19: 0x558dc84472de - core::ops::function::FnOnce::call_once::haf951f2274dc2ce6 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x558dc84b7222 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 21: 0x558dc84b7222 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x558dc84b7222 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 23: 0x558dc84b7222 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x558dc84b7222 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x558dc84b7222 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x558dc84b7222 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x558dc848f4f6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x558dc8494835 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x558dc8494835 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x558dc8494835 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 31: 0x558dc8494835 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x558dc8494835 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x558dc8494835 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x558dc8494835 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x558dc85010fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x558dc85010fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x558dc85010fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7fdde1a38609 - start_thread [INFO] [stdout] 39: 0x7fdde1944103 - __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] running `Command { std: "docker" "inspect" "a67054aee1bd485c8a1ac949c5efeddc5ceea7837028bd37bd4e3f3a824e61af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a67054aee1bd485c8a1ac949c5efeddc5ceea7837028bd37bd4e3f3a824e61af", kill_on_drop: false }` [INFO] [stdout] a67054aee1bd485c8a1ac949c5efeddc5ceea7837028bd37bd4e3f3a824e61af