[INFO] fetching crate dexparser 0.6.2... [INFO] checking dexparser-0.6.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate dexparser 0.6.2 into /workspace/builds/worker-35/source [INFO] validating manifest of crates.io crate dexparser 0.6.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dexparser 0.6.2 [INFO] finished tweaking crates.io crate dexparser 0.6.2 [INFO] tweaked toml for crates.io crate dexparser 0.6.2 written to /workspace/builds/worker-35/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9de302606b2faa85604b2d36f4ade11cd76a9e75dfb083f76cb4bf82c9e7d65 [INFO] running `Command { std: "docker" "start" "-a" "d9de302606b2faa85604b2d36f4ade11cd76a9e75dfb083f76cb4bf82c9e7d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9de302606b2faa85604b2d36f4ade11cd76a9e75dfb083f76cb4bf82c9e7d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9de302606b2faa85604b2d36f4ade11cd76a9e75dfb083f76cb4bf82c9e7d65", kill_on_drop: false }` [INFO] [stdout] d9de302606b2faa85604b2d36f4ade11cd76a9e75dfb083f76cb4bf82c9e7d65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43ac55a8e3346eebd0e945c5ab219c3ed99b9e43f201ede85c284f56cb7c33ac [INFO] running `Command { std: "docker" "start" "-a" "43ac55a8e3346eebd0e945c5ab219c3ed99b9e43f201ede85c284f56cb7c33ac", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking mutf8 v0.2.0 [INFO] [stderr] Checking leb128 v0.2.4 [INFO] [stderr] Checking object v0.26.1 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking backtrace v0.3.61 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking dexparser v0.6.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/error.rs (1 fix) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/parse_data.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | / /** [INFO] [stdout] 387 | | TODO: implement parsing call site items [INFO] [stdout] 388 | | fn parse_call_site_items(data: &[u8], data_off: usize, csi: &[u32], fd: &DexFileData) -> Result, DexParserError> { [INFO] [stdout] 389 | | unimplemented!(); [INFO] [stdout] ... | [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | */ [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/parser/parse_data.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / /** [INFO] [stdout] 89 | | TODO: find a DEX file with call site items and test parsing them [INFO] [stdout] 90 | | [INFO] [stdout] 91 | | let call_site_items = if let Some(csi) = raw.call_site_idxs { [INFO] [stdout] ... | [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 97 | [INFO] [stdout] 98 | / Ok(DexFile { [INFO] [stdout] 99 | | header, [INFO] [stdout] 100 | | file_data, [INFO] [stdout] 101 | | classes [INFO] [stdout] 102 | | }) [INFO] [stdout] | |______- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/parser/mod.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / named_args!(parse_header(e: nom::Endianness)<&[u8], RawHeader>, [INFO] [stdout] 226 | | do_parse!( [INFO] [stdout] 227 | | // little bit of magic at the start [INFO] [stdout] 228 | | tag!(DEX_FILE_MAGIC) >> [INFO] [stdout] ... | [INFO] [stdout] 273 | | ) [INFO] [stdout] 274 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `count_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/parse_data.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | / /** [INFO] [stdout] 387 | | TODO: implement parsing call site items [INFO] [stdout] 388 | | fn parse_call_site_items(data: &[u8], data_off: usize, csi: &[u32], fd: &DexFileData) -> Result, DexParserError> { [INFO] [stdout] 389 | | unimplemented!(); [INFO] [stdout] ... | [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | */ [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/parser/parse_data.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / /** [INFO] [stdout] 89 | | TODO: find a DEX file with call site items and test parsing them [INFO] [stdout] 90 | | [INFO] [stdout] 91 | | let call_site_items = if let Some(csi) = raw.call_site_idxs { [INFO] [stdout] ... | [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 97 | [INFO] [stdout] 98 | / Ok(DexFile { [INFO] [stdout] 99 | | header, [INFO] [stdout] 100 | | file_data, [INFO] [stdout] 101 | | classes [INFO] [stdout] 102 | | }) [INFO] [stdout] | |______- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/parser/mod.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / named_args!(parse_header(e: nom::Endianness)<&[u8], RawHeader>, [INFO] [stdout] 226 | | do_parse!( [INFO] [stdout] 227 | | // little bit of magic at the start [INFO] [stdout] 228 | | tag!(DEX_FILE_MAGIC) >> [INFO] [stdout] ... | [INFO] [stdout] 273 | | ) [INFO] [stdout] 274 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `count_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.82s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking dexparser v0.6.2 (/tmp/fixit) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/parse_data.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | / /** [INFO] [stdout] 387 | | TODO: implement parsing call site items [INFO] [stdout] 388 | | fn parse_call_site_items(data: &[u8], data_off: usize, csi: &[u32], fd: &DexFileData) -> Result, DexParserError> { [INFO] [stdout] 389 | | unimplemented!(); [INFO] [stdout] ... | [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | */ [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/parser/parse_data.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / /** [INFO] [stdout] 89 | | TODO: find a DEX file with call site items and test parsing them [INFO] [stdout] 90 | | [INFO] [stdout] 91 | | let call_site_items = if let Some(csi) = raw.call_site_idxs { [INFO] [stdout] ... | [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 97 | [INFO] [stdout] 98 | / Ok(DexFile { [INFO] [stdout] 99 | | header, [INFO] [stdout] 100 | | file_data, [INFO] [stdout] 101 | | classes [INFO] [stdout] 102 | | }) [INFO] [stdout] | |______- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/parse_data.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | / /** [INFO] [stdout] 387 | | TODO: implement parsing call site items [INFO] [stdout] 388 | | fn parse_call_site_items(data: &[u8], data_off: usize, csi: &[u32], fd: &DexFileData) -> Result, DexParserError> { [INFO] [stdout] 389 | | unimplemented!(); [INFO] [stdout] ... | [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | */ [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/parser/parse_data.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / /** [INFO] [stdout] 89 | | TODO: find a DEX file with call site items and test parsing them [INFO] [stdout] 90 | | [INFO] [stdout] 91 | | let call_site_items = if let Some(csi) = raw.call_site_idxs { [INFO] [stdout] ... | [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 97 | [INFO] [stdout] 98 | / Ok(DexFile { [INFO] [stdout] 99 | | header, [INFO] [stdout] 100 | | file_data, [INFO] [stdout] 101 | | classes [INFO] [stdout] 102 | | }) [INFO] [stdout] | |______- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/parser/mod.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / named_args!(parse_header(e: nom::Endianness)<&[u8], RawHeader>, [INFO] [stdout] 226 | | do_parse!( [INFO] [stdout] 227 | | // little bit of magic at the start [INFO] [stdout] 228 | | tag!(DEX_FILE_MAGIC) >> [INFO] [stdout] ... | [INFO] [stdout] 273 | | ) [INFO] [stdout] 274 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `count_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/parser/mod.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / named_args!(parse_header(e: nom::Endianness)<&[u8], RawHeader>, [INFO] [stdout] 226 | | do_parse!( [INFO] [stdout] 227 | | // little bit of magic at the start [INFO] [stdout] 228 | | tag!(DEX_FILE_MAGIC) >> [INFO] [stdout] ... | [INFO] [stdout] 273 | | ) [INFO] [stdout] 274 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `count_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "43ac55a8e3346eebd0e945c5ab219c3ed99b9e43f201ede85c284f56cb7c33ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43ac55a8e3346eebd0e945c5ab219c3ed99b9e43f201ede85c284f56cb7c33ac", kill_on_drop: false }` [INFO] [stdout] 43ac55a8e3346eebd0e945c5ab219c3ed99b9e43f201ede85c284f56cb7c33ac