[INFO] cloning repository https://github.com/rustwasm/twiggy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rustwasm/twiggy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustwasm%2Ftwiggy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustwasm%2Ftwiggy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a624909e389fcb12d6b3b66f1b789b986c681786
[INFO] checking rustwasm/twiggy against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustwasm%2Ftwiggy" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rustwasm/twiggy
[INFO] finished tweaking git repo https://github.com/rustwasm/twiggy
[INFO] tweaked toml for git repo https://github.com/rustwasm/twiggy written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rustwasm/twiggy on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rustwasm/twiggy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `job_runner` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../job_runner
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `job-runner`, convert `package.name`
[INFO] [stderr]   --> job_runner/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "job_runner"
[INFO] [stderr]  2 + name = "job-runner"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `job-runner`, specify `bin.name`
[INFO] [stderr]   --> job_runner/Cargo.toml:9:15
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ anyhow = "1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "job-runner"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `job_runner` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustop v1.1.2
[INFO] [stderr]   Downloaded anyhow v1.0.70
[INFO] [stderr]   Downloaded wasmparser v0.80.2
[INFO] [stderr]   Downloaded indexmap v1.8.2
[INFO] [stderr]   Downloaded fixedbitset v0.4.1
[INFO] [stderr]   Downloaded cargo_toml v0.13.0
[INFO] [stderr]   Downloaded cpp_demangle v0.3.5
[INFO] [stderr]   Downloaded ruzstd v0.7.3
[INFO] [stderr]   Downloaded syn v1.0.96
[INFO] [stderr]   Downloaded regex v1.5.6
[INFO] [stderr]   Downloaded wasmparser v0.230.0
[INFO] [stderr]   Downloaded regex-syntax v0.6.26
[INFO] [stderr]   Downloaded frozen v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c
[INFO] running `Command { std: "docker" "start" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `job_runner` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../job_runner
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `job-runner`, convert `package.name`
[INFO] [stderr]   --> job_runner/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "job_runner"
[INFO] [stderr]  2 + name = "job-runner"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `job-runner`, specify `bin.name`
[INFO] [stderr]   --> job_runner/Cargo.toml:9:15
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ anyhow = "1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "job-runner"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `job_runner` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]     Checking fixedbitset v0.4.1
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking frozen v1.0.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking wasmparser v0.80.2
[INFO] [stderr]    Compiling bumpalo v3.10.0
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling wasmparser v0.230.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking rustop v1.1.2
[INFO] [stderr]     Checking petgraph v0.6.2
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling twiggy-opt v0.8.0 (/opt/rustwide/workdir/opt)
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking csv v1.2.2
[INFO] [stderr]     Checking twiggy-ir v0.8.0 (/opt/rustwide/workdir/ir)
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> ir/ir.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::u32;
[INFO] [stdout]    |          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> ir/ir.rs:82:52
[INFO] [stdout]    |
[INFO] [stdout] 82 |         if offset >= 0 && offset <= i64::from(u32::MAX) && offset as usize + len < u32::MAX as usize
[INFO] [stdout]    |                                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> ir/ir.rs:82:89
[INFO] [stdout]    |
[INFO] [stdout] 82 |         if offset >= 0 && offset <= i64::from(u32::MAX) && offset as usize + len < u32::MAX as usize
[INFO] [stdout]    |                                                                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 |         assert!(section < u32::MAX as usize);
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:413:33
[INFO] [stdout]     |
[INFO] [stdout] 413 |         Id(section as u32, u32::MAX)
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:418:32
[INFO] [stdout]     |
[INFO] [stdout] 418 |         assert!(section < u32::MAX as usize);
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:419:30
[INFO] [stdout]     |
[INFO] [stdout] 419 |         assert!(index < u32::MAX as usize);
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |         Id(u32::MAX, u32::MAX)
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:425:27
[INFO] [stdout]     |
[INFO] [stdout] 425 |         Id(u32::MAX, u32::MAX)
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> ir/ir.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::u32;
[INFO] [stdout]    |          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> ir/ir.rs:82:52
[INFO] [stdout]    |
[INFO] [stdout] 82 |         if offset >= 0 && offset <= i64::from(u32::MAX) && offset as usize + len < u32::MAX as usize
[INFO] [stdout]    |                                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> ir/ir.rs:82:89
[INFO] [stdout]    |
[INFO] [stdout] 82 |         if offset >= 0 && offset <= i64::from(u32::MAX) && offset as usize + len < u32::MAX as usize
[INFO] [stdout]    |                                                                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 |         assert!(section < u32::MAX as usize);
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:413:33
[INFO] [stdout]     |
[INFO] [stdout] 413 |         Id(section as u32, u32::MAX)
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:418:32
[INFO] [stdout]     |
[INFO] [stdout] 418 |         assert!(section < u32::MAX as usize);
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:419:30
[INFO] [stdout]     |
[INFO] [stdout] 419 |         assert!(index < u32::MAX as usize);
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |         Id(u32::MAX, u32::MAX)
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> ir/ir.rs:425:27
[INFO] [stdout]     |
[INFO] [stdout] 425 |         Id(u32::MAX, u32::MAX)
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `roots` is never read
[INFO] [stdout]    --> ir/ir.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub struct Items {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     roots: Frozen<BTreeSet<Id>>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Items` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn neighbors(&self, id: Id) -> Neighbors {
[INFO] [stdout]     |                      ^^^^^             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn neighbors(&self, id: Id) -> Neighbors<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn predecessors(&self, id: Id) -> Predecessors {
[INFO] [stdout]     |                         ^^^^^             ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn predecessors(&self, id: Id) -> Predecessors<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `roots` is never read
[INFO] [stdout]    --> ir/ir.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub struct Items {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     roots: Frozen<BTreeSet<Id>>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Items` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn neighbors(&self, id: Id) -> Neighbors {
[INFO] [stdout]     |                      ^^^^^             ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn neighbors(&self, id: Id) -> Neighbors<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ir/ir.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn predecessors(&self, id: Id) -> Predecessors {
[INFO] [stdout]     |                         ^^^^^             ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn predecessors(&self, id: Id) -> Predecessors<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking twiggy-traits v0.8.0 (/opt/rustwide/workdir/traits)
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> opt/opt.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::u32;
[INFO] [stdout]    |          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:197:39
[INFO] [stdout]     |
[INFO] [stdout] 197 |         self.max_depth.unwrap_or(u32::MAX)
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:202:38
[INFO] [stdout]     |
[INFO] [stdout] 202 |         self.max_rows.unwrap_or(u32::MAX)
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:467:18
[INFO] [stdout]     |
[INFO] [stdout] 467 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:477:18
[INFO] [stdout]     |
[INFO] [stdout] 477 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:597:18
[INFO] [stdout]     |
[INFO] [stdout] 597 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:686:18
[INFO] [stdout]     |
[INFO] [stdout] 686 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stdout] warning: use of deprecated module `std::u32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> opt/opt.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::u32;
[INFO] [stdout]    |          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:197:39
[INFO] [stdout]     |
[INFO] [stdout] 197 |         self.max_depth.unwrap_or(u32::MAX)
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:202:38
[INFO] [stdout]     |
[INFO] [stdout] 202 |         self.max_rows.unwrap_or(u32::MAX)
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:467:18
[INFO] [stdout]     |
[INFO] [stdout] 467 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:477:18
[INFO] [stdout]     |
[INFO] [stdout] 477 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:597:18
[INFO] [stdout]     |
[INFO] [stdout] 597 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/twiggy-opt/d6f2bafb49302d83/out/cli.rs:686:18
[INFO] [stdout]     |
[INFO] [stdout] 686 |             u32::MAX
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking twiggy-analyze v0.8.0 (/opt/rustwide/workdir/analyze)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn array(w: &mut dyn io::Write) -> io::Result<Array> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn array(w: &mut dyn io::Write) -> io::Result<Array<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn object(w: &mut dyn io::Write) -> io::Result<Object> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn object(w: &mut dyn io::Write) -> io::Result<Object<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn object(&mut self) -> io::Result<Object> {
[INFO] [stdout]    |                   ^^^^^^^^^                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn object(&mut self) -> io::Result<Object<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn array(&mut self) -> io::Result<Array> {
[INFO] [stdout]    |                  ^^^^^^^^^                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn array(&mut self) -> io::Result<Array<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> analyze/formats/json.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn object<S>(&mut self, name: S) -> io::Result<Object>
[INFO] [stdout]     |                      ^^^^^^^^^                         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn object<S>(&mut self, name: S) -> io::Result<Object<'_>>
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> analyze/formats/json.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn array<S>(&mut self, name: S) -> io::Result<Array>
[INFO] [stdout]     |                     ^^^^^^^^^                         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn array<S>(&mut self, name: S) -> io::Result<Array<'_>>
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cargo_toml v0.13.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn array(w: &mut dyn io::Write) -> io::Result<Array> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn array(w: &mut dyn io::Write) -> io::Result<Array<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn object(w: &mut dyn io::Write) -> io::Result<Object> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn object(w: &mut dyn io::Write) -> io::Result<Object<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn object(&mut self) -> io::Result<Object> {
[INFO] [stdout]    |                   ^^^^^^^^^                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn object(&mut self) -> io::Result<Object<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> analyze/formats/json.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn array(&mut self) -> io::Result<Array> {
[INFO] [stdout]    |                  ^^^^^^^^^                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn array(&mut self) -> io::Result<Array<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> analyze/formats/json.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn object<S>(&mut self, name: S) -> io::Result<Object>
[INFO] [stdout]     |                      ^^^^^^^^^                         ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn object<S>(&mut self, name: S) -> io::Result<Object<'_>>
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> analyze/formats/json.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn array<S>(&mut self, name: S) -> io::Result<Array>
[INFO] [stdout]     |                     ^^^^^^^^^                         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn array<S>(&mut self, name: S) -> io::Result<Array<'_>>
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking job_runner v0.1.0 (/opt/rustwide/workdir/job_runner)
[INFO] [stderr]     Checking twiggy-parser v0.8.0 (/opt/rustwide/workdir/parser)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> parser/wasm_parse/mod.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn new(data: &[u8]) -> ModuleReader {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn new(data: &[u8]) -> ModuleReader<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> parser/wasm_parse/mod.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn new(data: &[u8]) -> ModuleReader {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn new(data: &[u8]) -> ModuleReader<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking twiggy-wasm-api v0.8.0 (/opt/rustwide/workdir/wasm-api)
[INFO] [stderr]     Checking twiggy v0.8.0 (/opt/rustwide/workdir/twiggy)
[INFO] [stderr] warning: unused dependency `serde`
[INFO] [stderr]   --> ir/Cargo.toml:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | serde = "1.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `serde`
[INFO] [stderr] warning: `twiggy-ir` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `wasm-bindgen`
[INFO] [stderr]   --> opt/Cargo.toml:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | wasm-bindgen = { version = "0.2.100", optional = true }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `wasm-bindgen`
[INFO] [stderr] warning: `twiggy-opt` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `csv`
[INFO] [stderr]   --> traits/Cargo.toml:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | csv = "1.2.2"
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `csv`
[INFO] [stderr] warning: unused dependency `regex`
[INFO] [stderr]   --> traits/Cargo.toml:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | regex = "1.4.2"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `regex`
[INFO] [stderr] warning: unused dependency `thiserror`
[INFO] [stderr]   --> traits/Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | thiserror = "1.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `thiserror`
[INFO] [stderr] warning: unused dependency `wasmparser`
[INFO] [stderr]   --> traits/Cargo.toml:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | wasmparser = "0.80.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `wasmparser`
[INFO] [stderr] warning: `twiggy-traits` (manifest) generated 4 warnings
[INFO] [stderr] warning: unused dependency `twiggy-analyze`
[INFO] [stderr]   --> wasm-api/Cargo.toml:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 | [dependencies.twiggy-analyze]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `twiggy-analyze`
[INFO] [stderr] warning: unused dependency `twiggy-parser`
[INFO] [stderr]   --> wasm-api/Cargo.toml:28:15
[INFO] [stderr]    |
[INFO] [stderr] 28 | [dependencies.twiggy-parser]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `twiggy-parser`
[INFO] [stderr] warning: `twiggy-wasm-api` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.88s
[INFO] running `Command { std: "docker" "inspect" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c", kill_on_drop: false }`
[INFO] [stdout] dc67e6f93e2b630d0d39c9c716fbcd05169074ada2bc283f59c2f5bda63a703c
