Updating crates.io index
 Downloading crates ...
  Downloaded serial_test_derive v2.0.0
  Downloaded equivalent v1.0.1
  Downloaded toml_datetime v0.6.8
  Downloaded unicode-ident v1.0.12
  Downloaded scopeguard v1.2.0
  Downloaded cfg-if v1.0.0
  Downloaded fastrand v2.1.0
  Downloaded serde_spanned v0.6.7
  Downloaded heck v0.5.0
  Downloaded anstyle-query v1.1.1
  Downloaded anstyle-parse v0.2.5
  Downloaded colorchoice v1.0.2
  Downloaded clap_lex v0.7.2
  Downloaded strsim v0.11.1
  Downloaded itoa v1.0.11
  Downloaded is_terminal_polyfill v1.70.1
  Downloaded utf8parse v0.2.2
  Downloaded lazy_static v1.5.0
  Downloaded autocfg v1.3.0
  Downloaded anstream v0.6.15
  Downloaded yansi v0.5.1
  Downloaded toml v0.8.19
  Downloaded dashmap v5.5.3
  Downloaded anstyle v1.0.8
  Downloaded log v0.4.22
  Downloaded diff v0.1.13
  Downloaded lock_api v0.4.12
  Downloaded smallvec v1.13.2
  Downloaded parking_lot_core v0.9.10
  Downloaded serde_derive v1.0.205
  Downloaded clap v4.5.15
  Downloaded ryu v1.0.18
  Downloaded proc-macro2 v1.0.86
  Downloaded once_cell v1.19.0
  Downloaded bitflags v2.6.0
  Downloaded serial_test v2.0.0
  Downloaded errno v0.3.9
  Downloaded tempfile v3.12.0
  Downloaded quote v1.0.36
  Downloaded pretty_assertions v1.4.0
  Downloaded indexmap v2.3.0
  Downloaded memchr v2.7.4
  Downloaded winnow v0.6.18
  Downloaded serde_json v1.0.122
  Downloaded hashbrown v0.14.5
  Downloaded clap_builder v4.5.15
  Downloaded toml_edit v0.22.20
  Downloaded parking_lot v0.12.3
  Downloaded serde v1.0.205
  Downloaded syn v2.0.85
  Downloaded rustix v0.38.34
  Downloaded libc v0.2.155
  Downloaded linux-raw-sys v0.4.14
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling serde v1.0.205
   Compiling hashbrown v0.14.5
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.155
   Compiling autocfg v1.3.0
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.5
   Compiling lock_api v0.4.12
   Compiling anstyle-query v1.1.1
   Compiling is_terminal_polyfill v1.70.1
   Compiling colorchoice v1.0.2
   Compiling anstyle v1.0.8
   Compiling quote v1.0.36
   Compiling equivalent v1.0.1
   Compiling rustix v0.38.34
   Compiling syn v2.0.85
   Compiling parking_lot_core v0.9.10
   Compiling once_cell v1.19.0
   Compiling anstream v0.6.15
   Compiling indexmap v2.3.0
   Compiling winnow v0.6.18
   Compiling linux-raw-sys v0.4.14
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.2
   Compiling scopeguard v1.2.0
   Compiling smallvec v1.13.2
   Compiling bitflags v2.6.0
   Compiling serde_json v1.0.122
   Compiling clap_builder v4.5.15
   Compiling itoa v1.0.11
   Compiling ryu v1.0.18
   Compiling memchr v2.7.4
   Compiling serde_derive v1.0.205
   Compiling cbindgen v0.29.0 (/var/pisi/cbindgen-0.29.0-36/work/cbindgen-0.29.0)
   Compiling fastrand v2.1.0
   Compiling tempfile v3.12.0
   Compiling clap v4.5.15
   Compiling log v0.4.22
   Compiling heck v0.5.0
   Compiling serial_test_derive v2.0.0
   Compiling parking_lot v0.12.3
   Compiling dashmap v5.5.3
   Compiling diff v0.1.13
   Compiling yansi v0.5.1
   Compiling lazy_static v1.5.0
   Compiling serial_test v2.0.0
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.7
   Compiling toml_edit v0.22.20
   Compiling toml v0.8.19
   Compiling pretty_assertions v1.4.0
warning: hiding a lifetime that's elided elsewhere is confusing
  --> src/bindgen/ir/cfg.rs:19:18
   |
19 |     fn load(key: &str) -> DefineKey {
   |                  ^^^^     --------- the same lifetime is hidden here
   |                  |
   |                  the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
19 |     fn load(key: &str) -> DefineKey<'_> {
   |                                    ++++

warning: `cbindgen` (lib test) generated 1 warning (1 duplicate)
warning: `cbindgen` (lib) generated 1 warning
warning: `cbindgen` (bin "cbindgen" test) generated 1 warning (1 duplicate)
warning: `cbindgen` (bin "cbindgen") generated 1 warning (1 duplicate)
    Finished `release` profile [optimized] target(s) in 1m 57s
   Compiling proc-macro2 v1.0.86
   Compiling quote v1.0.36
   Compiling syn v2.0.85
   Compiling serde_derive v1.0.205
   Compiling serial_test_derive v2.0.0
   Compiling serial_test v2.0.0
   Compiling serde v1.0.205
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.7
   Compiling toml_edit v0.22.20
   Compiling toml v0.8.19
   Compiling serde_json v1.0.122
   Compiling cbindgen v0.29.0 (/var/pisi/cbindgen-0.29.0-36/work/cbindgen-0.29.0)
warning: hiding a lifetime that's elided elsewhere is confusing
  --> src/bindgen/ir/cfg.rs:19:18
   |
19 |     fn load(key: &str) -> DefineKey {
   |                  ^^^^     --------- the same lifetime is hidden here
   |                  |
   |                  the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
19 |     fn load(key: &str) -> DefineKey<'_> {
   |                                    ++++

warning: `cbindgen` (lib test) generated 1 warning (1 duplicate)
warning: `cbindgen` (lib) generated 1 warning
warning: `cbindgen` (bin "cbindgen" test) generated 1 warning (1 duplicate)
warning: `cbindgen` (bin "cbindgen") generated 1 warning (1 duplicate)
    Finished `release` profile [optimized] target(s) in 1m 41s
     Running unittests src/lib.rs (target/release/deps/cbindgen-7c886f4a574f9102)
     Running unittests src/main.rs (target/release/deps/cbindgen-c11434b9174db2c1)
     Running tests/depfile.rs (target/release/deps/depfile-42d52c5349693f9a)
     Running tests/profile.rs (target/release/deps/profile-77361272fe4074af)
     Running tests/tests.rs (target/release/deps/tests-c3353ea3e0fe2be6)
   Doc-tests cbindgen