[INFO] fetching crate java_asm 0.0.10... [INFO] checking java_asm-0.0.10 against master#d8810e3e2dab96778d20dd6d746ff95465515509 for pr-137033 [INFO] extracting crate java_asm 0.0.10 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate java_asm 0.0.10 on toolchain d8810e3e2dab96778d20dd6d746ff95465515509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8810e3e2dab96778d20dd6d746ff95465515509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate java_asm 0.0.10 [INFO] finished tweaking crates.io crate java_asm 0.0.10 [INFO] tweaked toml for crates.io crate java_asm 0.0.10 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8810e3e2dab96778d20dd6d746ff95465515509" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8810e3e2dab96778d20dd6d746ff95465515509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded java_asm_macro v0.0.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d8810e3e2dab96778d20dd6d746ff95465515509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1b339f2fa5180850ddc33bb9a8e6f624aa3a9cd3ce63ad6c288124e93ed2b18 [INFO] running `Command { std: "docker" "start" "-a" "e1b339f2fa5180850ddc33bb9a8e6f624aa3a9cd3ce63ad6c288124e93ed2b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1b339f2fa5180850ddc33bb9a8e6f624aa3a9cd3ce63ad6c288124e93ed2b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1b339f2fa5180850ddc33bb9a8e6f624aa3a9cd3ce63ad6c288124e93ed2b18", kill_on_drop: false }` [INFO] [stdout] e1b339f2fa5180850ddc33bb9a8e6f624aa3a9cd3ce63ad6c288124e93ed2b18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d8810e3e2dab96778d20dd6d746ff95465515509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71cb33699c76c7ba1a156a4232320cc35f9530789974c86cdb8eaf919ea86e07 [INFO] running `Command { std: "docker" "start" "-a" "71cb33699c76c7ba1a156a4232320cc35f9530789974c86cdb8eaf919ea86e07", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling java_asm_macro v0.0.10 [INFO] [stderr] Checking java_asm v0.0.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `read::*` [INFO] [stdout] --> src/node/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use read::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DUInt` [INFO] [stdout] --> src/dex/insn.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::dex::raw::{DUInt, DUShort}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `computable::*` [INFO] [stdout] --> src/impls/util/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use computable::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `read::*` [INFO] [stdout] --> src/node/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use read::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DUInt` [INFO] [stdout] --> src/dex/insn.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::dex::raw::{DUInt, DUShort}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `computable::*` [INFO] [stdout] --> src/impls/util/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use computable::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | SmaliNode::new_with_children(prefix, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new` [INFO] [stdout] --> src/smali.rs:241:20 [INFO] [stdout] | [INFO] [stdout] 241 | SmaliNode::new(self.to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | SmaliNode::new_with_children(prefix, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:144:16 [INFO] [stdout] | [INFO] [stdout] 144 | pub struct U40(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | pub struct U48(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:146:16 [INFO] [stdout] | [INFO] [stdout] 146 | pub struct U56(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_u64` is never used [INFO] [stdout] --> src/impls/dex/r/raw.rs:159:4 [INFO] [stdout] | [INFO] [stdout] 159 | fn read_u64(context: &mut ReadContext, value_arg: u8) -> AsmResult { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new` [INFO] [stdout] --> src/smali.rs:241:20 [INFO] [stdout] | [INFO] [stdout] 241 | SmaliNode::new(self.to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:144:16 [INFO] [stdout] | [INFO] [stdout] 144 | pub struct U40(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | pub struct U48(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/impls/jvms/r/mod.rs:146:16 [INFO] [stdout] | [INFO] [stdout] 146 | pub struct U56(pub u64); [INFO] [stdout] | --- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_u64` is never used [INFO] [stdout] --> src/impls/dex/r/raw.rs:159:4 [INFO] [stdout] | [INFO] [stdout] 159 | fn read_u64(context: &mut ReadContext, value_arg: u8) -> AsmResult { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s [INFO] running `Command { std: "docker" "inspect" "71cb33699c76c7ba1a156a4232320cc35f9530789974c86cdb8eaf919ea86e07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71cb33699c76c7ba1a156a4232320cc35f9530789974c86cdb8eaf919ea86e07", kill_on_drop: false }` [INFO] [stdout] 71cb33699c76c7ba1a156a4232320cc35f9530789974c86cdb8eaf919ea86e07