01KR253JM2JBE498NAFSSR41QD: build-and-test / illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR253VGAX0MP598AP9MT7ND4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T21:23:05.887Zjob assigned to worker 01KR25408Y28BYSEPXPAYQSK07 [factory aws, i-0535fb364fa8ddc00] (queued for 47 s)
 
22026-05-07T21:23:12.927Zstarting task 0: "setup"
32026-05-07T21:23:12.931Z++ uname -s
42026-05-07T21:23:12.934Z+ kern=SunOS
52026-05-07T21:23:12.935Z+ build_user=build
62026-05-07T21:23:12.935Z+ build_uid=12345
72026-05-07T21:23:12.935Z+ work_dir=/work
82026-05-07T21:23:12.935Z+ input_dir=/input
92026-05-07T21:23:12.935Z+ [[ 0 == 12345 ]]
102026-05-07T21:23:12.935Z+ case "$kern" in
112026-05-07T21:23:12.935Z+ groupadd -g 12345 build
122026-05-07T21:23:12.935Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T21:23:14.946Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T21:23:15.050Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T21:23:15.053Z+ home_fs=zfs
162026-05-07T21:23:15.054Z+ [[ zfs == autofs ]]
172026-05-07T21:23:15.054Z+ mkdir -p /home/build
182026-05-07T21:23:15.054Z+ chown build:build /home/build /work
192026-05-07T21:23:17.054Z+ chmod 0700 /home/build /work
202026-05-07T21:23:17.057Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-07T21:23:17.063Zstarting task 1: "rust-toolchain"
222026-05-07T21:23:17.067Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-07T21:23:17.067Z * rust toolchain channel = "stable"
242026-05-07T21:23:17.067Z * rust toolchain profile = "default"
252026-05-07T21:23:17.067Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T21:23:17.067Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T21:23:17.067Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T21:23:17.070Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T21:23:17.070Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-07T21:23:17.191Zinfo: downloading installer
312026-05-07T21:23:18.564Zwarn: It looks like you have an existing installation of Rust at:
322026-05-07T21:23:18.565Zwarn: /opt/ooce/bin
332026-05-07T21:23:18.565Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-07T21:23:18.565Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-07T21:23:18.565Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-07T21:23:18.565Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-07T21:23:18.565Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-07T21:23:18.565Zerror: cannot install while Rust is installed
392026-05-07T21:23:18.565Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-07T21:23:18.565Zwarn: It looks like you have an existing rustup settings file at:
412026-05-07T21:23:18.566Zwarn: /home/build/.rustup/settings.toml
422026-05-07T21:23:18.566Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-07T21:23:18.566Zwarn: instead of the one inferred from the default host triple.
442026-05-07T21:23:18.581Zinfo: profile set to default
452026-05-07T21:23:18.581Zinfo: default host triple is x86_64-unknown-illumos
462026-05-07T21:23:18.586Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-07T21:23:18.706Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-07T21:23:18.709Zinfo: downloading 6 components
492026-05-07T21:23:33.251Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-07T21:23:33.251Z
512026-05-07T21:23:33.281Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-07T21:23:33.281Z
532026-05-07T21:23:33.281Z
542026-05-07T21:23:33.281ZRust is installed now. Great!
552026-05-07T21:23:33.281Z
562026-05-07T21:23:33.281ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-07T21:23:33.281Zenvironment variable. This has not been done automatically.
582026-05-07T21:23:33.281Z
592026-05-07T21:23:33.281ZTo configure your current shell, you need to source
602026-05-07T21:23:33.281Zthe corresponding env file under $HOME/.cargo.
612026-05-07T21:23:33.281Z
622026-05-07T21:23:33.281ZThis is usually done by running one of the following (note the leading DOT):
632026-05-07T21:23:33.281Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-07T21:23:33.281Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-07T21:23:33.281Zsource "~/.cargo/env.nu" # For nushell
662026-05-07T21:23:33.281Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-07T21:23:33.284Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-07T21:23:33.284Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-07T21:23:33.284Zwarn: no default linker (`cc`) was found in your PATH
702026-05-07T21:23:33.284Zwarn: many Rust crates require a system C toolchain to build
712026-05-07T21:23:33.372Z+ rustup --version
722026-05-07T21:23:33.380Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-07T21:23:33.383Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-07T21:23:33.402Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-07T21:23:33.406Z+ cargo --version
762026-05-07T21:23:33.418Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-07T21:23:33.421Z+ rustc --version
782026-05-07T21:23:33.440Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-07T21:23:33.444Zprocess exited: duration 16376 ms, exit code 0
 
802026-05-07T21:23:33.451Zstarting task 2: "authentication"
812026-05-07T21:23:33.467Zprocess exited: duration 16 ms, exit code 0
 
822026-05-07T21:23:33.472Zstarting task 3: "clone repository"
832026-05-07T21:23:33.477Z+ mkdir -p /work/oxidecomputer/oxide.rs
842026-05-07T21:23:33.480Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
852026-05-07T21:23:33.535ZCloning into '/work/oxidecomputer/oxide.rs'...
862026-05-07T21:23:36.259Z+ cd /work/oxidecomputer/oxide.rs
872026-05-07T21:23:36.259Z+ git fetch origin c0ec49100ee4196f59e7106ce708a2ea6cb0642e
882026-05-07T21:23:36.509ZFrom https://github.com/oxidecomputer/oxide.rs
892026-05-07T21:23:36.509Z * branch c0ec49100ee4196f59e7106ce708a2ea6cb0642e -> FETCH_HEAD
902026-05-07T21:23:36.516Z+ [[ -n integration ]]
912026-05-07T21:23:36.519Z++ git branch --show-current
922026-05-07T21:23:36.519Z+ current=main
932026-05-07T21:23:36.519Z+ [[ main != integration ]]
942026-05-07T21:23:36.519Z+ git branch -f integration c0ec49100ee4196f59e7106ce708a2ea6cb0642e
952026-05-07T21:23:36.521Z+ git checkout -f integration
962026-05-07T21:23:36.547ZSwitched to branch 'integration'
972026-05-07T21:23:36.550Z+ git reset --hard c0ec49100ee4196f59e7106ce708a2ea6cb0642e
982026-05-07T21:23:36.582ZHEAD is now at c0ec491 Rebuilt with latest dependency updates
992026-05-07T21:23:36.585Zprocess exited: duration 3109 ms, exit code 0
 
1002026-05-07T21:23:36.590Zstarting task 4: "build"
1012026-05-07T21:23:36.593Z+ rustup show active-toolchain
1022026-05-07T21:23:36.599Zinfo: syncing channel updates for 1.89-x86_64-unknown-illumos
1032026-05-07T21:23:36.747Zinfo: latest update on 2025-08-07 for version 1.89.0 (29483883e 2025-08-04)
1042026-05-07T21:23:36.750Zinfo: downloading 6 components
1052026-05-07T21:23:52.873Z1.89-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/oxide.rs/rust-toolchain.toml')
1062026-05-07T21:23:52.964Z+ cargo --version
1072026-05-07T21:23:52.981Zcargo 1.89.0 (c24e10642 2025-06-23)
1082026-05-07T21:23:52.986Z+ rustc --version
1092026-05-07T21:23:53.012Zrustc 1.89.0 (29483883e 2025-08-04)
1102026-05-07T21:23:53.016Z+ banner build
1112026-05-07T21:23:53.020Z
1122026-05-07T21:23:53.020Z ##### # # # # #####
1132026-05-07T21:23:53.020Z # # # # # # # #
1142026-05-07T21:23:53.020Z ##### # # # # # #
1152026-05-07T21:23:53.020Z # # # # # # # #
1162026-05-07T21:23:53.020Z # # # # # # # #
1172026-05-07T21:23:53.020Z ##### #### # ###### #####
1182026-05-07T21:23:53.020Z
1192026-05-07T21:23:53.020Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1202026-05-07T21:23:53.104Z Updating crates.io index
1212026-05-07T21:23:53.136Z Updating git repository `https://github.com/oxidecomputer/thouart`
1222026-05-07T21:23:53.934Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1232026-05-07T21:23:58.177Z Downloading crates ...
1242026-05-07T21:23:58.230Z Downloaded anstyle v1.0.13
1252026-05-07T21:23:58.233Z Downloaded adler2 v2.0.1
1262026-05-07T21:23:58.240Z Downloaded anyhow v1.0.102
1272026-05-07T21:23:58.244Z Downloaded compression-core v0.4.31
1282026-05-07T21:23:58.247Z Downloaded cfg_aliases v0.2.1
1292026-05-07T21:23:58.247Z Downloaded built v0.8.0
1302026-05-07T21:23:58.254Z Downloaded cmake v0.1.57
1312026-05-07T21:23:58.257Z Downloaded console v0.16.2
1322026-05-07T21:23:58.263Z Downloaded aho-corasick v1.1.4
1332026-05-07T21:23:58.268Z Downloaded colored v3.1.1
1342026-05-07T21:23:58.272Z Downloaded num-conv v0.2.0
1352026-05-07T21:23:58.272Z Downloaded clap_lex v1.0.0
1362026-05-07T21:23:58.276Z Downloaded atomic v0.6.1
1372026-05-07T21:23:58.276Z Downloaded openssl-probe v0.2.1
1382026-05-07T21:23:58.276Z Downloaded openssl-sys v0.9.115
1392026-05-07T21:23:58.279Z Downloaded option-ext v0.2.0
1402026-05-07T21:23:58.281Z Downloaded openssl-macros v0.1.1
1412026-05-07T21:23:58.281Z Downloaded num_threads v0.1.7
1422026-05-07T21:23:58.281Z Downloaded num-integer v0.1.46
1432026-05-07T21:23:58.284Z Downloaded oauth2-reqwest v0.1.0-alpha.3
1442026-05-07T21:23:58.284Z Downloaded bumpalo v3.20.2
1452026-05-07T21:23:58.287Z Downloaded block-buffer v0.10.4
1462026-05-07T21:23:58.287Z Downloaded nu-ansi-term v0.50.3
1472026-05-07T21:23:58.290Z Downloaded bitflags v1.3.2
1482026-05-07T21:23:58.290Z Downloaded bitflags v2.11.0
1492026-05-07T21:23:58.293Z Downloaded ratatui-termwiz v0.1.0
1502026-05-07T21:23:58.295Z Downloaded async-lock v3.4.2
1512026-05-07T21:23:58.295Z Downloaded anstyle-parse v1.0.0
1522026-05-07T21:23:58.298Z Downloaded parking_lot_core v0.9.12
1532026-05-07T21:23:58.301Z Downloaded cpufeatures v0.2.17
1542026-05-07T21:23:58.301Z Downloaded dirs-sys v0.5.0
1552026-05-07T21:23:58.301Z Downloaded rand_core v0.6.4
1562026-05-07T21:23:58.304Z Downloaded predicates-core v1.0.10
1572026-05-07T21:23:58.304Z Downloaded darling_macro v0.23.0
1582026-05-07T21:23:58.304Z Downloaded async-stream v0.3.6
1592026-05-07T21:23:58.306Z Downloaded powerfmt v0.2.0
1602026-05-07T21:23:58.306Z Downloaded dialoguer v0.12.0
1612026-05-07T21:23:58.309Z Downloaded colorchoice v1.0.4
1622026-05-07T21:23:58.312Z Downloaded async-stream-impl v0.3.6
1632026-05-07T21:23:58.312Z Downloaded anstyle-query v1.1.5
1642026-05-07T21:23:58.312Z Downloaded predicates v3.1.4
1652026-05-07T21:23:58.315Z Downloaded debug-ignore v1.0.5
1662026-05-07T21:23:58.315Z Downloaded cfg-if v1.0.4
1672026-05-07T21:23:58.318Z Downloaded ppv-lite86 v0.2.21
1682026-05-07T21:23:58.318Z Downloaded pkg-config v0.3.32
1692026-05-07T21:23:58.320Z Downloaded ordered-float v4.6.0
1702026-05-07T21:23:58.321Z Downloaded atomicwrites v0.4.4
1712026-05-07T21:23:58.323Z Downloaded oid-registry v0.8.1
1722026-05-07T21:23:58.323Z Downloaded camino v1.2.2
1732026-05-07T21:23:58.323Z Downloaded async-object-pool v0.2.0
1742026-05-07T21:23:58.326Z Downloaded atomic-waker v1.1.2
1752026-05-07T21:23:58.328Z Downloaded assert-json-diff v2.0.2
1762026-05-07T21:23:58.329Z Downloaded bit-set v0.5.3
1772026-05-07T21:23:58.329Z Downloaded csscolorparser v0.6.2
1782026-05-07T21:23:58.331Z Downloaded convert_case v0.10.0
1792026-05-07T21:23:58.331Z Downloaded native-tls v0.2.18
1802026-05-07T21:23:58.334Z Downloaded asn1-rs-impl v0.2.0
1812026-05-07T21:23:58.337Z Downloaded errno v0.3.14
1822026-05-07T21:23:58.337Z Downloaded dyn-clone v1.0.20
1832026-05-07T21:23:58.337Z Downloaded asn1-rs-derive v0.6.0
1842026-05-07T21:23:58.340Z Downloaded rustc-hash v2.1.1
1852026-05-07T21:23:58.342Z Downloaded parking v2.2.1
1862026-05-07T21:23:58.342Z Downloaded rustfmt-wrapper v0.2.1
1872026-05-07T21:23:58.342Z Downloaded dirs-next v2.0.0
1882026-05-07T21:23:58.345Z Downloaded md5 v0.8.0
1892026-05-07T21:23:58.345Z Downloaded unicode-truncate v1.1.0
1902026-05-07T21:23:59.350Z Downloaded num-derive v0.4.2
1912026-05-07T21:23:59.350Z Downloaded progenitor-client v0.14.0
1922026-05-07T21:23:59.354Z Downloaded phf_shared v0.11.3
1932026-05-07T21:23:59.354Z Downloaded dunce v1.0.5
1942026-05-07T21:23:59.354Z Downloaded pin-utils v0.1.0
1952026-05-07T21:23:59.354Z Downloaded num-traits v0.2.19
1962026-05-07T21:23:59.354Z Downloaded equivalent v1.0.2
1972026-05-07T21:23:59.354Z Downloaded ratatui-macros v0.7.0
1982026-05-07T21:23:59.354Z Downloaded open v5.3.4
1992026-05-07T21:23:59.354Z Downloaded document-features v0.2.12
2002026-05-07T21:23:59.354Z Downloaded wezterm-blob-leases v0.1.1
2012026-05-07T21:23:59.354Z Downloaded difflib v0.4.0
2022026-05-07T21:23:59.354Z Downloaded dirs v6.0.0
2032026-05-07T21:23:59.354Z Downloaded phf_codegen v0.11.3
2042026-05-07T21:23:59.354Z Downloaded dirs-sys-next v0.1.2
2052026-05-07T21:23:59.354Z Downloaded bit-vec v0.6.3
2062026-05-07T21:23:59.354Z Downloaded concurrent-queue v2.5.0
2072026-05-07T21:23:59.354Z Downloaded rand_chacha v0.3.1
2082026-05-07T21:23:59.354Z Downloaded normalize-line-endings v0.3.0
2092026-05-07T21:23:59.354Z Downloaded digest v0.10.7
2102026-05-07T21:23:59.354Z Downloaded either v1.15.0
2112026-05-07T21:23:59.354Z Downloaded bytes v1.11.1
2122026-05-07T21:23:59.354Z Downloaded potential_utf v0.1.4
2132026-05-07T21:23:59.354Z Downloaded async-trait v0.1.89
2142026-05-07T21:23:59.354Z Downloaded castaway v0.2.4
2152026-05-07T21:23:59.354Z Downloaded generic-array v0.14.7
2162026-05-07T21:23:59.354Z Downloaded headers-core v0.3.0
2172026-05-07T21:23:59.354Z Downloaded ident_case v1.0.1
2182026-05-07T21:23:59.354Z Downloaded is-wsl v0.4.0
2192026-05-07T21:23:59.354Z Downloaded heck v0.5.0
2202026-05-07T21:23:59.354Z Downloaded itoa v1.0.17
2212026-05-07T21:23:59.354Z Downloaded newline-converter v0.3.0
2222026-05-07T21:23:59.354Z Downloaded lazy_static v1.5.0
2232026-05-07T21:23:59.354Z Downloaded scopeguard v1.2.0
2242026-05-07T21:23:59.354Z Downloaded percent-encoding v2.3.2
2252026-05-07T21:23:59.355Z Downloaded matchers v0.2.0
2262026-05-07T21:23:59.355Z Downloaded strsim v0.11.1
2272026-05-07T21:23:59.355Z Downloaded match_cfg v0.1.0
2282026-05-07T21:23:59.355Z Downloaded mac_address v1.1.8
2292026-05-07T21:23:59.355Z Downloaded crypto-common v0.1.7
2302026-05-07T21:23:59.355Z Downloaded rusticata-macros v4.1.0
2312026-05-07T21:23:59.355Z Downloaded phf_generator v0.11.3
2322026-05-07T21:23:59.355Z Downloaded env_filter v1.0.0
2332026-05-07T21:23:59.355Z Downloaded displaydoc v0.2.5
2342026-05-07T21:23:59.355Z Downloaded autocfg v1.5.0
2352026-05-07T21:23:59.355Z Downloaded event-listener-strategy v0.5.4
2362026-05-07T21:23:59.356Z Downloaded rustc_version v0.4.1
2372026-05-07T21:23:59.356Z Downloaded same-file v1.0.6
2382026-05-07T21:23:59.356Z Downloaded cassowary v0.3.0
2392026-05-07T21:23:59.356Z Downloaded env_logger v0.11.10
2402026-05-07T21:23:59.356Z Downloaded phf v0.11.3
2412026-05-07T21:23:59.356Z Downloaded rustls-native-certs v0.8.3
2422026-05-07T21:23:59.356Z Downloaded anstream v1.0.0
2432026-05-07T21:23:59.356Z Downloaded pathdiff v0.2.3
2442026-05-07T21:23:59.356Z Downloaded compression-codecs v0.4.37
2452026-05-07T21:23:59.356Z Downloaded take_mut v0.2.2
2462026-05-07T21:23:59.356Z Downloaded filedescriptor v0.8.3
2472026-05-07T21:23:59.356Z Downloaded erased-serde v0.3.31
2482026-05-07T21:23:59.356Z Downloaded byteorder v1.5.0
2492026-05-07T21:23:59.356Z Downloaded zeroize v1.8.2
2502026-05-07T21:23:59.356Z Downloaded rand_chacha v0.9.0
2512026-05-07T21:23:59.356Z Downloaded deranged v0.5.6
2522026-05-07T21:23:59.356Z Downloaded data-encoding v2.10.0
2532026-05-07T21:23:59.356Z Downloaded crc32fast v1.5.0
2542026-05-07T21:23:59.356Z Downloaded fastrand v2.3.0
2552026-05-07T21:23:59.356Z Downloaded clap v4.6.1
2562026-05-07T21:23:59.356Z Downloaded utf8parse v0.2.2
2572026-05-07T21:23:59.356Z Downloaded tower-layer v0.3.3
2582026-05-07T21:23:59.356Z Downloaded time-core v0.1.8
2592026-05-07T21:23:59.356Z Downloaded tracing-serde v0.2.0
2602026-05-07T21:23:59.356Z Downloaded version_check v0.9.5
2612026-05-07T21:23:59.357Z Downloaded termtree v0.5.1
2622026-05-07T21:23:59.357Z Downloaded wezterm-input-types v0.1.0
2632026-05-07T21:23:59.357Z Downloaded quote v1.0.45
2642026-05-07T21:23:59.357Z Downloaded oxnet v0.1.5
2652026-05-07T21:23:59.357Z Downloaded signal-hook-mio v0.2.5
2662026-05-07T21:23:59.357Z Downloaded rand_core v0.9.5
2672026-05-07T21:23:59.357Z Downloaded pem v3.0.6
2682026-05-07T21:23:59.357Z Downloaded form_urlencoded v1.2.2
2692026-05-07T21:23:59.357Z Downloaded httpdate v1.0.3
2702026-05-07T21:23:59.357Z Downloaded ratatui-crossterm v0.1.0
2712026-05-07T21:23:59.357Z Downloaded futures-task v0.3.32
2722026-05-07T21:23:59.357Z Downloaded path-tree v0.8.3
2732026-05-07T21:23:59.357Z Downloaded assert_cmd v2.2.1
2742026-05-07T21:23:59.357Z Downloaded hostname v0.3.1
2752026-05-07T21:23:59.357Z Downloaded rustversion v1.0.22
2762026-05-07T21:23:59.357Z Downloaded predicates-tree v1.0.13
2772026-05-07T21:23:59.357Z Downloaded multer v3.1.0
2782026-05-07T21:23:59.357Z Downloaded slog-async v2.8.0
2792026-05-07T21:23:59.357Z Downloaded darling v0.23.0
2802026-05-07T21:23:59.357Z Downloaded paste v1.0.15
2812026-05-07T21:23:59.357Z Downloaded bzip2 v0.6.1
2822026-05-07T21:23:59.357Z Downloaded vtparse v0.6.2
2832026-05-07T21:23:59.357Z Downloaded rustls-pemfile v2.2.0
2842026-05-07T21:23:59.357Z Downloaded clap_derive v4.6.1
2852026-05-07T21:23:59.357Z Downloaded console v0.15.11
2862026-05-07T21:23:59.357Z Downloaded yoke-derive v0.8.1
2872026-05-07T21:23:59.357Z Downloaded hostname v0.4.2
2882026-05-07T21:23:59.357Z Downloaded clap_complete v4.6.3
2892026-05-07T21:23:59.358Z Downloaded ipnetwork v0.21.1
2902026-05-07T21:23:59.358Z Downloaded phf_macros v0.11.3
2912026-05-07T21:23:59.358Z Downloaded quinn-udp v0.5.14
2922026-05-07T21:23:59.362Z Downloaded lab v0.11.0
2932026-05-07T21:23:59.362Z Downloaded allocator-api2 v0.2.21
2942026-05-07T21:23:59.362Z Downloaded home v0.5.12
2952026-05-07T21:23:59.362Z Downloaded idna_adapter v1.2.1
2962026-05-07T21:23:59.362Z Downloaded http-body-util v0.1.3
2972026-05-07T21:23:59.362Z Downloaded serde_spanned v1.1.0
2982026-05-07T21:23:59.362Z Downloaded http-body v1.0.1
2992026-05-07T21:23:59.362Z Downloaded find-msvc-tools v0.1.9
3002026-05-07T21:23:59.362Z Downloaded sync_wrapper v1.0.2
3012026-05-07T21:23:59.362Z Downloaded static_assertions v1.1.0
3022026-05-07T21:23:59.362Z Downloaded terminal_size v0.4.3
3032026-05-07T21:23:59.362Z Downloaded tracing-log v0.2.0
3042026-05-07T21:23:59.362Z Downloaded tokio-tungstenite v0.20.1
3052026-05-07T21:23:59.362Z Downloaded futures-sink v0.3.32
3062026-05-07T21:23:59.362Z Downloaded thread_local v1.1.9
3072026-05-07T21:23:59.362Z Downloaded tinyvec_macros v0.1.1
3082026-05-07T21:23:59.362Z Downloaded crossbeam-utils v0.8.21
3092026-05-07T21:23:59.363Z Downloaded serde_path_to_error v0.1.20
3102026-05-07T21:23:59.363Z Downloaded untrusted v0.9.0
3112026-05-07T21:23:59.363Z Downloaded fixedbitset v0.4.2
3122026-05-07T21:23:59.363Z Downloaded zmij v1.0.21
3132026-05-07T21:23:59.363Z Downloaded writeable v0.6.2
3142026-05-07T21:23:59.363Z Downloaded sha2 v0.10.9
3152026-05-07T21:23:59.363Z Downloaded once_cell v1.21.3
3162026-05-07T21:23:59.363Z Downloaded unit-prefix v0.5.2
3172026-05-07T21:23:59.363Z Downloaded zerofrom-derive v0.1.6
3182026-05-07T21:23:59.363Z Downloaded wezterm-color-types v0.3.0
3192026-05-07T21:23:59.363Z Downloaded rustls-pki-types v1.14.0
3202026-05-07T21:23:59.363Z Downloaded hex v0.4.3
3212026-05-07T21:23:59.363Z Downloaded want v0.3.1
3222026-05-07T21:23:59.363Z Downloaded parking_lot v0.12.5
3232026-05-07T21:23:59.363Z Downloaded bytemuck v1.25.0
3242026-05-07T21:23:59.363Z Downloaded pin-project-lite v0.2.16
3252026-05-07T21:23:59.363Z Downloaded pest_derive v2.8.6
3262026-05-07T21:23:59.363Z Downloaded diff v0.1.13
3272026-05-07T21:23:59.363Z Downloaded event-listener v5.4.1
3282026-05-07T21:23:59.363Z Downloaded fs_extra v1.3.0
3292026-05-07T21:23:59.363Z Downloaded is_terminal_polyfill v1.70.2
3302026-05-07T21:23:59.363Z Downloaded lru v0.12.5
3312026-05-07T21:23:59.363Z Downloaded proc-macro2 v1.0.106
3322026-05-07T21:23:59.364Z Downloaded rcgen v0.14.7
3332026-05-07T21:23:59.364Z Downloaded stringmetrics v2.2.2
3342026-05-07T21:23:59.364Z Downloaded lock_api v0.4.14
3352026-05-07T21:23:59.364Z Downloaded dropshot_endpoint v0.17.0
3362026-05-07T21:23:59.364Z Downloaded quinn v0.11.9
3372026-05-07T21:23:59.364Z Downloaded mime v0.3.17
3382026-05-07T21:23:59.364Z Downloaded memoffset v0.9.1
3392026-05-07T21:23:59.364Z Downloaded siphasher v1.0.2
3402026-05-07T21:23:59.364Z Downloaded memmem v0.1.1
3412026-05-07T21:23:59.364Z Downloaded httparse v1.10.1
3422026-05-07T21:23:59.364Z Downloaded slog-json v2.6.1
3432026-05-07T21:23:59.364Z Downloaded simd-adler32 v0.3.8
3442026-05-07T21:23:59.364Z Downloaded typify-macro v0.6.2
3452026-05-07T21:23:59.364Z Downloaded ipnet v2.11.0
3462026-05-07T21:23:59.364Z Downloaded foreign-types-shared v0.1.1
3472026-05-07T21:23:59.364Z Downloaded zerofrom v0.1.6
3482026-05-07T21:23:59.364Z Downloaded slog-term v2.9.2
3492026-05-07T21:23:59.364Z Downloaded thiserror v2.0.18
3502026-05-07T21:23:59.364Z Downloaded unicode-truncate v2.0.1
3512026-05-07T21:23:59.364Z Downloaded libbz2-rs-sys v0.2.2
3522026-05-07T21:23:59.364Z Downloaded futures-core v0.3.32
3532026-05-07T21:23:59.364Z Downloaded line-clipping v0.3.5
3542026-05-07T21:23:59.364Z Downloaded ryu v1.0.23
3552026-05-07T21:23:59.364Z Downloaded waitgroup v0.1.2
3562026-05-07T21:23:59.364Z Downloaded tokio-macros v2.7.0
3572026-05-07T21:23:59.364Z Downloaded slog-bunyan v2.5.0
3582026-05-07T21:23:59.364Z Downloaded base64 v0.22.1
3592026-05-07T21:23:59.365Z Downloaded humantime v2.3.0
3602026-05-07T21:23:59.365Z Downloaded compact_str v0.9.0
3612026-05-07T21:23:59.365Z Downloaded serde_spanned v0.6.9
3622026-05-07T21:23:59.365Z Downloaded pest_generator v2.8.6
3632026-05-07T21:23:59.365Z Downloaded compact_str v0.8.1
3642026-05-07T21:23:59.365Z Downloaded rustls-platform-verifier v0.7.0
3652026-05-07T21:23:59.365Z Downloaded lru v0.16.3
3662026-05-07T21:23:59.365Z Downloaded toml_parser v1.1.0+spec-1.1.0
3672026-05-07T21:23:59.365Z Downloaded wait-timeout v0.2.1
3682026-05-07T21:23:59.365Z Downloaded lru-slab v0.1.2
3692026-05-07T21:23:59.365Z Downloaded ratatui v0.30.0
3702026-05-07T21:23:59.365Z Downloaded strum v0.27.2
3712026-05-07T21:23:59.365Z Downloaded synstructure v0.13.2
3722026-05-07T21:23:59.365Z Downloaded termini v1.0.0
3732026-05-07T21:23:59.365Z Downloaded indoc v2.0.7
3742026-05-07T21:23:59.365Z Downloaded schemars v0.8.22
3752026-05-07T21:23:59.365Z Downloaded fnv v1.0.7
3762026-05-07T21:23:59.365Z Downloaded signal-hook v0.3.18
3772026-05-07T21:23:59.365Z Downloaded utf-8 v0.7.6
3782026-05-07T21:23:59.365Z Downloaded tempfile v3.27.0
3792026-05-07T21:23:59.365Z Downloaded tokio-rustls v0.25.0
3802026-05-07T21:23:59.365Z Downloaded tracing-attributes v0.1.31
3812026-05-07T21:23:59.365Z Downloaded toml_writer v1.1.0+spec-1.1.0
3822026-05-07T21:23:59.365Z Downloaded instability v0.3.11
3832026-05-07T21:23:59.365Z Downloaded futures-macro v0.3.32
3842026-05-07T21:23:59.365Z Downloaded smallvec v1.15.1
3852026-05-07T21:23:59.365Z Downloaded is-docker v0.2.0
3862026-05-07T21:23:59.365Z Downloaded unicode-ident v1.0.24
3872026-05-07T21:23:59.365Z Downloaded float-cmp v0.10.0
3882026-05-07T21:23:59.365Z Downloaded toolchain_find v0.4.0
3892026-05-07T21:23:59.365Z Downloaded toml v0.8.23
3902026-05-07T21:23:59.365Z Downloaded zopfli v0.8.3
3912026-05-07T21:23:59.365Z Downloaded der-parser v10.0.0
3922026-05-07T21:23:59.370Z Downloaded crossbeam-channel v0.5.15
3932026-05-07T21:23:59.370Z Downloaded is-terminal v0.4.17
3942026-05-07T21:23:59.370Z Downloaded futures-channel v0.3.32
3952026-05-07T21:23:59.370Z Downloaded serde_regex v1.1.0
3962026-05-07T21:23:59.370Z Downloaded futures-timer v3.0.3
3972026-05-07T21:23:59.370Z Downloaded shell-words v1.1.1
3982026-05-07T21:23:59.370Z Downloaded pretty_assertions v1.4.1
3992026-05-07T21:23:59.370Z Downloaded thiserror-impl v1.0.69
4002026-05-07T21:23:59.370Z Downloaded thiserror v1.0.69
4012026-05-07T21:23:59.370Z Downloaded cc v1.2.56
4022026-05-07T21:23:59.370Z Downloaded serde_tokenstream v0.2.3
4032026-05-07T21:23:59.370Z Downloaded pest_meta v2.8.6
4042026-05-07T21:23:59.370Z Downloaded strum_macros v0.26.4
4052026-05-07T21:23:59.371Z Downloaded derive_more v2.1.1
4062026-05-07T21:23:59.371Z Downloaded wezterm-dynamic-derive v0.1.1
4072026-05-07T21:23:59.371Z Downloaded toml_datetime v0.6.11
4082026-05-07T21:23:59.371Z Downloaded url v2.5.8
4092026-05-07T21:23:59.371Z Downloaded darling_core v0.23.0
4102026-05-07T21:23:59.371Z Downloaded walkdir v2.5.0
4112026-05-07T21:23:59.371Z Downloaded tabwriter v1.4.1
4122026-05-07T21:23:59.371Z Downloaded euclid v0.22.13
4132026-05-07T21:23:59.371Z Downloaded oauth2 v5.0.0
4142026-05-07T21:23:59.371Z Downloaded serde_urlencoded v0.7.1
4152026-05-07T21:23:59.371Z Downloaded stable_deref_trait v1.2.1
4162026-05-07T21:23:59.371Z Downloaded crossterm v0.28.1
4172026-05-07T21:23:59.371Z Downloaded futures-io v0.3.32
4182026-05-07T21:23:59.371Z Downloaded ucd-trie v0.1.7
4192026-05-07T21:23:59.371Z Downloaded litrs v1.0.0
4202026-05-07T21:23:59.371Z Downloaded tower-service v0.3.3
4212026-05-07T21:23:59.371Z Downloaded log v0.4.29
4222026-05-07T21:23:59.371Z Downloaded asn1-rs v0.7.1
4232026-05-07T21:23:59.371Z Downloaded support-bundle-viewer v0.1.2
4242026-05-07T21:23:59.371Z Downloaded tinyvec v1.10.0
4252026-05-07T21:23:59.371Z Downloaded num-bigint v0.4.6
4262026-05-07T21:23:59.371Z Downloaded futures-executor v0.3.32
4272026-05-07T21:23:59.371Z Downloaded zerovec-derive v0.11.2
4282026-05-07T21:23:59.371Z Downloaded foreign-types v0.3.2
4292026-05-07T21:23:59.371Z Downloaded hyper-rustls v0.27.7
4302026-05-07T21:23:59.371Z Downloaded hyper-tls v0.6.0
4312026-05-07T21:23:59.371Z Downloaded getrandom v0.2.17
4322026-05-07T21:23:59.371Z Downloaded wezterm-dynamic v0.2.1
4332026-05-07T21:23:59.371Z Downloaded utf8_iter v1.0.4
4342026-05-07T21:23:59.371Z Downloaded toml v1.1.0+spec-1.1.0
4352026-05-07T21:23:59.371Z Downloaded flume v0.12.0
4362026-05-07T21:23:59.371Z Downloaded indicatif v0.18.4
4372026-05-07T21:23:59.371Z Downloaded litemap v0.8.1
4382026-05-07T21:23:59.371Z Downloaded subtle v2.6.1
4392026-05-07T21:23:59.371Z Downloaded yoke v0.8.1
4402026-05-07T21:23:59.371Z Downloaded tungstenite v0.20.1
4412026-05-07T21:23:59.371Z Downloaded getrandom v0.3.4
4422026-05-07T21:23:59.371Z Downloaded try-lock v0.2.5
4432026-05-07T21:23:59.372Z Downloaded rustls-webpki v0.103.9
4442026-05-07T21:23:59.372Z Downloaded thiserror-impl v2.0.18
4452026-05-07T21:23:59.372Z Downloaded tokio-native-tls v0.3.1
4462026-05-07T21:23:59.372Z Downloaded fancy-regex v0.11.0
4472026-05-07T21:23:59.372Z Downloaded derive_more-impl v2.1.1
4482026-05-07T21:23:59.372Z Downloaded uuid v1.23.1
4492026-05-07T21:23:59.372Z Downloaded async-compression v0.4.41
4502026-05-07T21:23:59.372Z Downloaded toml_write v0.1.2
4512026-05-07T21:23:59.372Z Downloaded serde_derive_internals v0.29.1
4522026-05-07T21:23:59.372Z Downloaded clap_builder v4.6.0
4532026-05-07T21:23:59.372Z Downloaded shlex v1.3.0
4542026-05-07T21:23:59.372Z Downloaded semver v1.0.28
4552026-05-07T21:23:59.372Z Downloaded serde_core v1.0.228
4562026-05-07T21:23:59.372Z Downloaded icu_normalizer v2.1.1
4572026-05-07T21:23:59.372Z Downloaded foldhash v0.2.0
4582026-05-07T21:23:59.372Z Downloaded memchr v2.8.0
4592026-05-07T21:23:59.372Z Downloaded signal-hook-registry v1.4.8
4602026-05-07T21:23:59.372Z Downloaded socket2 v0.6.3
4612026-05-07T21:23:59.372Z Downloaded kasuari v0.4.11
4622026-05-07T21:23:59.372Z Downloaded termios v0.3.3
4632026-05-07T21:23:59.372Z Downloaded time-macros v0.2.27
4642026-05-07T21:23:59.372Z Downloaded terminfo v0.9.0
4652026-05-07T21:23:59.372Z Downloaded similar v2.7.0
4662026-05-07T21:23:59.372Z Downloaded sharded-slab v0.1.7
4672026-05-07T21:23:59.372Z Downloaded wezterm-bidi v0.2.3
4682026-05-07T21:23:59.372Z Downloaded strum_macros v0.27.2
4692026-05-07T21:23:59.372Z Downloaded strum v0.26.3
4702026-05-07T21:23:59.372Z Downloaded foldhash v0.1.5
4712026-05-07T21:23:59.372Z Downloaded sha1 v0.10.6
4722026-05-07T21:23:59.372Z Downloaded jobserver v0.1.34
4732026-05-07T21:23:59.372Z Downloaded term v1.2.1
4742026-05-07T21:23:59.372Z Downloaded slab v0.4.12
4752026-05-07T21:23:59.372Z Downloaded iana-time-zone v0.1.65
4762026-05-07T21:23:59.372Z Downloaded schemars_derive v0.8.22
4772026-05-07T21:23:59.372Z Downloaded rand v0.9.4
4782026-05-07T21:23:59.372Z Downloaded rand v0.8.5
4792026-05-07T21:23:59.372Z Downloaded finl_unicode v1.4.0
4802026-05-07T21:23:59.372Z Downloaded term v0.7.0
4812026-05-07T21:23:59.372Z Downloaded tracing-core v0.1.36
4822026-05-07T21:23:59.373Z Downloaded similar v3.1.0
4832026-05-07T21:23:59.373Z Downloaded zerotrie v0.2.3
4842026-05-07T21:23:59.373Z Downloaded minimal-lexical v0.2.1
4852026-05-07T21:23:59.373Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4862026-05-07T21:23:59.373Z Downloaded tokio-rustls v0.26.4
4872026-05-07T21:23:59.373Z Downloaded typenum v1.19.0
4882026-05-07T21:23:59.373Z Downloaded http v1.4.0
4892026-05-07T21:23:59.373Z Downloaded expectorate v1.2.0
4902026-05-07T21:23:59.373Z Downloaded icu_locale_core v2.1.1
4912026-05-07T21:23:59.373Z Downloaded headers v0.4.1
4922026-05-07T21:23:59.376Z Downloaded getrandom v0.4.1
4932026-05-07T21:23:59.376Z Downloaded toml_edit v0.22.27
4942026-05-07T21:23:59.376Z Downloaded toml_edit v0.25.8+spec-1.1.0
4952026-05-07T21:23:59.376Z Downloaded tinystr v0.8.2
4962026-05-07T21:23:59.376Z Downloaded typify v0.6.2
4972026-05-07T21:23:59.376Z Downloaded unicode-segmentation v1.12.0
4982026-05-07T21:23:59.376Z Downloaded miniz_oxide v0.8.9
4992026-05-07T21:23:59.376Z Downloaded spin v0.9.8
5002026-05-07T21:23:59.376Z Downloaded icu_normalizer_data v2.1.1
5012026-05-07T21:23:59.377Z Downloaded http v0.2.12
5022026-05-07T21:23:59.377Z Downloaded nom v7.1.3
5032026-05-07T21:23:59.377Z Downloaded yasna v0.5.2
5042026-05-07T21:23:59.377Z Downloaded zip v4.6.1
5052026-05-07T21:23:59.377Z Downloaded crossterm v0.29.0
5062026-05-07T21:23:59.377Z Downloaded slog v2.8.2
5072026-05-07T21:23:59.377Z Downloaded ratatui-core v0.1.0
5082026-05-07T21:23:59.377Z Downloaded icu_provider v2.1.1
5092026-05-07T21:23:59.377Z Downloaded icu_properties v2.1.2
5102026-05-07T21:23:59.377Z Downloaded serde_derive v1.0.228
5112026-05-07T21:23:59.377Z Downloaded serde v1.0.228
5122026-05-07T21:23:59.377Z Downloaded serde_json v1.0.149
5132026-05-07T21:23:59.377Z Downloaded futures v0.3.32
5142026-05-07T21:23:59.377Z Downloaded tower v0.5.3
5152026-05-07T21:23:59.377Z Downloaded yansi v1.0.1
5162026-05-07T21:23:59.378Z Downloaded hashbrown v0.16.1
5172026-05-07T21:23:59.378Z Downloaded pest v2.8.6
5182026-05-07T21:23:59.378Z Downloaded indexmap v2.14.0
5192026-05-07T21:23:59.378Z Downloaded itertools v0.14.0
5202026-05-07T21:23:59.378Z Downloaded hyper-util v0.1.20
5212026-05-07T21:23:59.378Z Downloaded winnow v0.7.14
5222026-05-07T21:23:59.378Z Downloaded openssl v0.10.79
5232026-05-07T21:23:59.378Z Downloaded aws-lc-rs v1.16.0
5242026-05-07T21:23:59.378Z Downloaded icu_collections v2.1.1
5252026-05-07T21:23:59.378Z Downloaded chrono v0.4.44
5262026-05-07T21:23:59.378Z Downloaded regex v1.12.3
5272026-05-07T21:23:59.378Z Downloaded idna v1.1.0
5282026-05-07T21:23:59.379Z Downloaded reqwest v0.13.3
5292026-05-07T21:23:59.379Z Downloaded git2 v0.20.4
5302026-05-07T21:23:59.379Z Downloaded hashbrown v0.17.0
5312026-05-07T21:23:59.379Z Downloaded time v0.3.47
5322026-05-07T21:23:59.379Z Downloaded futures-util v0.3.32
5332026-05-07T21:23:59.379Z Downloaded zerovec v0.11.5
5342026-05-07T21:23:59.379Z Downloaded zlib-rs v0.6.2
5352026-05-07T21:23:59.379Z Downloaded flate2 v1.1.9
5362026-05-07T21:23:59.379Z Downloaded tokio-util v0.7.18
5372026-05-07T21:23:59.379Z Downloaded itertools v0.13.0
5382026-05-07T21:23:59.379Z Downloaded vcpkg v0.2.15
5392026-05-07T21:23:59.379Z Downloaded tower-http v0.6.8
5402026-05-07T21:23:59.379Z Downloaded ratatui-widgets v0.3.0
5412026-05-07T21:23:59.379Z Downloaded x509-parser v0.18.1
5422026-05-07T21:23:59.379Z Downloaded syn v2.0.117
5432026-05-07T21:23:59.379Z Downloaded portable-atomic v1.13.1
5442026-05-07T21:23:59.379Z Downloaded icu_properties_data v2.1.2
5452026-05-07T21:23:59.379Z Downloaded hashbrown v0.15.5
5462026-05-07T21:23:59.379Z Downloaded rustls-webpki v0.102.8
5472026-05-07T21:23:59.379Z Downloaded iri-string v0.7.10
5482026-05-07T21:23:59.379Z Downloaded hyper v1.8.1
5492026-05-07T21:23:59.379Z Downloaded mio v1.2.0
5502026-05-07T21:23:59.379Z Downloaded dropshot v0.17.0
5512026-05-07T21:23:59.379Z Downloaded winnow v1.0.0
5522026-05-07T21:23:59.379Z Downloaded termwiz v0.23.3
5532026-05-07T21:23:59.379Z Downloaded typify-impl v0.6.2
5542026-05-07T21:23:59.379Z Downloaded bstr v1.12.1
5552026-05-07T21:23:59.379Z Downloaded tracing v0.1.44
5562026-05-07T21:23:59.379Z Downloaded h2 v0.4.13
5572026-05-07T21:23:59.379Z Downloaded nix v0.29.0
5582026-05-07T21:23:59.379Z Downloaded quinn-proto v0.11.14
5592026-05-07T21:23:59.379Z Downloaded jiff v0.2.23
5602026-05-07T21:23:59.379Z Downloaded syn v1.0.109
5612026-05-07T21:23:59.379Z Downloaded tracing-subscriber v0.3.23
5622026-05-07T21:23:59.379Z Downloaded zerocopy v0.8.39
5632026-05-07T21:23:59.379Z Downloaded unicode-width v0.1.14
5642026-05-07T21:23:59.379Z Downloaded regex-syntax v0.8.9
5652026-05-07T21:23:59.380Z Downloaded unicode-width v0.2.0
5662026-05-07T21:23:59.380Z Downloaded openapiv3 v2.2.0
5672026-05-07T21:23:59.380Z Downloaded rustls v0.22.4
5682026-05-07T21:23:59.380Z Downloaded regress v0.11.1
5692026-05-07T21:23:59.380Z Downloaded rustix v0.38.44
5702026-05-07T21:23:59.380Z Downloaded rustls v0.23.36
5712026-05-07T21:23:59.380Z Downloaded encoding_rs v0.8.35
5722026-05-07T21:23:59.383Z Downloaded rustix v1.1.4
5732026-05-07T21:23:59.420Z Downloaded deltae v0.3.2
5742026-05-07T21:23:59.429Z Downloaded ratatui v0.29.0
5752026-05-07T21:23:59.468Z Downloaded regex-automata v0.4.14
5762026-05-07T21:23:59.556Z Downloaded libc v0.2.186
5772026-05-07T21:23:59.610Z Downloaded libz-sys v1.1.23
5782026-05-07T21:23:59.620Z Downloaded tokio v1.52.2
5792026-05-07T21:23:59.785Z Downloaded ring v0.17.14
5802026-05-07T21:23:59.822Z Downloaded httpmock v0.8.3
5812026-05-07T21:23:59.849Z Downloaded libgit2-sys v0.18.3+1.9.2
5822026-05-07T21:23:59.942Z Downloaded aws-lc-sys v0.37.1
5832026-05-07T21:24:00.295Z Downloaded openssl-src v300.5.5+3.5.5
5842026-05-07T21:24:00.498Z Compiling proc-macro2 v1.0.106
5852026-05-07T21:24:00.498Z Compiling unicode-ident v1.0.24
5862026-05-07T21:24:00.498Z Compiling quote v1.0.45
5872026-05-07T21:24:00.498Z Compiling libc v0.2.186
5882026-05-07T21:24:00.501Z Compiling cfg-if v1.0.4
5892026-05-07T21:24:00.501Z Compiling serde_core v1.0.228
5902026-05-07T21:24:00.501Z Compiling serde v1.0.228
5912026-05-07T21:24:00.501Z Compiling itoa v1.0.17
5922026-05-07T21:24:00.651Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4a8da067dc6c39a2 -C extra-filename=-64c064b41d724635 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-64c064b41d724635 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5932026-05-07T21:24:00.651Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c8f6ff29ddc9588 -C extra-filename=-f9320a4531fff45d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5942026-05-07T21:24:00.651Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=44c78d4d19abd6b9 -C extra-filename=-d9a18bd499c868f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/quote-d9a18bd499c868f0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5952026-05-07T21:24:00.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=82c3e92fc2ebcc60 -C extra-filename=-3a6e0d3102a323d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-3a6e0d3102a323d3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5962026-05-07T21:24:00.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6a6afe7f016cdd5c -C extra-filename=-282195437034550d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_core-282195437034550d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5972026-05-07T21:24:00.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fce63bfca6a76049 -C extra-filename=-fd167211ac470bf9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-fd167211ac470bf9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5982026-05-07T21:24:00.658Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=9d23908166a5228b -C extra-filename=-90abc3ce3a927066 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5992026-05-07T21:24:00.658Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ebe8e43d1404a2e2 -C extra-filename=-40f6abe6a837325a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6002026-05-07T21:24:00.732Z Compiling memchr v2.8.0
6012026-05-07T21:24:00.735Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=85fd721d69f94280 -C extra-filename=-d583eedb3a9056da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6022026-05-07T21:24:00.764Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0247adc307e24258 -C extra-filename=-a652cf5db59df5ba --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-a652cf5db59df5ba -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6032026-05-07T21:24:00.867Z Compiling find-msvc-tools v0.1.9
6042026-05-07T21:24:00.870Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b51b80d00b96c501 -C extra-filename=-84a7ac007020a696 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6052026-05-07T21:24:01.109Z Compiling shlex v1.3.0
6062026-05-07T21:24:01.122Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=639961c06519d89c -C extra-filename=-4c426deee622f2f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6072026-05-07T21:24:01.147Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-a652cf5db59df5ba/build-script-build`
6082026-05-07T21:24:01.147Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-64c064b41d724635/build-script-build`
6092026-05-07T21:24:01.147Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/quote-d9a18bd499c868f0/build-script-build`
6102026-05-07T21:24:01.147Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-fd167211ac470bf9/build-script-build`
6112026-05-07T21:24:01.150Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-3a6e0d3102a323d3/build-script-build`
6122026-05-07T21:24:01.150Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_core-282195437034550d/build-script-build`
6132026-05-07T21:24:01.197Z Compiling log v0.4.29
6142026-05-07T21:24:01.200Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d9c4b5929a7b75df -C extra-filename=-5696a3d2578f56d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
6152026-05-07T21:24:01.200Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=6d3e8fcec38a437b -C extra-filename=-b0a0358820e63312 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6162026-05-07T21:24:01.219Z Compiling equivalent v1.0.2
6172026-05-07T21:24:01.222Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdb1d917bb567853 -C extra-filename=-fd4d969b8a89eb6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6182026-05-07T21:24:01.222Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e196566d718d6d0f -C extra-filename=-104f082aab67393c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
6192026-05-07T21:24:01.252Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=dbadca8cb8baeecd -C extra-filename=-c95ce30a441a12fd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6202026-05-07T21:24:01.292Z Compiling smallvec v1.15.1
6212026-05-07T21:24:01.295Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=05517b2de7e4958a -C extra-filename=-08ae2d39195e2e23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6222026-05-07T21:24:01.303Z Compiling pin-project-lite v0.2.16
6232026-05-07T21:24:01.314Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=517a60b08af3b9c2 -C extra-filename=-db49515d1868b269 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6242026-05-07T21:24:01.395Z Compiling once_cell v1.21.3
6252026-05-07T21:24:01.395Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=7a22016d7be2dc5f -C extra-filename=-b0dd4e19c05741bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6262026-05-07T21:24:01.406Z Compiling bitflags v2.11.0
6272026-05-07T21:24:01.410Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=640ae490efc4ca9d -C extra-filename=-a9ad292398f37ef2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6282026-05-07T21:24:01.430Z Compiling scopeguard v1.2.0
6292026-05-07T21:24:01.433Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=fa6abe68daf9a98f -C extra-filename=-e69ac6ca42573ac0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6302026-05-07T21:24:01.471Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=349137a3f7370a4c -C extra-filename=-2a821fb97aefd46d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
6312026-05-07T21:24:01.498Z Compiling futures-core v0.3.32
6322026-05-07T21:24:01.502Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=dfb5398ce4089bd0 -C extra-filename=-9f0143c5f1cdfa67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6332026-05-07T21:24:01.535Z Compiling jobserver v0.1.34
6342026-05-07T21:24:01.537Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=297bec52dab7099e -C extra-filename=-0234c634b6cf4572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-5696a3d2578f56d5.rmeta --cap-lints allow`
6352026-05-07T21:24:01.558Z Compiling lock_api v0.4.14
6362026-05-07T21:24:01.565Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=2343b4c56744f199 -C extra-filename=-0cccf076b0b9c9c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --cap-lints allow`
6372026-05-07T21:24:01.599Z Compiling stable_deref_trait v1.2.1
6382026-05-07T21:24:01.610Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=80f41a551a139fe8 -C extra-filename=-eca84a41bd55be14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6392026-05-07T21:24:01.637Z Compiling parking_lot_core v0.9.12
6402026-05-07T21:24:01.640Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=f5efc452e8d6268f -C extra-filename=-2c83940943979ed3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-2c83940943979ed3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6412026-05-07T21:24:01.648Z Compiling zmij v1.0.21
6422026-05-07T21:24:01.651Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9b0a1c0c1cf74c9a -C extra-filename=-5e939134eba60d61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/zmij-5e939134eba60d61 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6432026-05-07T21:24:01.672Z Compiling errno v0.3.14
6442026-05-07T21:24:01.675Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5b146b58b8868822 -C extra-filename=-db1d2f878255a30a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
6452026-05-07T21:24:01.736Z Compiling cc v1.2.56
6462026-05-07T21:24:01.742Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=ca0f518ba7d2d762 -C extra-filename=-74073075a87a8ce1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/oxide.rs/target/debug/deps/libfind_msvc_tools-84a7ac007020a696.rmeta --extern jobserver=/work/oxidecomputer/oxide.rs/target/debug/deps/libjobserver-0234c634b6cf4572.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-5696a3d2578f56d5.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-4c426deee622f2f4.rmeta --cap-lints allow`
6472026-05-07T21:24:01.779Z Compiling signal-hook-registry v1.4.8
6482026-05-07T21:24:01.779Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=418654eda6803bc7 -C extra-filename=-f8c4160b689cc3d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-db1d2f878255a30a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
6492026-05-07T21:24:01.816Z Compiling mio v1.2.0
6502026-05-07T21:24:01.827Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ec65f3282777f933 -C extra-filename=-226f1afb4f8cdceb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --cap-lints allow`
6512026-05-07T21:24:01.852Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ecdbd313e30f1bc1 -C extra-filename=-9f9b623513a2cad5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
6522026-05-07T21:24:01.907Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-2c83940943979ed3/build-script-build`
6532026-05-07T21:24:01.933Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=fd694f9c40dc16de -C extra-filename=-b48c5a3487ed6111 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --cap-lints allow --check-cfg 'cfg(tsan_enabled)'`
6542026-05-07T21:24:01.940Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/zmij-5e939134eba60d61/build-script-build`
6552026-05-07T21:24:01.983Z Compiling serde_json v1.0.149
6562026-05-07T21:24:01.995Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bfb5c22d2d632ca2 -C extra-filename=-d7251368ca886d1f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-d7251368ca886d1f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6572026-05-07T21:24:02.074Z Compiling syn v2.0.117
6582026-05-07T21:24:02.079Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d220c98b8facd5f5 -C extra-filename=-85f4fe3efc3c160f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
6592026-05-07T21:24:02.143Z Compiling parking_lot v0.12.5
6602026-05-07T21:24:02.146Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=2cdd94fc6beeb590 -C extra-filename=-39f34fc74e5d2ba5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-0cccf076b0b9c9c3.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-b48c5a3487ed6111.rmeta --cap-lints allow`
6612026-05-07T21:24:02.188Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=0aef36f50db004bf -C extra-filename=-d78ad92da934348a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
6622026-05-07T21:24:02.214Z Compiling heck v0.5.0
6632026-05-07T21:24:02.217Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-d7251368ca886d1f/build-script-build`
6642026-05-07T21:24:02.217Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26fec1702c207e86 -C extra-filename=-7604aee378eedcf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6652026-05-07T21:24:02.241Z Compiling litemap v0.8.1
6662026-05-07T21:24:02.244Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=50c20bd18da1c245 -C extra-filename=-e2edc967eef3733d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6672026-05-07T21:24:02.319Z Compiling writeable v0.6.2
6682026-05-07T21:24:02.330Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=87075499fd9e93be -C extra-filename=-2646de8c55751f3e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6692026-05-07T21:24:02.443Z Compiling autocfg v1.5.0
6702026-05-07T21:24:02.443Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a040eec2b3bce29 -C extra-filename=-f31f9deac62c9553 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6712026-05-07T21:24:02.469Z Compiling icu_normalizer_data v2.1.1
6722026-05-07T21:24:02.472Z Compiling hashbrown v0.17.0
6732026-05-07T21:24:02.472Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d11ce42a3d8c1e8 -C extra-filename=-0fbeb3b59047b61a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/icu_normalizer_data-0fbeb3b59047b61a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6742026-05-07T21:24:02.480Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=85f564151d6ef916 -C extra-filename=-9e0103bb7410fecd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6752026-05-07T21:24:02.508Z Compiling allocator-api2 v0.2.21
6762026-05-07T21:24:02.511Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=587b1889e62e8793 -C extra-filename=-f592bf411d23100b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6772026-05-07T21:24:02.537Z Compiling pkg-config v0.3.32
6782026-05-07T21:24:02.540Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5cf4843823cead3 -C extra-filename=-5e7851ef9a99027d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6792026-05-07T21:24:02.701Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/icu_normalizer_data-0fbeb3b59047b61a/build-script-build`
6802026-05-07T21:24:02.716Z Compiling socket2 v0.6.3
6812026-05-07T21:24:02.719Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b426fd1e47cf46a1 -C extra-filename=-bfbd8f67dfa7b152 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
6822026-05-07T21:24:02.797Z Compiling num-traits v0.2.19
6832026-05-07T21:24:02.800Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e9485d0a801a6155 -C extra-filename=-d47918b6bee399b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-d47918b6bee399b1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f31f9deac62c9553.rlib --cap-lints allow`
6842026-05-07T21:24:02.828Z Compiling futures-sink v0.3.32
6852026-05-07T21:24:02.855Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2f5f089e88a91e78 -C extra-filename=-698c930910116838 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6862026-05-07T21:24:02.947Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ce3a8cee5452b538 -C extra-filename=-0e1dc64dd806ad6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --extern zmij=/work/oxidecomputer/oxide.rs/target/debug/deps/libzmij-d78ad92da934348a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6872026-05-07T21:24:02.981Z Compiling indexmap v2.14.0
6882026-05-07T21:24:02.984Z Compiling icu_properties_data v2.1.2
6892026-05-07T21:24:02.984Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=f134cf39540e0202 -C extra-filename=-96c3495be7d6079a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-fd4d969b8a89eb6a.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-9e0103bb7410fecd.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
6902026-05-07T21:24:02.984Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6513327f0221c857 -C extra-filename=-cc6ed7fc516b18e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/icu_properties_data-cc6ed7fc516b18e9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6912026-05-07T21:24:03.014Z Compiling vcpkg v0.2.15
6922026-05-07T21:24:03.014Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36d963e75ad6fe2c -C extra-filename=-6281fc941cd90b2f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6932026-05-07T21:24:03.027Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-d47918b6bee399b1/build-script-build`
6942026-05-07T21:24:03.043Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4546ce101cba557 -C extra-filename=-492239e69f8f32bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(icu4c_enable_renaming)'`
6952026-05-07T21:24:03.115Z Compiling getrandom v0.4.1
6962026-05-07T21:24:03.119Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=ec0c4bca4a78fe45 -C extra-filename=-1a7bc656485816f1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/getrandom-1a7bc656485816f1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6972026-05-07T21:24:03.154Z Compiling version_check v0.9.5
6982026-05-07T21:24:03.164Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c28e89691289e8b -C extra-filename=-279c702c1642785a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6992026-05-07T21:24:03.188Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=002f46687e2198b1 -C extra-filename=-36f2de8c00ed0358 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
7002026-05-07T21:24:03.219Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/icu_properties_data-cc6ed7fc516b18e9/build-script-build`
7012026-05-07T21:24:03.234Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f8d9a6a02af746f -C extra-filename=-6b5784feca127a49 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(icu4c_enable_renaming)'`
7022026-05-07T21:24:03.363Z Compiling foldhash v0.2.0
7032026-05-07T21:24:03.366Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=19f3f9c95e1fd025 -C extra-filename=-be9eb60970e4cdd8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7042026-05-07T21:24:03.382Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-1a7bc656485816f1/build-script-build`
7052026-05-07T21:24:03.396Z Compiling zeroize v1.8.2
7062026-05-07T21:24:03.399Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=1d931863aad72983 -C extra-filename=-b0b4cb4cd55c5e66 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7072026-05-07T21:24:03.425Z Compiling slab v0.4.12
7082026-05-07T21:24:03.428Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=10b24dc06664c535 -C extra-filename=-bf358eb0d134ab2c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7092026-05-07T21:24:03.529Z Compiling thiserror v2.0.18
7102026-05-07T21:24:03.532Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f33e68a56923855c -C extra-filename=-50ca5cfc5f73def0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-50ca5cfc5f73def0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7112026-05-07T21:24:03.568Z Compiling hashbrown v0.16.1
7122026-05-07T21:24:03.571Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e1a6241980ab91e2 -C extra-filename=-a182aa3c457d9de1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f592bf411d23100b.rmeta --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-fd4d969b8a89eb6a.rmeta --extern foldhash=/work/oxidecomputer/oxide.rs/target/debug/deps/libfoldhash-be9eb60970e4cdd8.rmeta --cap-lints allow`
7132026-05-07T21:24:03.590Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=531fa73a7b851fc3 -C extra-filename=-18dd07f95251216a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
7142026-05-07T21:24:03.594Z Compiling futures-channel v0.3.32
7152026-05-07T21:24:03.594Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=c32d1ffbe1d3409e -C extra-filename=-55847976d7605ed5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --cap-lints allow`
7162026-05-07T21:24:03.603Z Compiling rustix v1.1.4
7172026-05-07T21:24:03.606Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=0f4914c955822e9a -C extra-filename=-2356f9fd874850ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-2356f9fd874850ce -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7182026-05-07T21:24:03.721Z Compiling futures-task v0.3.32
7192026-05-07T21:24:03.732Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=d20fc9b081f875fb -C extra-filename=-8899918ee085bb8f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7202026-05-07T21:24:03.763Z Compiling utf8_iter v1.0.4
7212026-05-07T21:24:03.766Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee5191ce9c473568 -C extra-filename=-aafb1e2c20606c87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7222026-05-07T21:24:03.812Z Compiling rustversion v1.0.22
7232026-05-07T21:24:03.815Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0887b1c9d7ba6e8 -C extra-filename=-73ec71bbba9d25f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-73ec71bbba9d25f3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7242026-05-07T21:24:03.889Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-50ca5cfc5f73def0/build-script-build`
7252026-05-07T21:24:03.892Z Compiling futures-io v0.3.32
7262026-05-07T21:24:03.895Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=e87c8c86f038e5e2 -C extra-filename=-62d6fc2a3c7604b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7272026-05-07T21:24:03.919Z Compiling rustls-pki-types v1.14.0
7282026-05-07T21:24:03.929Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=9f3003f9ff3efeff -C extra-filename=-b5ecc0ba3e9b859d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow`
7292026-05-07T21:24:03.962Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-2356f9fd874850ce/build-script-build`
7302026-05-07T21:24:04.044Z Compiling aho-corasick v1.1.4
7312026-05-07T21:24:04.050Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=b09004b1b9114490 -C extra-filename=-f01e46b8954cd580 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --cap-lints allow`
7322026-05-07T21:24:04.062Z Compiling iana-time-zone v0.1.65
7332026-05-07T21:24:04.065Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e9ec5f148f0c083c -C extra-filename=-fc23e9148e2ba1ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7342026-05-07T21:24:04.084Z Compiling regex-syntax v0.8.9
7352026-05-07T21:24:04.087Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=fc2300b8bf7539f2 -C extra-filename=-d0561dd54036db05 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7362026-05-07T21:24:04.127Z Compiling strsim v0.11.1
7372026-05-07T21:24:04.132Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea73f25ad7c82737 -C extra-filename=-035e5c55033c88e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7382026-05-07T21:24:04.180Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-73ec71bbba9d25f3/build-script-build`
7392026-05-07T21:24:04.183Z Compiling httparse v1.10.1
7402026-05-07T21:24:04.191Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e8b317fed1ccef4d -C extra-filename=-fe2175374c4b84f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-fe2175374c4b84f2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7412026-05-07T21:24:04.224Z Compiling percent-encoding v2.3.2
7422026-05-07T21:24:04.227Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=760c07b8c3d22eae -C extra-filename=-ca3ad674d77059ed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7432026-05-07T21:24:04.280Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c279ac013d77be5d -C extra-filename=-40baa5f1bb14d6d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
7442026-05-07T21:24:04.390Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c5a9988680d10898 -C extra-filename=-46d0dece2e3f6871 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-db1d2f878255a30a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
7452026-05-07T21:24:04.418Z Compiling cmake v0.1.57
7462026-05-07T21:24:04.422Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23b91de96841868f -C extra-filename=-dff784613af48db6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rmeta --cap-lints allow`
7472026-05-07T21:24:04.520Z Compiling tracing-core v0.1.36
7482026-05-07T21:24:04.523Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=c45622cdb4f0d13c -C extra-filename=-d699e3f0df3d10f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --cap-lints allow`
7492026-05-07T21:24:04.544Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-fe2175374c4b84f2/build-script-build`
7502026-05-07T21:24:04.589Z Compiling untrusted v0.9.0
7512026-05-07T21:24:04.601Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30b9466788f11549 -C extra-filename=-b7c7a853b2672c9d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7522026-05-07T21:24:04.730Z Compiling dunce v1.0.5
7532026-05-07T21:24:04.733Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd75bc73058b45e8 -C extra-filename=-c46bb209d18f2451 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7542026-05-07T21:24:04.832Z Compiling ryu v1.0.23
7552026-05-07T21:24:04.836Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=08e2b2f9f502f701 -C extra-filename=-fead8f24f6d0f84a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7562026-05-07T21:24:04.844Z Compiling fs_extra v1.3.0
7572026-05-07T21:24:04.847Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf6f48633d61ef03 -C extra-filename=-ade1543a01a51ab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7582026-05-07T21:24:04.957Z Compiling synstructure v0.13.2
7592026-05-07T21:24:04.960Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4d8bc1748812b76a -C extra-filename=-f36856a54a4c63c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rmeta --cap-lints allow`
7602026-05-07T21:24:05.021Z Compiling serde_derive_internals v0.29.1
7612026-05-07T21:24:05.033Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5043aac0e278d245 -C extra-filename=-8b3dd575cf340e17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rmeta --cap-lints allow`
7622026-05-07T21:24:05.101Z Compiling fnv v1.0.7
7632026-05-07T21:24:05.104Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d601f36a5cf065e -C extra-filename=-18df4cfff4f53187 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7642026-05-07T21:24:05.175Z Compiling dyn-clone v1.0.20
7652026-05-07T21:24:05.178Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6c207ac55b7a300 -C extra-filename=-14839cec91d43143 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7662026-05-07T21:24:05.201Z Compiling zerocopy v0.8.39
7672026-05-07T21:24:05.204Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.39/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f10be2e494b3f4e0 -C extra-filename=-d5223aed0a4f2007 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/zerocopy-d5223aed0a4f2007 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7682026-05-07T21:24:05.322Z Compiling typenum v1.19.0
7692026-05-07T21:24:05.325Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=ea222b96b813c2ad -C extra-filename=-af13fad91985b187 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-af13fad91985b187 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7702026-05-07T21:24:05.465Z Compiling aws-lc-sys v0.37.1
7712026-05-07T21:24:05.468Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.1/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=619e64f690325dca -C extra-filename=-675c02205ba86a1f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-675c02205ba86a1f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rlib --extern cmake=/work/oxidecomputer/oxide.rs/target/debug/deps/libcmake-dff784613af48db6.rlib --extern dunce=/work/oxidecomputer/oxide.rs/target/debug/deps/libdunce-c46bb209d18f2451.rlib --extern fs_extra=/work/oxidecomputer/oxide.rs/target/debug/deps/libfs_extra-ade1543a01a51ab8.rlib --cap-lints allow`
7722026-05-07T21:24:05.604Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/zerocopy-d5223aed0a4f2007/build-script-build`
7732026-05-07T21:24:05.649Z Compiling regex-automata v0.4.14
7742026-05-07T21:24:05.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=288dba864e6dfb72 -C extra-filename=-ba3033ed53e26e74 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-f01e46b8954cd580.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-d0561dd54036db05.rmeta --cap-lints allow`
7752026-05-07T21:24:05.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=97c2ef03e0f893d0 -C extra-filename=-5d5a101265e55818 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
7762026-05-07T21:24:05.689Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-af13fad91985b187/build-script-build`
7772026-05-07T21:24:05.710Z Compiling generic-array v0.14.7
7782026-05-07T21:24:05.722Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=492c18ba6f51261e -C extra-filename=-5b1643c241993cb1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-5b1643c241993cb1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
7792026-05-07T21:24:05.782Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b821460400184cce -C extra-filename=-eb55003757fbe253 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7802026-05-07T21:24:05.945Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-5b1643c241993cb1/build-script-build`
7812026-05-07T21:24:05.981Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=6c58a5656c35982d -C extra-filename=-fc661aa9f9ef15de --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
7822026-05-07T21:24:05.989Z Compiling openssl-src v300.5.5+3.5.5
7832026-05-07T21:24:05.992Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.5.5+3.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="legacy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "no-dso", "seed", "ssl3", "weak-crypto"))' -C metadata=806d2ebf9ec119a5 -C extra-filename=-530dde0c0e1022a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rmeta --cap-lints allow`
7842026-05-07T21:24:06.150Z Compiling serde_derive v1.0.228
7852026-05-07T21:24:06.153Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=6546bb3864316d7e -C extra-filename=-c3052285a8ea0456 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
7862026-05-07T21:24:06.178Z Compiling zerofrom-derive v0.1.6
7872026-05-07T21:24:06.189Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=619ede0e9e2d008e -C extra-filename=-4a43bfa0330a4fab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-f36856a54a4c63c5.rlib --extern proc_macro --cap-lints allow`
7882026-05-07T21:24:06.246Z Compiling yoke-derive v0.8.1
7892026-05-07T21:24:06.249Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3236f6b3f0c52c3 -C extra-filename=-326443418c7b3d49 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-f36856a54a4c63c5.rlib --extern proc_macro --cap-lints allow`
7902026-05-07T21:24:06.279Z Compiling zerovec-derive v0.11.2
7912026-05-07T21:24:06.282Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5d2de8f04a058f8 -C extra-filename=-3260ffbd86fbb7bc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
7922026-05-07T21:24:06.353Z Compiling displaydoc v0.2.5
7932026-05-07T21:24:06.358Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f0d9376d211497c -C extra-filename=-6cb48172a736c702 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
7942026-05-07T21:24:06.869Z Compiling tokio-macros v2.7.0
7952026-05-07T21:24:06.872Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9130188e60eb819 -C extra-filename=-a0bc64f50a10af18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
7962026-05-07T21:24:07.161Z Compiling thiserror-impl v2.0.18
7972026-05-07T21:24:07.164Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84adcf429320bf15 -C extra-filename=-2de38e4dbeef1c21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
7982026-05-07T21:24:07.343Z Compiling futures-macro v0.3.32
7992026-05-07T21:24:07.347Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f21ec143092cb8b6 -C extra-filename=-351875be6ceffbf6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
8002026-05-07T21:24:07.433Z Compiling zerofrom v0.1.6
8012026-05-07T21:24:07.433Z Compiling schemars_derive v0.8.22
8022026-05-07T21:24:07.436Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=bf283ddc9c32e3bd -C extra-filename=-8d671f73c05d5310 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom_derive-4a43bfa0330a4fab.so --cap-lints allow`
8032026-05-07T21:24:07.436Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d85764975de380b3 -C extra-filename=-788daa662b56a774 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-8b3dd575cf340e17.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
8042026-05-07T21:24:07.564Z Compiling yoke v0.8.1
8052026-05-07T21:24:07.568Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=982d5d6ceac4a063 -C extra-filename=-a74c3b6530236f58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libstable_deref_trait-eca84a41bd55be14.rmeta --extern yoke_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke_derive-326443418c7b3d49.so --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-8d671f73c05d5310.rmeta --cap-lints allow`
8062026-05-07T21:24:07.650Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-675c02205ba86a1f/build-script-main`
8072026-05-07T21:24:07.746Z Compiling zerovec v0.11.5
8082026-05-07T21:24:07.749Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=b55cf5c8af56dfc7 -C extra-filename=-0fab53bd65c03349 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a74c3b6530236f58.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-8d671f73c05d5310.rmeta --extern zerovec_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec_derive-3260ffbd86fbb7bc.so --cap-lints allow`
8092026-05-07T21:24:08.180Z Compiling tinystr v0.8.2
8102026-05-07T21:24:08.183Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=5f9a5f9252f96dee -C extra-filename=-729baa9506d45ea4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-6cb48172a736c702.so --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8112026-05-07T21:24:08.231Z Compiling potential_utf v0.1.4
8122026-05-07T21:24:08.234Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=c26c85fee4661c33 -C extra-filename=-afdac21cfc104d6e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8132026-05-07T21:24:08.381Z Compiling icu_locale_core v2.1.1
8142026-05-07T21:24:08.384Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=c938836b889f625e -C extra-filename=-0bb6db8be667b00e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-6cb48172a736c702.so --extern litemap=/work/oxidecomputer/oxide.rs/target/debug/deps/liblitemap-e2edc967eef3733d.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-729baa9506d45ea4.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-2646de8c55751f3e.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8152026-05-07T21:24:08.394Z Compiling zerotrie v0.2.3
8162026-05-07T21:24:08.397Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=8415c0d227547925 -C extra-filename=-111da31a09e909f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-6cb48172a736c702.so --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a74c3b6530236f58.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-8d671f73c05d5310.rmeta --cap-lints allow`
8172026-05-07T21:24:08.397Z Compiling icu_collections v2.1.1
8182026-05-07T21:24:08.405Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=8084b35905f3ddce -C extra-filename=-ebf4449b9006fede --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-6cb48172a736c702.so --extern potential_utf=/work/oxidecomputer/oxide.rs/target/debug/deps/libpotential_utf-afdac21cfc104d6e.rmeta --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a74c3b6530236f58.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-8d671f73c05d5310.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8192026-05-07T21:24:08.642Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ae6b8ac2117ee688 -C extra-filename=-bfabec3e6c469a4d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-2de38e4dbeef1c21.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8202026-05-07T21:24:08.685Z Compiling futures-util v0.3.32
8212026-05-07T21:24:08.688Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=196e1b2a776b74e2 -C extra-filename=-035c7630c42646b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-55847976d7605ed5.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-62d6fc2a3c7604b2.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-351875be6ceffbf6.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-8899918ee085bb8f.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-bf358eb0d134ab2c.rmeta --cap-lints allow`
8222026-05-07T21:24:08.745Z Compiling tracing-attributes v0.1.31
8232026-05-07T21:24:08.748Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b2a46260f94bf743 -C extra-filename=-10bd297f1adc979b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
8242026-05-07T21:24:08.911Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=4d3cc46fff9a11d4 -C extra-filename=-460b91b9ae30fa27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-c3052285a8ea0456.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
8252026-05-07T21:24:08.923Z Compiling base64 v0.22.1
8262026-05-07T21:24:08.925Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b1895363a2183de6 -C extra-filename=-fc5b037c24c23339 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8272026-05-07T21:24:08.981Z Compiling icu_provider v2.1.1
8282026-05-07T21:24:08.984Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=22ea432d87d629b6 -C extra-filename=-c9ffb9656ffc77f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-6cb48172a736c702.so --extern icu_locale_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locale_core-0bb6db8be667b00e.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-2646de8c55751f3e.rmeta --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a74c3b6530236f58.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-8d671f73c05d5310.rmeta --extern zerotrie=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerotrie-111da31a09e909f3.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8292026-05-07T21:24:09.252Z Compiling icu_properties v2.1.2
8302026-05-07T21:24:09.255Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=54deeb3d93d48255 -C extra-filename=-c94ba1876c16f898 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-ebf4449b9006fede.rmeta --extern icu_locale_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locale_core-0bb6db8be667b00e.rmeta --extern icu_properties_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties_data-6b5784feca127a49.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-c9ffb9656ffc77f4.rmeta --extern zerotrie=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerotrie-111da31a09e909f3.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8312026-05-07T21:24:09.273Z Compiling schemars v0.8.22
8322026-05-07T21:24:09.276Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=4931427dfa84a748 -C extra-filename=-820f6dc404cc1a34 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-820f6dc404cc1a34 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8332026-05-07T21:24:09.312Z Compiling icu_normalizer v2.1.1
8342026-05-07T21:24:09.316Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=66d6b043e9886b48 -C extra-filename=-762400acc752fbce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-ebf4449b9006fede.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-492239e69f8f32bb.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-c9ffb9656ffc77f4.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
8352026-05-07T21:24:09.412Z Compiling bytes v1.11.1
8362026-05-07T21:24:09.414Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=764961b464a4bf9b -C extra-filename=-942884d1fd5b404c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
8372026-05-07T21:24:09.516Z Compiling chrono v0.4.44
8382026-05-07T21:24:09.519Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=3196e3b518592043 -C extra-filename=-0ec125c01522b302 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/oxide.rs/target/debug/deps/libiana_time_zone-fc23e9148e2ba1ea.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-36f2de8c00ed0358.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
8392026-05-07T21:24:09.940Z Compiling http v1.4.0
8402026-05-07T21:24:09.951Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3264cb1d562953ad -C extra-filename=-57cb83c2285a14b8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --cap-lints allow`
8412026-05-07T21:24:10.007Z Compiling tokio v1.52.2
8422026-05-07T21:24:10.010Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3a43b55256b23c71 -C extra-filename=-dc2f732860f54b82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-226f1afb4f8cdceb.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-39f34fc74e5d2ba5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-f8c4160b689cc3d1.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-bfbd8f67dfa7b152.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-a0bc64f50a10af18.so --cap-lints allow`
8432026-05-07T21:24:10.122Z Compiling tracing v0.1.44
8442026-05-07T21:24:10.125Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=ebb8ab1435afe962 -C extra-filename=-88588ef2151252b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-10bd297f1adc979b.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-d699e3f0df3d10f6.rmeta --cap-lints allow`
8452026-05-07T21:24:10.393Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-820f6dc404cc1a34/build-script-build`
8462026-05-07T21:24:10.408Z Compiling ppv-lite86 v0.2.21
8472026-05-07T21:24:10.412Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=0852f9cd614d6a07 -C extra-filename=-a39ba62fd6b763de --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-fc661aa9f9ef15de.rmeta --cap-lints allow`
8482026-05-07T21:24:10.443Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=393f193e65c9cc74 -C extra-filename=-9235f6eb60aba0c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-eb55003757fbe253.rmeta --cap-lints allow --cfg relaxed_coherence`
8492026-05-07T21:24:10.657Z Compiling http-body v1.0.1
8502026-05-07T21:24:10.660Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c2bd97baa63cc23 -C extra-filename=-ee7e6804875e1924 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --cap-lints allow`
8512026-05-07T21:24:10.728Z Compiling openssl-sys v0.9.115
8522026-05-07T21:24:10.731Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=e9f22e6db1a82dfb -C extra-filename=-151db8a792027d53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-151db8a792027d53 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-530dde0c0e1022a9.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-5e7851ef9a99027d.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-6281fc941cd90b2f.rlib --cap-lints allow`
8532026-05-07T21:24:10.812Z Compiling form_urlencoded v1.2.2
8542026-05-07T21:24:10.815Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ae033c4acbe527e0 -C extra-filename=-4ca3d9262fd88358 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --cap-lints allow`
8552026-05-07T21:24:10.913Z Compiling uuid v1.23.1
8562026-05-07T21:24:10.917Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=8666565fb4e8068d -C extra-filename=-923fdc7e119d2f86 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-18dd07f95251216a.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
8572026-05-07T21:24:10.926Z Compiling unicode-width v0.2.0
8582026-05-07T21:24:10.929Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=14300fd6b2d29b02 -C extra-filename=-8ac1573f57976031 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8592026-05-07T21:24:10.992Z Compiling aws-lc-rs v1.16.0
8602026-05-07T21:24:10.995Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=c0cf029d0347c52e -C extra-filename=-ac12ea17aa38593f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-rs-ac12ea17aa38593f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8612026-05-07T21:24:11.045Z Compiling atomic-waker v1.1.2
8622026-05-07T21:24:11.048Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=25ee5c6d67f0ef8d -C extra-filename=-d36c451642539470 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8632026-05-07T21:24:11.057Z Compiling idna_adapter v1.2.1
8642026-05-07T21:24:11.060Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=cde9f877a61a1f90 -C extra-filename=-f5b683225add6eee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer-762400acc752fbce.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c94ba1876c16f898.rmeta --cap-lints allow`
8652026-05-07T21:24:11.169Z Compiling regex v1.12.3
8662026-05-07T21:24:11.173Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=824c38ff0412eddb -C extra-filename=-f96d73d393ceb7be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-f01e46b8954cd580.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ba3033ed53e26e74.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-d0561dd54036db05.rmeta --cap-lints allow`
8672026-05-07T21:24:11.191Z Compiling try-lock v0.2.5
8682026-05-07T21:24:11.194Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e16b22bad727f92e -C extra-filename=-eb351ce5905e43f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-14839cec91d43143.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-788daa662b56a774.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8692026-05-07T21:24:11.194Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a44c67fa917de2b4 -C extra-filename=-91023532361450e3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8702026-05-07T21:24:11.296Z Compiling tower-service v0.3.3
8712026-05-07T21:24:11.299Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78283ee539a2ddc1 -C extra-filename=-24a75a130f41be1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8722026-05-07T21:24:11.299Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-151db8a792027d53/build-script-main`
8732026-05-07T21:24:11.318Z Compiling subtle v2.6.1
8742026-05-07T21:24:11.322Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=3eee3ba0b575b5c6 -C extra-filename=-843cd54bf319c7ee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8752026-05-07T21:24:11.330Z Compiling anstyle v1.0.13
8762026-05-07T21:24:11.333Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cbd26460caea0e6e -C extra-filename=-58c5217469529b0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8772026-05-07T21:24:11.386Z Compiling tower-layer v0.3.3
8782026-05-07T21:24:11.389Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=655e3d3da34c77fb -C extra-filename=-73a6807350cbf9f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8792026-05-07T21:24:11.474Z Compiling httpdate v1.0.3
8802026-05-07T21:24:11.477Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=823366003da12dfd -C extra-filename=-3f66c5c2f6362c78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8812026-05-07T21:24:11.546Z Compiling want v0.3.1
8822026-05-07T21:24:11.549Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb17e2ef08568ee4 -C extra-filename=-3f57a6b10615a08d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern try_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libtry_lock-91023532361450e3.rmeta --cap-lints allow`
8832026-05-07T21:24:11.558Z Compiling idna v1.1.0
8842026-05-07T21:24:11.562Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=b46c5fac7301237a -C extra-filename=-cb61839286d2bff6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern idna_adapter=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna_adapter-f5b683225add6eee.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --cap-lints allow`
8852026-05-07T21:24:11.633Z Compiling crypto-common v0.1.7
8862026-05-07T21:24:11.684Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=933337b9520d8ba0 -C extra-filename=-d9b6da25ee47feb9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-9235f6eb60aba0c2.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-eb55003757fbe253.rmeta --cap-lints allow`
8872026-05-07T21:24:11.701Z Compiling block-buffer v0.10.4
8882026-05-07T21:24:11.704Z Compiling pin-utils v0.1.0
8892026-05-07T21:24:11.704Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=256882eee76bee2e -C extra-filename=-6804938e00adce98 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-9235f6eb60aba0c2.rmeta --cap-lints allow`
8902026-05-07T21:24:11.704Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0031466a4d4db79c -C extra-filename=-c328a97786132641 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8912026-05-07T21:24:11.749Z Compiling unicode-segmentation v1.12.0
8922026-05-07T21:24:11.754Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=1c8e9ac5e403c2c2 -C extra-filename=-af7a42a4208d5788 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8932026-05-07T21:24:11.777Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=ba7c9d0980efc931 -C extra-filename=-8c9bf44c8b569391 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_core-8c9bf44c8b569391 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8942026-05-07T21:24:11.830Z Compiling url v2.5.8
8952026-05-07T21:24:11.833Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7fca7122b17bf87a -C extra-filename=-cf9b272bf43c804f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-cb61839286d2bff6.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-c3052285a8ea0456.so --cap-lints allow`
8962026-05-07T21:24:12.096Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_core-8c9bf44c8b569391/build-script-build`
8972026-05-07T21:24:12.135Z Compiling digest v0.10.7
8982026-05-07T21:24:12.138Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=739031cfa410433a -C extra-filename=-d41529ae4e5726a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-6804938e00adce98.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-d9b6da25ee47feb9.rmeta --cap-lints allow`
8992026-05-07T21:24:12.146Z Compiling getrandom v0.2.17
9002026-05-07T21:24:12.149Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=ed0bd89af90a34b9 -C extra-filename=-47549ad8a79a58be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
9012026-05-07T21:24:12.292Z Compiling cpufeatures v0.2.17
9022026-05-07T21:24:12.295Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1c891aaa267919 -C extra-filename=-6c39459d2eafe9cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9032026-05-07T21:24:12.315Z Compiling openssl v0.10.79
9042026-05-07T21:24:12.318Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2d8e09c830757c75 -C extra-filename=-de16239a6c49bbc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-de16239a6c49bbc2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9052026-05-07T21:24:12.328Z Compiling foreign-types-shared v0.1.1
9062026-05-07T21:24:12.330Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b67aab22f3512ac0 -C extra-filename=-8fc90143fd5c54bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9072026-05-07T21:24:12.361Z Compiling fastrand v2.3.0
9082026-05-07T21:24:12.364Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="js"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=05014d01894db822 -C extra-filename=-107dac6be3f3f76f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9092026-05-07T21:24:12.406Z Compiling rustls v0.23.36
9102026-05-07T21:24:12.409Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=bb5b6bb9b774d0b5 -C extra-filename=-c1229d751761c79d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-c1229d751761c79d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9112026-05-07T21:24:12.583Z Compiling utf8parse v0.2.2
9122026-05-07T21:24:12.595Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=c8efe708babeb985 -C extra-filename=-2570bee86147da4a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9132026-05-07T21:24:12.607Z Compiling ipnet v2.11.0
9142026-05-07T21:24:12.610Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=38787f0f773746b6 -C extra-filename=-dccf304242a7cfb3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9152026-05-07T21:24:12.619Z Compiling openssl-probe v0.2.1
9162026-05-07T21:24:12.622Z Compiling crossbeam-utils v0.8.21
9172026-05-07T21:24:12.622Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc75f0a5fb348088 -C extra-filename=-7c6d84e7b9f7ec58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9182026-05-07T21:24:12.622Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f9273ff8304252c7 -C extra-filename=-6564eb14ba3b7e33 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-6564eb14ba3b7e33 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9192026-05-07T21:24:12.685Z Compiling anstyle-parse v1.0.0
9202026-05-07T21:24:12.685Z Compiling foreign-types v0.3.2
9212026-05-07T21:24:12.688Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=d68dc8f8dd301dc1 -C extra-filename=-c9d910d00f439c67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-2570bee86147da4a.rmeta --cap-lints allow`
9222026-05-07T21:24:12.697Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea1eecc019dc215e -C extra-filename=-188fe77998a297dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types_shared-8fc90143fd5c54bd.rmeta --cap-lints allow`
9232026-05-07T21:24:12.762Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=7d89dba3182478fa -C extra-filename=-323548e2fc1e4ff0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
9242026-05-07T21:24:12.794Z Compiling openssl-macros v0.1.1
9252026-05-07T21:24:12.800Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7290f3e8381887d7 -C extra-filename=-30bebfac3c897c13 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
9262026-05-07T21:24:12.861Z Compiling colorchoice v1.0.4
9272026-05-07T21:24:12.864Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f7acc417aaceb10 -C extra-filename=-e5b2a9d6bd293704 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9282026-05-07T21:24:12.924Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-6564eb14ba3b7e33/build-script-build`
9292026-05-07T21:24:12.939Z Compiling native-tls v0.2.18
9302026-05-07T21:24:12.939Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alpn"' --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=93ea3d99206c47ee -C extra-filename=-1a20bb1ebfa4144a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-1a20bb1ebfa4144a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9312026-05-07T21:24:12.970Z Compiling mime v0.3.17
9322026-05-07T21:24:12.973Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0bc4b40833ab950 -C extra-filename=-235463e45803fe31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9332026-05-07T21:24:13.118Z Compiling getrandom v0.3.4
9342026-05-07T21:24:13.121Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=598bb4040ff13657 -C extra-filename=-74781b0451250723 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/getrandom-74781b0451250723 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9352026-05-07T21:24:13.181Z Compiling is_terminal_polyfill v1.70.2
9362026-05-07T21:24:13.195Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4777ecab61e6764e -C extra-filename=-70f75c77ab323839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9372026-05-07T21:24:13.236Z Compiling anstyle-query v1.1.5
9382026-05-07T21:24:13.239Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b379f16efa454209 -C extra-filename=-05a0613403a793e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9392026-05-07T21:24:13.266Z Compiling http-body-util v0.1.3
9402026-05-07T21:24:13.269Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=937e027051feb2ce -C extra-filename=-fe08ef0acc37fb7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
9412026-05-07T21:24:13.269Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=aa29c03eb8c2d8d9 -C extra-filename=-cdfafe0b609cac0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-ee7e6804875e1924.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --cap-lints allow`
9422026-05-07T21:24:13.338Z Compiling anstream v1.0.0
9432026-05-07T21:24:13.341Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=32b560e63e37832a -C extra-filename=-754d195fc3b0ba94 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-58c5217469529b0e.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-c9d910d00f439c67.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-05a0613403a793e0.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-e5b2a9d6bd293704.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-70f75c77ab323839.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-2570bee86147da4a.rmeta --cap-lints allow`
9442026-05-07T21:24:13.447Z Compiling tokio-util v0.7.18
9452026-05-07T21:24:13.450Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=79582a0746a6c7eb -C extra-filename=-f735a71213748beb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --cap-lints allow`
9462026-05-07T21:24:13.504Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-74781b0451250723/build-script-build`
9472026-05-07T21:24:13.520Z Compiling regress v0.11.1
9482026-05-07T21:24:13.523Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=f62eaf9aa9069a18 -C extra-filename=-9e84577ef518573a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --cap-lints allow`
9492026-05-07T21:24:13.646Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=761345cd62372ac4 -C extra-filename=-cb1009b88a7b9a0f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-cb1009b88a7b9a0f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9502026-05-07T21:24:13.803Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=d650a6aba3193dc3 -C extra-filename=-de7eeca211d56d60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
9512026-05-07T21:24:13.968Z Compiling h2 v0.4.13
9522026-05-07T21:24:13.971Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=416f7454e0c10cb2 -C extra-filename=-2e1236fdd627fd13 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-bf358eb0d134ab2c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --cap-lints allow`
9532026-05-07T21:24:13.980Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-cb1009b88a7b9a0f/build-script-build`
9542026-05-07T21:24:14.023Z Compiling terminal_size v0.4.3
9552026-05-07T21:24:14.034Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7280144a77fe448 -C extra-filename=-d6ee9e63cb9e558e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-46d0dece2e3f6871.rmeta --cap-lints allow`
9562026-05-07T21:24:14.068Z Compiling sync_wrapper v1.0.2
9572026-05-07T21:24:14.071Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a87032d3c8254f35 -C extra-filename=-7da2cc819b75df78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --cap-lints allow`
9582026-05-07T21:24:14.156Z Compiling encoding_rs v0.8.35
9592026-05-07T21:24:14.159Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=31c0d253fa33e40a -C extra-filename=-2073e817dd04c0c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --cap-lints allow`
9602026-05-07T21:24:14.174Z Compiling num-conv v0.2.0
9612026-05-07T21:24:14.177Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=631331a1df2eb5a9 -C extra-filename=-8c1c6cb841d9a2a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9622026-05-07T21:24:14.308Z Compiling clap_lex v1.0.0
9632026-05-07T21:24:14.311Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f28a20e870439bb -C extra-filename=-c1cd18376915e4c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9642026-05-07T21:24:14.502Z Compiling time-core v0.1.8
9652026-05-07T21:24:14.505Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=77f2d914ded25f1f -C extra-filename=-9f0e30b7d621a581 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9662026-05-07T21:24:14.550Z Compiling powerfmt v0.2.0
9672026-05-07T21:24:14.561Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=b01613dbbc8c3f6a -C extra-filename=-7ebe33306b3469d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9682026-05-07T21:24:14.649Z Compiling time-macros v0.2.27
9692026-05-07T21:24:14.652Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=551a17b6d62463c2 -C extra-filename=-73d23c514f23c611 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-8c1c6cb841d9a2a6.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-9f0e30b7d621a581.rlib --extern proc_macro --cap-lints allow`
9702026-05-07T21:24:14.816Z Compiling deranged v0.5.6
9712026-05-07T21:24:14.819Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=8eb026a160e215de -C extra-filename=-4a70712e1913fc70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-7ebe33306b3469d1.rmeta --cap-lints allow`
9722026-05-07T21:24:15.655Z Compiling clap_builder v4.6.0
9732026-05-07T21:24:15.657Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-ext"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=ba9ed961d5ab1425 -C extra-filename=-cf5f06272f6ae910 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-754d195fc3b0ba94.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-58c5217469529b0e.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-c1cd18376915e4c7.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-035e5c55033c88e6.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-d6ee9e63cb9e558e.rmeta --cap-lints allow`
9742026-05-07T21:24:15.907Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e5b71e89ec3f741e -C extra-filename=-e62ff5689d78c259 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-323548e2fc1e4ff0.rmeta --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-c3052285a8ea0456.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
9752026-05-07T21:24:15.918Z Compiling tower v0.5.3
9762026-05-07T21:24:15.922Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=20bee9793712bec0 -C extra-filename=-073f433e369beb9d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-7da2cc819b75df78.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tower_layer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow`
9772026-05-07T21:24:15.950Z Compiling rand_core v0.9.5
9782026-05-07T21:24:15.953Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=0a5acf2b57d619d6 -C extra-filename=-acfb5d38785b5bf5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-de7eeca211d56d60.rmeta --cap-lints allow`
9792026-05-07T21:24:16.170Z Compiling rustls-native-certs v0.8.3
9802026-05-07T21:24:16.173Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=527a2e5df1b774f5 -C extra-filename=-0f077d4cf764dc35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-7c6d84e7b9f7ec58.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --cap-lints allow`
9812026-05-07T21:24:16.387Z Compiling sha1 v0.10.6
9822026-05-07T21:24:16.390Z Compiling serde_urlencoded v0.7.1
9832026-05-07T21:24:16.390Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=469351e201116949 -C extra-filename=-7f65823b2a78205b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-6c39459d2eafe9cd.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-d41529ae4e5726a8.rmeta --cap-lints allow`
9842026-05-07T21:24:16.390Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56b6edca9d763306 -C extra-filename=-d22b4ef97641077c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-fead8f24f6d0f84a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
9852026-05-07T21:24:16.503Z Compiling clap_derive v4.6.1
9862026-05-07T21:24:16.515Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=e69deb42ec787635 -C extra-filename=-a9b7963bf336a8e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
9872026-05-07T21:24:16.612Z Compiling winnow v1.0.0
9882026-05-07T21:24:16.615Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=b589890b31f99057 -C extra-filename=-06cdf44aeeb2ae5e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9892026-05-07T21:24:16.638Z Compiling num_threads v0.1.7
9902026-05-07T21:24:16.642Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af92cb203fbe233e -C extra-filename=-a42919b6d30c987f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9912026-05-07T21:24:16.737Z Compiling iri-string v0.7.10
9922026-05-07T21:24:16.740Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=0c15be4a0709d13f -C extra-filename=-5bad021da7470611 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9932026-05-07T21:24:17.596Z Compiling hyper v1.8.1
9942026-05-07T21:24:17.599Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=1a90ccffcf2d15d8 -C extra-filename=-750949151719a680 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-55847976d7605ed5.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-2e1236fdd627fd13.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-ee7e6804875e1924.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-5d5a101265e55818.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-3f66c5c2f6362c78.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c328a97786132641.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-3f57a6b10615a08d.rmeta --cap-lints allow`
9952026-05-07T21:24:17.687Z Compiling toml_parser v1.1.0+spec-1.1.0
9962026-05-07T21:24:17.690Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5dab07a59b65fad7 -C extra-filename=-cba3b4f1c9e02339 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-06cdf44aeeb2ae5e.rmeta --cap-lints allow`
9972026-05-07T21:24:18.197Z Compiling clap v4.6.1
9982026-05-07T21:24:18.201Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-ext"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5c3db7ee07d87b77 -C extra-filename=-8810ad717772d2d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap_builder=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_builder-cf5f06272f6ae910.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-a9b7963bf336a8e9.so --cap-lints allow`
9992026-05-07T21:24:18.271Z Compiling tower-http v0.6.8
10002026-05-07T21:24:18.274Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=c2cc570b0efd5f3e -C extra-filename=-23b16af0ddd2a5cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-ee7e6804875e1924.rmeta --extern iri_string=/work/oxidecomputer/oxide.rs/target/debug/deps/libiri_string-5bad021da7470611.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern tower=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower-073f433e369beb9d.rmeta --extern tower_layer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow`
10012026-05-07T21:24:18.284Z Compiling time v0.3.47
10022026-05-07T21:24:18.287Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=28268047a017a37d -C extra-filename=-7c958fd79138fb7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern deranged=/work/oxidecomputer/oxide.rs/target/debug/deps/libderanged-4a70712e1913fc70.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-8c1c6cb841d9a2a6.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-a42919b6d30c987f.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-7ebe33306b3469d1.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-9f0e30b7d621a581.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-73d23c514f23c611.so --cap-lints allow`
10032026-05-07T21:24:18.348Z Compiling rand_chacha v0.9.0
10042026-05-07T21:24:18.351Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=206701ba1f4de342 -C extra-filename=-8d3a11cca2601fc8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/oxide.rs/target/debug/deps/libppv_lite86-a39ba62fd6b763de.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-acfb5d38785b5bf5.rmeta --cap-lints allow`
10052026-05-07T21:24:18.362Z Compiling futures-executor v0.3.32
10062026-05-07T21:24:18.365Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=8a970666ab6a8a31 -C extra-filename=-fdea86cee44e96dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-8899918ee085bb8f.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --cap-lints allow`
10072026-05-07T21:24:18.631Z Compiling hyper-util v0.1.20
10082026-05-07T21:24:18.639Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=d5dd23c8bbc3742b -C extra-filename=-0ffad23cac4b8407 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-55847976d7605ed5.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-ee7e6804875e1924.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-dccf304242a7cfb3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-bfbd8f67dfa7b152.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tower_layer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --cap-lints allow`
10092026-05-07T21:24:18.676Z Compiling toml_datetime v1.1.0+spec-1.1.0
10102026-05-07T21:24:18.679Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=a95a743bc39b698a -C extra-filename=-6c21ce68b90bb291 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
10112026-05-07T21:24:18.814Z Compiling spin v0.9.8
10122026-05-07T21:24:18.818Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=a91a85cac9c9b3c5 -C extra-filename=-fc53651c99c3aed6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-0cccf076b0b9c9c3.rmeta --cap-lints allow`
10132026-05-07T21:24:18.979Z Compiling toml_writer v1.1.0+spec-1.1.0
10142026-05-07T21:24:18.982Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0b5d3efb174a05b5 -C extra-filename=-4a6db7860a3056ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10152026-05-07T21:24:19.014Z Compiling crc32fast v1.5.0
10162026-05-07T21:24:19.017Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=d4d94aeaf468730a -C extra-filename=-adaa6e526feb1639 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crc32fast-adaa6e526feb1639 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10172026-05-07T21:24:19.187Z Compiling either v1.15.0
10182026-05-07T21:24:19.190Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=9c0281eb7429b3ab -C extra-filename=-39059b2424b25003 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10192026-05-07T21:24:19.293Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=420fa8f29bb8d9cc -C extra-filename=-838aa34554a23fb8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10202026-05-07T21:24:19.308Z Compiling semver v1.0.28
10212026-05-07T21:24:19.311Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=62898539a975259d -C extra-filename=-2385822c85f32bf5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10222026-05-07T21:24:19.333Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crc32fast-adaa6e526feb1639/build-script-build`
10232026-05-07T21:24:19.363Z Compiling rand v0.9.4
10242026-05-07T21:24:19.366Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=7b79cba40ed5c399 -C extra-filename=-8112703be846ba20 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-8d3a11cca2601fc8.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-acfb5d38785b5bf5.rmeta --cap-lints allow`
10252026-05-07T21:24:19.375Z Compiling futures v0.3.32
10262026-05-07T21:24:19.378Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=d7bf4da298cfde72 -C extra-filename=-1949e5b35ee90a79 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-55847976d7605ed5.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-fdea86cee44e96dc.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-62d6fc2a3c7604b2.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-8899918ee085bb8f.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --cap-lints allow`
10272026-05-07T21:24:19.389Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d53aa336354aa217 -C extra-filename=-d846bfab73682bfe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-323548e2fc1e4ff0.rmeta --cap-lints allow`
10282026-05-07T21:24:19.450Z Compiling serde_spanned v1.1.0
10292026-05-07T21:24:19.454Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=411c6c70e0551393 -C extra-filename=-55593ae8894b3eef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
10302026-05-07T21:24:19.462Z Compiling thiserror v1.0.69
10312026-05-07T21:24:19.465Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7e5bddedd40517b -C extra-filename=-4a752e559668a746 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-4a752e559668a746 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10322026-05-07T21:24:19.602Z Compiling simd-adler32 v0.3.8
10332026-05-07T21:24:19.605Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=82b239e945570687 -C extra-filename=-d683c4db859278f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10342026-05-07T21:24:19.639Z Compiling option-ext v0.2.0
10352026-05-07T21:24:19.642Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed719cff58f70429 -C extra-filename=-122d22d6e77e7af4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10362026-05-07T21:24:19.673Z Compiling ident_case v1.0.1
10372026-05-07T21:24:19.676Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=986d9612dcbcefff -C extra-filename=-b090e2dd70ced8ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10382026-05-07T21:24:19.748Z Compiling dirs-sys v0.5.0
10392026-05-07T21:24:19.753Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9e01a11707cfbe0 -C extra-filename=-49acadab3096284f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern option_ext=/work/oxidecomputer/oxide.rs/target/debug/deps/liboption_ext-122d22d6e77e7af4.rmeta --cap-lints allow`
10402026-05-07T21:24:19.802Z Compiling darling_core v0.23.0
10412026-05-07T21:24:19.805Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=962d64c9414cf996 -C extra-filename=-b9f41b76c9318c64 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ident_case=/work/oxidecomputer/oxide.rs/target/debug/deps/libident_case-b090e2dd70ced8ae.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-035e5c55033c88e6.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rmeta --cap-lints allow`
10422026-05-07T21:24:19.815Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-4a752e559668a746/build-script-build`
10432026-05-07T21:24:19.875Z Compiling toml v1.1.0+spec-1.1.0
10442026-05-07T21:24:19.880Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=e7e5383aeacfbc21 -C extra-filename=-210921f30066576f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-55593ae8894b3eef.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-6c21ce68b90bb291.rmeta --extern toml_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_parser-cba3b4f1c9e02339.rmeta --extern toml_writer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_writer-4a6db7860a3056ef.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-06cdf44aeeb2ae5e.rmeta --cap-lints allow`
10452026-05-07T21:24:19.981Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=12fdb0e8d5107325 -C extra-filename=-25fb8911ddc602ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
10462026-05-07T21:24:19.988Z Compiling serde_tokenstream v0.2.3
10472026-05-07T21:24:19.992Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0b156f9f87c2ec8 -C extra-filename=-eba287880d12ddf8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-e62ff5689d78c259.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rmeta --cap-lints allow`
10482026-05-07T21:24:20.058Z Compiling tempfile v3.27.0
10492026-05-07T21:24:20.062Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=aab5c94e6e97429f -C extra-filename=-5269a70290aee411 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-107dac6be3f3f76f.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-18dd07f95251216a.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-46d0dece2e3f6871.rmeta --cap-lints allow`
10502026-05-07T21:24:20.158Z Compiling async-trait v0.1.89
10512026-05-07T21:24:20.161Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2caa1378b11ed0b3 -C extra-filename=-009ee8704fb65540 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
10522026-05-07T21:24:20.273Z Compiling thiserror-impl v1.0.69
10532026-05-07T21:24:20.276Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e11cd8318332947 -C extra-filename=-31730fc194d1ef65 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
10542026-05-07T21:24:20.476Z Compiling castaway v0.2.4
10552026-05-07T21:24:20.479Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4b230d4af3dcefc0 -C extra-filename=-40d83e4e6dc20420 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-40baa5f1bb14d6d6.so --cap-lints allow`
10562026-05-07T21:24:20.543Z Compiling ring v0.17.14
10572026-05-07T21:24:20.546Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=c3fcbe72c9eef45d -C extra-filename=-1934b0f726fc2146 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-1934b0f726fc2146 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rlib --cap-lints allow`
10582026-05-07T21:24:20.588Z Compiling static_assertions v1.1.0
10592026-05-07T21:24:20.591Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b2077f16b58c1344 -C extra-filename=-db26a32f2d582c8e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10602026-05-07T21:24:20.662Z Compiling adler2 v2.0.1
10612026-05-07T21:24:20.665Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=b800c239b1204b13 -C extra-filename=-a84441bce6321ef0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10622026-05-07T21:24:20.799Z Compiling signal-hook v0.3.18
10632026-05-07T21:24:20.802Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=417daac08bf50fb0 -C extra-filename=-d762e77b2c502483 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-d762e77b2c502483 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10642026-05-07T21:24:21.021Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-d762e77b2c502483/build-script-build`
10652026-05-07T21:24:21.037Z Compiling miniz_oxide v0.8.9
10662026-05-07T21:24:21.047Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=ee5444faf3bf8e7d -C extra-filename=-621e220d113eeab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern adler2=/work/oxidecomputer/oxide.rs/target/debug/deps/libadler2-a84441bce6321ef0.rmeta --extern simd_adler32=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimd_adler32-d683c4db859278f0.rmeta --cap-lints allow`
10672026-05-07T21:24:21.068Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-1934b0f726fc2146/build-script-build`
10682026-05-07T21:24:21.158Z Compiling dirs v6.0.0
10692026-05-07T21:24:21.161Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29691cde147ac670 -C extra-filename=-23863259efa65f67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys-49acadab3096284f.rmeta --cap-lints allow`
10702026-05-07T21:24:21.280Z Compiling toml_edit v0.25.8+spec-1.1.0
10712026-05-07T21:24:21.283Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.25.8+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=168da2b300163013 -C extra-filename=-7eb53f6793acb47a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-6c21ce68b90bb291.rmeta --extern toml_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_parser-cba3b4f1c9e02339.rmeta --extern toml_writer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_writer-4a6db7860a3056ef.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-06cdf44aeeb2ae5e.rmeta --cap-lints allow`
10722026-05-07T21:24:21.410Z Compiling flume v0.12.0
10732026-05-07T21:24:21.413Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="fastrand"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "fastrand", "futures-core", "futures-sink", "select", "spin"))' -C metadata=472d53d5fb239588 -C extra-filename=-1da99be0aa8b5544 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-107dac6be3f3f76f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-698c930910116838.rmeta --extern spin1=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-fc53651c99c3aed6.rmeta --cap-lints allow`
10742026-05-07T21:24:21.469Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c56cff5b4d128f9e -C extra-filename=-096418af9db227f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-31730fc194d1ef65.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
10752026-05-07T21:24:21.568Z Compiling concurrent-queue v2.5.0
10762026-05-07T21:24:21.571Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9cbc084930d9efab -C extra-filename=-b41e6b6b1407d5bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-fe08ef0acc37fb7b.rmeta --cap-lints allow`
10772026-05-07T21:24:21.697Z Compiling slog v2.8.2
10782026-05-07T21:24:21.700Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="nested-values"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=ed454db64bd77714 -C extra-filename=-98ec802ee6974437 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-98ec802ee6974437 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-40baa5f1bb14d6d6.so --cap-lints allow`
10792026-05-07T21:24:21.709Z Compiling libz-sys v1.1.23
10802026-05-07T21:24:21.711Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=e40749d71d7d5825 -C extra-filename=-c8e7a833d016b7c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-c8e7a833d016b7c4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-5e7851ef9a99027d.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-6281fc941cd90b2f.rlib --cap-lints allow`
10812026-05-07T21:24:21.758Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="const_generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=c31b86c63a32db6e -C extra-filename=-8e27b574f7a58926 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10822026-05-07T21:24:21.914Z Compiling darling_macro v0.23.0
10832026-05-07T21:24:21.917Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=889bff6b6df1ebe4 -C extra-filename=-d1315d15c43966fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern darling_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libdarling_core-b9f41b76c9318c64.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
10842026-05-07T21:24:21.925Z Compiling instability v0.3.11
10852026-05-07T21:24:21.928Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=030099051fa7e619 -C extra-filename=-6b7e29ff3c7f6311 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/instability-6b7e29ff3c7f6311 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10862026-05-07T21:24:21.952Z Compiling parking v2.2.1
10872026-05-07T21:24:21.955Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=632f98a9cc6c3146 -C extra-filename=-e8954cff53d9b19b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10882026-05-07T21:24:22.098Z Compiling indoc v2.0.7
10892026-05-07T21:24:22.101Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d4f333c371635c9 -C extra-filename=-71081014fc91ca60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow`
10902026-05-07T21:24:22.135Z Compiling zlib-rs v0.6.2
10912026-05-07T21:24:22.138Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=3dfa5cec006f74ba -C extra-filename=-30378b0b74e9da3a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10922026-05-07T21:24:22.138Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/instability-6b7e29ff3c7f6311/build-script-build`
10932026-05-07T21:24:22.159Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-c8e7a833d016b7c4/build-script-build`
10942026-05-07T21:24:22.228Z Compiling event-listener v5.4.1
10952026-05-07T21:24:22.231Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=9d94b4bc91b813f2 -C extra-filename=-c427255ad6ac6787 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-b41e6b6b1407d5bf.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-e8954cff53d9b19b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --cap-lints allow`
10962026-05-07T21:24:22.496Z Compiling darling v0.23.0
10972026-05-07T21:24:22.500Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=bb989fe4cb26038a -C extra-filename=-86d22d85da2f34c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern darling_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libdarling_core-b9f41b76c9318c64.rmeta --extern darling_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libdarling_macro-d1315d15c43966fc.so --cap-lints allow`
10982026-05-07T21:24:22.500Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-98ec802ee6974437/build-script-build`
10992026-05-07T21:24:22.522Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=bfc2b7e4923eb325 -C extra-filename=-aac0bb01173f4fc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-ebf4449b9006fede.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-492239e69f8f32bb.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-c9ffb9656ffc77f4.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8e27b574f7a58926.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-0fab53bd65c03349.rmeta --cap-lints allow`
11002026-05-07T21:24:22.533Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=d5e276618a85d13b -C extra-filename=-68a3c06cd90eb88c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-f8c4160b689cc3d1.rmeta --cap-lints allow`
11012026-05-07T21:24:22.571Z Compiling rand_core v0.6.4
11022026-05-07T21:24:22.574Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=57a3df122fe1e0b1 -C extra-filename=-541f832f7fe63440 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-47549ad8a79a58be.rmeta --cap-lints allow`
11032026-05-07T21:24:22.621Z Compiling erased-serde v0.3.31
11042026-05-07T21:24:22.624Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=fde929b47d80d3e9 -C extra-filename=-49433ceab3623890 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
11052026-05-07T21:24:22.799Z Compiling rustix v0.38.44
11062026-05-07T21:24:22.803Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=137ec4f1285cff1d -C extra-filename=-291b8a08f7df0083 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-291b8a08f7df0083 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11072026-05-07T21:24:22.838Z Compiling paste v1.0.15
11082026-05-07T21:24:22.841Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=730c62f53a0a48b3 -C extra-filename=-b8993bef0993fb5d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-b8993bef0993fb5d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11092026-05-07T21:24:23.094Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="nested-values"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=b60e913cac85fd8c -C extra-filename=-955262815ef176a3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern erased_serde=/work/oxidecomputer/oxide.rs/target/debug/deps/liberased_serde-49433ceab3623890.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
11102026-05-07T21:24:23.097Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=f386607d7e8af602 -C extra-filename=-7e3194ca5aa5b4b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer-aac0bb01173f4fc2.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c94ba1876c16f898.rmeta --cap-lints allow`
11112026-05-07T21:24:23.126Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-b8993bef0993fb5d/build-script-build`
11122026-05-07T21:24:23.142Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-291b8a08f7df0083/build-script-build`
11132026-05-07T21:24:23.165Z Compiling rand_chacha v0.3.1
11142026-05-07T21:24:23.168Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=dab1c8e8892e065a -C extra-filename=-1d518fff27b7b209 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/oxide.rs/target/debug/deps/libppv_lite86-a39ba62fd6b763de.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-541f832f7fe63440.rmeta --cap-lints allow`
11152026-05-07T21:24:23.224Z Compiling signal-hook-mio v0.2.5
11162026-05-07T21:24:23.227Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=dcf065116df51b0f -C extra-filename=-9f3d1c1fe6bf1f82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern mio_1_0=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-226f1afb4f8cdceb.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-68a3c06cd90eb88c.rmeta --cap-lints allow`
11172026-05-07T21:24:23.227Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a496519c956b9b8 -C extra-filename=-fe2d01609595b299 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern darling=/work/oxidecomputer/oxide.rs/target/debug/deps/libdarling-86d22d85da2f34c9.rlib --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-71081014fc91ca60.so --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow --check-cfg 'cfg(instability_disable_unstable_docs)'`
11182026-05-07T21:24:23.334Z Compiling event-listener-strategy v0.5.4
11192026-05-07T21:24:23.337Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=46fb469c58b630b9 -C extra-filename=-4af5d10559e85434 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-c427255ad6ac6787.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --cap-lints allow`
11202026-05-07T21:24:23.463Z Compiling itertools v0.14.0
11212026-05-07T21:24:23.474Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=7130815f87657077 -C extra-filename=-4713ff95c86ead05 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-39059b2424b25003.rmeta --cap-lints allow`
11222026-05-07T21:24:23.478Z Compiling openapiv3 v2.2.0
11232026-05-07T21:24:23.478Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=57226df2a4405c5d -C extra-filename=-b421e03b8ea1874b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --cap-lints allow`
11242026-05-07T21:24:23.629Z Compiling strum_macros v0.27.2
11252026-05-07T21:24:23.632Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cea7b571125808d -C extra-filename=-d802c6c3916f9df4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
11262026-05-07T21:24:23.997Z Compiling libgit2-sys v0.18.3+1.9.2
11272026-05-07T21:24:24.000Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=8373833c4566618a -C extra-filename=-d7c6c397a3f781fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-d7c6c397a3f781fc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-74073075a87a8ce1.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-5e7851ef9a99027d.rlib --cap-lints allow`
11282026-05-07T21:24:24.404Z Compiling thread_local v1.1.9
11292026-05-07T21:24:24.407Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6d12a53975f188b9 -C extra-filename=-23e8e32704d732bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --cap-lints allow`
11302026-05-07T21:24:24.639Z Compiling camino v1.2.2
11312026-05-07T21:24:24.642Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=46873459b28ebecd -C extra-filename=-28761576f2549e81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-28761576f2549e81 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11322026-05-07T21:24:24.655Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=24006cf16f9d06a9 -C extra-filename=-2e7c41823d2fe1d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11332026-05-07T21:24:24.873Z Compiling home v0.5.12
11342026-05-07T21:24:24.876Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16e73e792f41cab9 -C extra-filename=-6d971727d20578ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11352026-05-07T21:24:25.006Z Compiling flate2 v1.1.9
11362026-05-07T21:24:25.018Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=a6fb20e30b04ff1c -C extra-filename=-2039cfb935cafd58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-25fb8911ddc602ec.rmeta --extern miniz_oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/libminiz_oxide-621e220d113eeab8.rmeta --extern zlib_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libzlib_rs-30378b0b74e9da3a.rmeta --cap-lints allow`
11372026-05-07T21:24:25.021Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-28761576f2549e81/build-script-build`
11382026-05-07T21:24:25.021Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=79fa94be30ad9fef -C extra-filename=-df41dd0eb4323abe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-47549ad8a79a58be.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
11392026-05-07T21:24:25.043Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a9cb3fc3bc014385 -C extra-filename=-bcd642cd8120a9ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-2e7c41823d2fe1d1.rmeta --cap-lints allow`
11402026-05-07T21:24:25.072Z Compiling unicode-truncate v2.0.1
11412026-05-07T21:24:25.075Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=41791c2323537d81 -C extra-filename=-10f7f2002ccc1f2f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-4713ff95c86ead05.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
11422026-05-07T21:24:25.206Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-d7c6c397a3f781fc/build-script-build`
11432026-05-07T21:24:25.219Z Compiling async-lock v3.4.2
11442026-05-07T21:24:25.228Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=008332c42ec90f3d -C extra-filename=-e03bc273c69a1f0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-c427255ad6ac6787.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-4af5d10559e85434.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --cap-lints allow`
11452026-05-07T21:24:25.427Z Compiling rand v0.8.5
11462026-05-07T21:24:25.430Z Compiling strum v0.27.2
11472026-05-07T21:24:25.430Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=8217fcb32bfe92dc -C extra-filename=-e2e695843c5d822c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-1d518fff27b7b209.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-541f832f7fe63440.rmeta --cap-lints allow`
11482026-05-07T21:24:25.430Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=44d6911f824db9a6 -C extra-filename=-2cb6fa2fb26f2a86 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-d802c6c3916f9df4.so --cap-lints allow`
11492026-05-07T21:24:25.450Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c239335bb61772f3 -C extra-filename=-7d9e9ad753fc9032 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-db1d2f878255a30a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
11502026-05-07T21:24:25.549Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=2d62be147673166a -C extra-filename=-d9ed989b2a841217 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern idna_adapter=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna_adapter-7e3194ca5aa5b4b9.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8e27b574f7a58926.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --cap-lints allow`
11512026-05-07T21:24:25.752Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2376d7fac19d9d25 -C extra-filename=-2707fce9775bf092 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
11522026-05-07T21:24:26.074Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=0a30cbdf1ceb8fa1 -C extra-filename=-fe8c7c8261cb6230 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-5696a3d2578f56d5.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
11532026-05-07T21:24:26.179Z Compiling compact_str v0.9.0
11542026-05-07T21:24:26.182Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std", "zeroize"))' -C metadata=e9f7a534b0c3d40e -C extra-filename=-11ab0b5cec4ab903 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-40d83e4e6dc20420.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-40baa5f1bb14d6d6.so --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-fead8f24f6d0f84a.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-db26a32f2d582c8e.rmeta --cap-lints allow`
11552026-05-07T21:24:26.248Z Compiling convert_case v0.10.0
11562026-05-07T21:24:26.251Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dabcf3404750c9eb -C extra-filename=-83ff8ed8346a1295 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --cap-lints allow`
11572026-05-07T21:24:26.309Z Compiling tabwriter v1.4.1
11582026-05-07T21:24:26.312Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=ffc2ddba4d9e7a60 -C extra-filename=-d207aa353f165490 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
11592026-05-07T21:24:26.514Z Compiling headers-core v0.3.0
11602026-05-07T21:24:26.517Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9853d8a399ffb7d -C extra-filename=-6162ef831fdf0a54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --cap-lints allow`
11612026-05-07T21:24:26.543Z Compiling kasuari v0.4.11
11622026-05-07T21:24:26.546Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name kasuari --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kasuari-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "portable-atomic", "std"))' -C metadata=94c8d32115956aa3 -C extra-filename=-47bf84df2e588edf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --cap-lints allow`
11632026-05-07T21:24:26.557Z Compiling lru v0.16.3
11642026-05-07T21:24:26.560Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=832c3e5446329ce8 -C extra-filename=-66760fdb7a462366 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --cap-lints allow`
11652026-05-07T21:24:26.622Z Compiling serde_path_to_error v0.1.20
11662026-05-07T21:24:26.625Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=440a9c386d444e57 -C extra-filename=-e82f92743a756ad3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
11672026-05-07T21:24:26.718Z Compiling similar v2.7.0
11682026-05-07T21:24:26.721Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=e265780e8635ffa4 -C extra-filename=-1c32539520123173 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11692026-05-07T21:24:26.784Z Compiling rustls v0.22.4
11702026-05-07T21:24:26.787Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=6ddd09a24a45ae86 -C extra-filename=-19a516f179033711 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-19a516f179033711 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11712026-05-07T21:24:26.975Z Compiling ratatui-core v0.1.0
11722026-05-07T21:24:26.986Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::implicit_clone' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="default"' --cfg 'feature="layout-cache"' --cfg 'feature="std"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anstyle", "default", "document-features", "layout-cache", "palette", "portable-atomic", "scrolling-regions", "serde", "std", "underline-color"))' -C metadata=5c79e808bee384fb -C extra-filename=-e47ff9bf4919ec82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-11ab0b5cec4ab903.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-71081014fc91ca60.so --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-4713ff95c86ead05.rmeta --extern kasuari=/work/oxidecomputer/oxide.rs/target/debug/deps/libkasuari-47bf84df2e588edf.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-66760fdb7a462366.rmeta --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-2cb6fa2fb26f2a86.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-10f7f2002ccc1f2f.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
11732026-05-07T21:24:27.005Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-19a516f179033711/build-script-build`
11742026-05-07T21:24:27.021Z Compiling headers v0.4.1
11752026-05-07T21:24:27.030Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3f18d34d69554bd -C extra-filename=-f531491e8ea3bfcd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern headers_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libheaders_core-6162ef831fdf0a54.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-3f66c5c2f6362c78.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-235463e45803fe31.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-7f65823b2a78205b.rmeta --cap-lints allow`
11762026-05-07T21:24:27.042Z Compiling derive_more-impl v2.1.1
11772026-05-07T21:24:27.042Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=511928ea18063fdf -C extra-filename=-ccb3abc1b4281583 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern convert_case=/work/oxidecomputer/oxide.rs/target/debug/deps/libconvert_case-83ff8ed8346a1295.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
11782026-05-07T21:24:27.127Z Compiling rustls-webpki v0.102.8
11792026-05-07T21:24:27.130Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=184cca23d953dc54 -C extra-filename=-0d5597276efdd636 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-df41dd0eb4323abe.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out`
11802026-05-07T21:24:27.637Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=5b94761d6e235ec4 -C extra-filename=-fc46ead0f1dc647b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-bcd642cd8120a9ae.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-d9ed989b2a841217.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-2e7c41823d2fe1d1.rmeta --cap-lints allow`
11812026-05-07T21:24:27.792Z Compiling async-object-pool v0.2.0
11822026-05-07T21:24:27.795Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f20b016b231c913 -C extra-filename=-5eaacd4f1f7ed52c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-e03bc273c69a1f0e.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-c427255ad6ac6787.rmeta --cap-lints allow`
11832026-05-07T21:24:27.863Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=798fadec737b0c45 -C extra-filename=-ec2e0891deb2d02b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
11842026-05-07T21:24:27.898Z Compiling serde_regex v1.1.0
11852026-05-07T21:24:27.901Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc301284917dc41a -C extra-filename=-6813c50f0689191a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
11862026-05-07T21:24:27.983Z Compiling assert-json-diff v2.0.2
11872026-05-07T21:24:27.986Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9a99dd9c9f64ab0 -C extra-filename=-ea375abaa0734401 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --cap-lints allow`
11882026-05-07T21:24:28.052Z Compiling multer v3.1.0
11892026-05-07T21:24:28.056Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=be9cb1fc8182a1a2 -C extra-filename=-0bf39609c31c8460 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-0bf39609c31c8460 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
11902026-05-07T21:24:28.257Z Compiling path-tree v0.8.3
11912026-05-07T21:24:28.260Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a69ac3d1c18ae4bf -C extra-filename=-4cea202535c00d0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --cap-lints allow`
11922026-05-07T21:24:28.282Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=92b1ab698a3ec9bb -C extra-filename=-2c9a01ab2ae0c016 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11932026-05-07T21:24:28.293Z Compiling litrs v1.0.0
11942026-05-07T21:24:28.304Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=8d78f8b0ee02ec5e -C extra-filename=-e28118405e74b2ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11952026-05-07T21:24:28.410Z Compiling futures-timer v3.0.3
11962026-05-07T21:24:28.413Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=e887bde824456ee7 -C extra-filename=-9fbca14364cf69dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11972026-05-07T21:24:28.465Z Compiling foldhash v0.1.5
11982026-05-07T21:24:28.468Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27178d46bee840d7 -C extra-filename=-00cc798b86d4f2b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11992026-05-07T21:24:28.527Z Compiling compression-core v0.4.31
12002026-05-07T21:24:28.530Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85003fd53edace70 -C extra-filename=-597f643dd6b4f69f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12012026-05-07T21:24:28.631Z Compiling predicates-core v1.0.10
12022026-05-07T21:24:28.634Z Compiling slog-async v2.8.0
12032026-05-07T21:24:28.634Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb387cf6a3daa7a3 -C extra-filename=-f2c35a0fbe5d42b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12042026-05-07T21:24:28.634Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=de90e8d1c80be7c4 -C extra-filename=-e03428d43c4ff60d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-e03428d43c4ff60d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12052026-05-07T21:24:28.678Z Compiling match_cfg v0.1.0
12062026-05-07T21:24:28.681Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d2546fe97fc49654 -C extra-filename=-c2fc0a4afed188b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12072026-05-07T21:24:28.723Z Compiling stringmetrics v2.2.2
12082026-05-07T21:24:28.727Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=bde42181677f467c -C extra-filename=-288b7b28eaf08f7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12092026-05-07T21:24:28.745Z Compiling hostname v0.3.1
12102026-05-07T21:24:28.748Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e493204a6c2633c8 -C extra-filename=-21ea1a814a4fd7b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-c2fc0a4afed188b2.rmeta --cap-lints allow`
12112026-05-07T21:24:28.786Z Compiling document-features v0.2.12
12122026-05-07T21:24:28.789Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=1849ac3185943de9 -C extra-filename=-d742ae9e9dcba051 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern litrs=/work/oxidecomputer/oxide.rs/target/debug/deps/liblitrs-e28118405e74b2ac.rlib --extern proc_macro --cap-lints allow`
12132026-05-07T21:24:28.817Z Compiling compression-codecs v0.4.37
12142026-05-07T21:24:28.820Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=33feffe9b13d3894 -C extra-filename=-ca469124b2ffca35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern compression_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompression_core-597f643dd6b4f69f.rmeta --extern flate2=/work/oxidecomputer/oxide.rs/target/debug/deps/libflate2-2039cfb935cafd58.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --cap-lints allow`
12152026-05-07T21:24:28.865Z Compiling httpmock v0.8.3
12162026-05-07T21:24:28.869Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=ee45ff7ce206cd59 -C extra-filename=-9c19bec90bdb5e6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-ea375abaa0734401.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-5eaacd4f1f7ed52c.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-fe08ef0acc37fb7b.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern futures_timer=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_timer-9fbca14364cf69dc.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern headers=/work/oxidecomputer/oxide.rs/target/debug/deps/libheaders-f531491e8ea3bfcd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-cdfafe0b609cac0d.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-0ffad23cac4b8407.rmeta --extern path_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpath_tree-4cea202535c00d0e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-6813c50f0689191a.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1c32539520123173.rmeta --extern stringmetrics=/work/oxidecomputer/oxide.rs/target/debug/deps/libstringmetrics-288b7b28eaf08f7d.rmeta --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rmeta --cap-lints allow`
12172026-05-07T21:24:28.877Z Compiling hashbrown v0.15.5
12182026-05-07T21:24:28.880Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c8982d5dba84aa42 -C extra-filename=-5ed4851c71f1564a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f592bf411d23100b.rmeta --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-fd4d969b8a89eb6a.rmeta --extern foldhash=/work/oxidecomputer/oxide.rs/target/debug/deps/libfoldhash-00cc798b86d4f2b0.rmeta --cap-lints allow`
12192026-05-07T21:24:28.918Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-e03428d43c4ff60d/build-script-build`
12202026-05-07T21:24:28.961Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-0bf39609c31c8460/build-script-build`
12212026-05-07T21:24:29.003Z Compiling derive_more v2.1.1
12222026-05-07T21:24:29.006Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=e6980d5f0ced0f09 -C extra-filename=-4e1662a264e1833e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libderive_more_impl-ccb3abc1b4281583.so --cap-lints allow`
12232026-05-07T21:24:29.061Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=2e431128f28ed4a2 -C extra-filename=-40a1e57d9c0adb9a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-df41dd0eb4323abe.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-0d5597276efdd636.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-843cd54bf319c7ee.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out`
12242026-05-07T21:24:29.075Z Compiling slog-json v2.6.1
12252026-05-07T21:24:29.078Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=a816d87e07427509 -C extra-filename=-fb6eea225cc8a504 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-955262815ef176a3.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --cap-lints allow`
12262026-05-07T21:24:29.264Z Compiling itertools v0.13.0
12272026-05-07T21:24:29.267Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6b32e988a0fa814a -C extra-filename=-9c354b5dc4e9e01c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-39059b2424b25003.rmeta --cap-lints allow`
12282026-05-07T21:24:29.336Z Compiling crossbeam-channel v0.5.15
12292026-05-07T21:24:29.339Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b5b6eee238308b11 -C extra-filename=-cbcafd20d3d842ff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-fe08ef0acc37fb7b.rmeta --cap-lints allow`
12302026-05-07T21:24:29.399Z Compiling http v0.2.12
12312026-05-07T21:24:29.402Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3dc757fc39ee520 -C extra-filename=-0be4105d3705b6eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --cap-lints allow`
12322026-05-07T21:24:29.828Z Compiling strum_macros v0.26.4
12332026-05-07T21:24:29.831Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a16c316d5bd458f8 -C extra-filename=-34976d2a0f21b63b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-40baa5f1bb14d6d6.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
12342026-05-07T21:24:30.400Z Compiling async-stream-impl v0.3.6
12352026-05-07T21:24:30.403Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b145299366091098 -C extra-filename=-7e1dc625e11fdbf0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
12362026-05-07T21:24:30.506Z Compiling float-cmp v0.10.0
12372026-05-07T21:24:30.509Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=672e37263cb2d168 -C extra-filename=-67f5353a80e3b2a3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-36f2de8c00ed0358.rmeta --cap-lints allow`
12382026-05-07T21:24:30.643Z Compiling dropshot v0.17.0
12392026-05-07T21:24:30.646Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=abfb19f74ac61faf -C extra-filename=-b352a566f6f271e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-b352a566f6f271e6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
12402026-05-07T21:24:30.873Z Compiling is-terminal v0.4.17
12412026-05-07T21:24:30.876Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eaaad07b755ef30a -C extra-filename=-a6a139269bda70fa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
12422026-05-07T21:24:30.967Z Compiling dirs-sys-next v0.1.2
12432026-05-07T21:24:30.970Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa61562690e55b2d -C extra-filename=-1ada22f67189d632 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
12442026-05-07T21:24:31.044Z Compiling line-clipping v0.3.5
12452026-05-07T21:24:31.047Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name line_clipping --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/line-clipping-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=missing_docs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27f1a0cce2515adf -C extra-filename=-0171391e357e048b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --cap-lints allow`
12462026-05-07T21:24:31.261Z Compiling bumpalo v3.20.2
12472026-05-07T21:24:31.264Z Compiling anyhow v1.0.102
12482026-05-07T21:24:31.264Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=1f1f9fecd1781744 -C extra-filename=-bb9a43645226e914 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12492026-05-07T21:24:31.264Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=36fbb3495f7d127e -C extra-filename=-85433aaa20b577c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-85433aaa20b577c1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12502026-05-07T21:24:31.463Z Compiling term v1.2.1
12512026-05-07T21:24:31.466Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ff1ec8ad6a7bd465 -C extra-filename=-7be8343871fd543f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12522026-05-07T21:24:31.510Z Compiling take_mut v0.2.2
12532026-05-07T21:24:31.533Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92c10127646c0f31 -C extra-filename=-1b1af375eee22cc0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12542026-05-07T21:24:31.582Z Compiling data-encoding v2.10.0
12552026-05-07T21:24:31.585Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8f11739b6f2d1688 -C extra-filename=-1eee08dd30391f62 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12562026-05-07T21:24:31.615Z Compiling portable-atomic v1.13.1
12572026-05-07T21:24:31.618Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=f6f46c84c222df16 -C extra-filename=-5fa2cb044a1f571e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-5fa2cb044a1f571e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12582026-05-07T21:24:32.057Z Compiling difflib v0.4.0
12592026-05-07T21:24:32.060Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fb241e9ad1aed77 -C extra-filename=-298ae29547d136c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12602026-05-07T21:24:32.149Z Compiling libbz2-rs-sys v0.2.2
12612026-05-07T21:24:32.152Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=f45f45d2e1337629 -C extra-filename=-b6f616687e907d8b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12622026-05-07T21:24:32.408Z Compiling byteorder v1.5.0
12632026-05-07T21:24:32.411Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=92dcb0be57fadc2f -C extra-filename=-25af3c3ef15e3b1a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12642026-05-07T21:24:32.630Z Compiling unicode-width v0.1.14
12652026-05-07T21:24:32.632Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0ed6682d6bf195ca -C extra-filename=-847f8d427c74ab5d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12662026-05-07T21:24:32.727Z Compiling utf-8 v0.7.6
12672026-05-07T21:24:32.730Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eec27bfd1a37f15 -C extra-filename=-c2f37d046e052ca3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12682026-05-07T21:24:32.886Z Compiling normalize-line-endings v0.3.0
12692026-05-07T21:24:32.889Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11ebb8df069a7a7c -C extra-filename=-80504ea814cc95ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12702026-05-07T21:24:32.898Z Compiling tungstenite v0.20.1
12712026-05-07T21:24:32.901Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=ca81847aecc6ca23 -C extra-filename=-8d180ff89f255ba5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-25af3c3ef15e3b1a.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-1eee08dd30391f62.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-0be4105d3705b6eb.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-5d5a101265e55818.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e2e695843c5d822c.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-7f65823b2a78205b.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-096418af9db227f2.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-c2f37d046e052ca3.rmeta --cap-lints allow`
12722026-05-07T21:24:32.909Z Compiling unicode-truncate v1.1.0
12732026-05-07T21:24:32.912Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d0feecbf1ac11e70 -C extra-filename=-f19c464d737b30f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-9c354b5dc4e9e01c.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-847f8d427c74ab5d.rmeta --cap-lints allow`
12742026-05-07T21:24:32.974Z Compiling predicates v3.1.4
12752026-05-07T21:24:32.977Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=c960043c7aecbff4 -C extra-filename=-4f79ce4ce68ae520 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-58c5217469529b0e.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-298ae29547d136c6.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-67f5353a80e3b2a3.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-80504ea814cc95ae.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f2c35a0fbe5d42b9.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --cap-lints allow`
12762026-05-07T21:24:32.977Z Compiling bzip2 v0.6.1
12772026-05-07T21:24:32.985Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=d5dea629baa6c8b5 -C extra-filename=-ba8c5fb347e1e74d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibbz2_rs_sys-b6f616687e907d8b.rmeta --cap-lints allow`
12782026-05-07T21:24:33.041Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-5fa2cb044a1f571e/build-script-build`
12792026-05-07T21:24:33.084Z Compiling slog-term v2.9.2
12802026-05-07T21:24:33.087Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=4616f37e58d5e52e -C extra-filename=-f03d1b3a2541af30 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-a6a139269bda70fa.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-955262815ef176a3.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-7be8343871fd543f.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-23e8e32704d732bb.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --cap-lints allow`
12812026-05-07T21:24:33.179Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=f5d9dedbc0fd406e -C extra-filename=-3d4192e0a52f73c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_channel-cbcafd20d3d842ff.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-955262815ef176a3.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-1b1af375eee22cc0.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-23e8e32704d732bb.rmeta --cap-lints allow --cfg integer128`
12822026-05-07T21:24:33.679Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-85433aaa20b577c1/build-script-build`
12832026-05-07T21:24:33.691Z Compiling strum v0.26.3
12842026-05-07T21:24:33.694Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=37ba5f16af8a6a5c -C extra-filename=-40cdc6fd92e813df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-34976d2a0f21b63b.so --cap-lints allow`
12852026-05-07T21:24:33.702Z Compiling zopfli v0.8.3
12862026-05-07T21:24:33.706Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=845298bfb5aeddbe -C extra-filename=-c245034f90bf89a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bumpalo=/work/oxidecomputer/oxide.rs/target/debug/deps/libbumpalo-bb9a43645226e914.rmeta --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-25fb8911ddc602ec.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern simd_adler32=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimd_adler32-d683c4db859278f0.rmeta --cap-lints allow`
12872026-05-07T21:24:33.765Z Compiling ratatui-widgets v0.3.0
12882026-05-07T21:24:33.768Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui_widgets --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-widgets-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::implicit_clone' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="all-widgets"' --cfg 'feature="calendar"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "calendar", "default", "document-features", "serde", "std", "unstable", "unstable-rendered-line-info"))' -C metadata=8dbea38da26d65fe -C extra-filename=-1ab90aff506694df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-71081014fc91ca60.so --extern instability=/work/oxidecomputer/oxide.rs/target/debug/deps/libinstability-fe2d01609595b299.so --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-4713ff95c86ead05.rmeta --extern line_clipping=/work/oxidecomputer/oxide.rs/target/debug/deps/libline_clipping-0171391e357e048b.rmeta --extern ratatui_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_core-e47ff9bf4919ec82.rmeta --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-2cb6fa2fb26f2a86.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
12892026-05-07T21:24:33.807Z Compiling dirs-next v2.0.0
12902026-05-07T21:24:33.810Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2696d1a39af7431 -C extra-filename=-a61e8408950deeef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-1ada22f67189d632.rmeta --cap-lints allow`
12912026-05-07T21:24:33.875Z Compiling async-stream v0.3.6
12922026-05-07T21:24:33.878Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbbc403215de43a5 -C extra-filename=-f081e4b853fd817c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream_impl-7e1dc625e11fdbf0.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --cap-lints allow`
12932026-05-07T21:24:33.922Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-b352a566f6f271e6/build-script-build`
12942026-05-07T21:24:33.966Z Compiling tokio-rustls v0.25.0
12952026-05-07T21:24:33.969Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=d16e591211b65733 -C extra-filename=-f7da01e71da286b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-40a1e57d9c0adb9a.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out`
12962026-05-07T21:24:34.044Z Compiling crossterm v0.29.0
12972026-05-07T21:24:34.047Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=aea359fa92275b03 -C extra-filename=-e0d0445940f7f7c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern derive_more=/work/oxidecomputer/oxide.rs/target/debug/deps/libderive_more-4e1662a264e1833e.rmeta --extern document_features=/work/oxidecomputer/oxide.rs/target/debug/deps/libdocument_features-d742ae9e9dcba051.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-226f1afb4f8cdceb.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-39f34fc74e5d2ba5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-46d0dece2e3f6871.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-68a3c06cd90eb88c.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-9f3d1c1fe6bf1f82.rmeta --cap-lints allow`
12982026-05-07T21:24:34.178Z Compiling lru v0.12.5
12992026-05-07T21:24:34.181Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a6afe9eea6d07436 -C extra-filename=-05e98c53fcd7fb71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-5ed4851c71f1564a.rmeta --cap-lints allow`
13002026-05-07T21:24:34.339Z Compiling slog-bunyan v2.5.0
13012026-05-07T21:24:34.344Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=efbb326d9adc101b -C extra-filename=-2ff346aa94edfd43 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-21ea1a814a4fd7b3.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-955262815ef176a3.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-fb6eea225cc8a504.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --cap-lints allow`
13022026-05-07T21:24:34.440Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=27609bea9a2eee99 -C extra-filename=-58a4c2c3dc039551 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-2073e817dd04c0c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-5d5a101265e55818.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-235463e45803fe31.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-fc53651c99c3aed6.rmeta --cap-lints allow`
13032026-05-07T21:24:34.469Z Compiling async-compression v0.4.41
13042026-05-07T21:24:34.473Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=1df25103ce11861d -C extra-filename=-6c1b19b128a5222d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern compression_codecs=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompression_codecs-ca469124b2ffca35.rmeta --extern compression_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompression_core-597f643dd6b4f69f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --cap-lints allow`
13052026-05-07T21:24:34.802Z Compiling crossterm v0.28.1
13062026-05-07T21:24:34.806Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=69795d8f4abd71aa -C extra-filename=-ad8097c62022c2ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-226f1afb4f8cdceb.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-39f34fc74e5d2ba5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-7d9e9ad753fc9032.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-68a3c06cd90eb88c.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-9f3d1c1fe6bf1f82.rmeta --cap-lints allow`
13072026-05-07T21:24:34.969Z Compiling compact_str v0.8.1
13082026-05-07T21:24:34.972Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=ff3d1adbd9218e94 -C extra-filename=-484c8e1d58167a17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-40d83e4e6dc20420.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-40baa5f1bb14d6d6.so --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-fead8f24f6d0f84a.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-db26a32f2d582c8e.rmeta --cap-lints allow`
13092026-05-07T21:24:35.343Z Compiling dropshot_endpoint v0.17.0
13102026-05-07T21:24:35.347Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4feb397045c504ef -C extra-filename=-fa4c9e8919168f85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-d846bfab73682bfe.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-e62ff5689d78c259.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-eba287880d12ddf8.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
13112026-05-07T21:24:35.444Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
13122026-05-07T21:24:35.447Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04b4b5eb772562ca -C extra-filename=-c04b481afb4cac7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rmeta`
13132026-05-07T21:24:35.574Z Compiling sha2 v0.10.9
13142026-05-07T21:24:35.576Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=734d319b0877d122 -C extra-filename=-5b41fd3afa6c4e8d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-6c39459d2eafe9cd.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-d41529ae4e5726a8.rmeta --cap-lints allow`
13152026-05-07T21:24:35.670Z Compiling newline-converter v0.3.0
13162026-05-07T21:24:35.673Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fee97bfcf4720fa2 -C extra-filename=-548f8e16e74b297c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --cap-lints allow`
13172026-05-07T21:24:35.784Z Compiling console v0.16.2
13182026-05-07T21:24:35.787Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=6d0eb0ffd48b34c3 -C extra-filename=-89e567dc088b8ef1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
13192026-05-07T21:24:35.951Z Compiling waitgroup v0.1.2
13202026-05-07T21:24:35.955Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c6dd3bf719e8a08 -C extra-filename=-cd36a401aab8d396 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --cap-lints allow`
13212026-05-07T21:24:36.040Z Compiling rustls-pemfile v2.2.0
13222026-05-07T21:24:36.043Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ba2992121b59cbd -C extra-filename=-33ce3961a90b1340 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --cap-lints allow`
13232026-05-07T21:24:36.085Z Compiling hostname v0.4.2
13242026-05-07T21:24:36.088Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=02368ed83033c0f3 -C extra-filename=-bb79f1f353c53e1a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
13252026-05-07T21:24:36.222Z Compiling is-docker v0.2.0
13262026-05-07T21:24:36.226Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name is_docker --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96872fca9b172471 -C extra-filename=-560b8a2d84bd59be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --cap-lints allow`
13272026-05-07T21:24:36.235Z Compiling cassowary v0.3.0
13282026-05-07T21:24:36.238Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8c036328b59409e -C extra-filename=-4e66a343d7162200 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13292026-05-07T21:24:36.395Z Compiling lazy_static v1.5.0
13302026-05-07T21:24:36.398Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=25e11ba80d99d45a -C extra-filename=-99f14ca122f12925 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13312026-05-07T21:24:36.407Z Compiling debug-ignore v1.0.5
13322026-05-07T21:24:36.410Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4b9233f626eed54d -C extra-filename=-9a7db8b58debf48c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13332026-05-07T21:24:36.492Z Compiling sharded-slab v0.1.7
13342026-05-07T21:24:36.495Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=72dd75fa0775f7ad -C extra-filename=-a349b3fabdf07952 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-99f14ca122f12925.rmeta --cap-lints allow`
13352026-05-07T21:24:36.506Z Compiling ratatui v0.29.0
13362026-05-07T21:24:36.509Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=850dfa138e7163cb -C extra-filename=-c2dfe71572f0f87f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-4e66a343d7162200.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-484c8e1d58167a17.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-ad8097c62022c2ae.rmeta --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-71081014fc91ca60.so --extern instability=/work/oxidecomputer/oxide.rs/target/debug/deps/libinstability-fe2d01609595b299.so --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-9c354b5dc4e9e01c.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-05e98c53fcd7fb71.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-2707fce9775bf092.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-40cdc6fd92e813df.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-af7a42a4208d5788.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-f19c464d737b30f0.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
13372026-05-07T21:24:36.565Z Compiling is-wsl v0.4.0
13382026-05-07T21:24:36.565Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a265af634ce7165 -C extra-filename=-197c53974079134f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_docker=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_docker-560b8a2d84bd59be.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --cap-lints allow`
13392026-05-07T21:24:36.716Z Compiling oauth2 v5.0.0
13402026-05-07T21:24:36.719Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oauth2-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("curl", "default", "native-tls", "pkce-plain", "reqwest", "reqwest-blocking", "rustls-tls", "timing-resistant-secret-traits", "ureq"))' -C metadata=1c38fb0d7422d4db -C extra-filename=-0f2d4ff84199f011 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e2e695843c5d822c.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-e82f92743a756ad3.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-5b41fd3afa6c4e8d.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-096418af9db227f2.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rmeta --cap-lints allow`
13412026-05-07T21:24:36.771Z Compiling ratatui-crossterm v0.1.0
13422026-05-07T21:24:36.774Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui_crossterm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-crossterm-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::implicit_clone' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm_0_29"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm_0_28", "crossterm_0_29", "default", "document-features", "scrolling-regions", "serde", "underline-color", "unstable", "unstable-backend-writer"))' -C metadata=9bbc7151cc2fcd0c -C extra-filename=-82573fed6258801a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern crossterm_0_29=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rmeta --extern instability=/work/oxidecomputer/oxide.rs/target/debug/deps/libinstability-fe2d01609595b299.so --extern ratatui_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_core-e47ff9bf4919ec82.rmeta --cap-lints allow`
13432026-05-07T21:24:36.968Z Compiling ratatui-macros v0.7.0
13442026-05-07T21:24:36.971Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-macros-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c39044f1021de412 -C extra-filename=-0a561bf09d21fb84 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ratatui_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_core-e47ff9bf4919ec82.rmeta --extern ratatui_widgets=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_widgets-1ab90aff506694df.rmeta --cap-lints allow`
13452026-05-07T21:24:36.992Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c0bce1e7ddbe9d04 -C extra-filename=-7b17b9aa8b477be3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_compression=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_compression-6c1b19b128a5222d.rmeta --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-f081e4b853fd817c.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-fa4c9e8919168f85.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-bb79f1f353c53e1a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-cdfafe0b609cac0d.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-0ffad23cac4b8407.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-58a4c2c3dc039551.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-b421e03b8ea1874b.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-2707fce9775bf092.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-40a1e57d9c0adb9a.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-33ce3961a90b1340.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2385822c85f32bf5.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-e82f92743a756ad3.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-d22b4ef97641077c.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-7f65823b2a78205b.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-955262815ef176a3.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-3d4192e0a52f73c3.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-2ff346aa94edfd43.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-fb6eea225cc8a504.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-f03d1b3a2541af30.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-f7da01e71da286b4.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-cd36a401aab8d396.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out`
13462026-05-07T21:24:37.031Z Compiling zip v4.6.1
13472026-05-07T21:24:37.034Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=1234036fc025d694 -C extra-filename=-d258b72399d348fe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bzip2=/work/oxidecomputer/oxide.rs/target/debug/deps/libbzip2-ba8c5fb347e1e74d.rmeta --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-25fb8911ddc602ec.rmeta --extern flate2=/work/oxidecomputer/oxide.rs/target/debug/deps/libflate2-2039cfb935cafd58.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern zopfli=/work/oxidecomputer/oxide.rs/target/debug/deps/libzopfli-c245034f90bf89a8.rmeta --cap-lints allow`
13482026-05-07T21:24:37.054Z Compiling term v0.7.0
13492026-05-07T21:24:37.057Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e20e858c7b74273f -C extra-filename=-f7fdc671f8cc751b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-a61e8408950deeef.rmeta --cap-lints allow`
13502026-05-07T21:24:37.690Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=5d46521b5587afac -C extra-filename=-3f3c2f1a4406203c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
13512026-05-07T21:24:37.772Z Compiling tokio-tungstenite v0.20.1
13522026-05-07T21:24:37.775Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=59fe3d5032ad59d2 -C extra-filename=-f06d99f14d8a1773 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-8d180ff89f255ba5.rmeta --cap-lints allow`
13532026-05-07T21:24:38.028Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=b180878b5794641a -C extra-filename=-d414891ebc14ed72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_no_strict_provenance_atomic_ptr --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
13542026-05-07T21:24:38.063Z Compiling termini v1.0.0
13552026-05-07T21:24:38.066Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termini-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0775da37a0deff1e -C extra-filename=-feaafdc53b209ae0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-6d971727d20578ae.rmeta --cap-lints allow`
13562026-05-07T21:24:38.074Z Compiling env_filter v1.0.0
13572026-05-07T21:24:38.077Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=8cc8b062c0f3496e -C extra-filename=-f4b7c7e0c25c9cdc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --cap-lints allow`
13582026-05-07T21:24:38.423Z Compiling tracing-serde v0.2.0
13592026-05-07T21:24:38.426Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing_serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-serde-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("valuable", "valuable-serde", "valuable_crate"))' -C metadata=f87638f633fcd8f2 -C extra-filename=-ccba1b3c67258db2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-d699e3f0df3d10f6.rmeta --cap-lints allow`
13602026-05-07T21:24:38.531Z Compiling matchers v0.2.0
13612026-05-07T21:24:38.536Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name matchers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unicode"))' -C metadata=477919b9e728a34b -C extra-filename=-db8d48fe40916f27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ba3033ed53e26e74.rmeta --cap-lints allow`
13622026-05-07T21:24:38.577Z Compiling tracing-log v0.2.0
13632026-05-07T21:24:38.577Z Compiling nu-ansi-term v0.50.3
13642026-05-07T21:24:38.580Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=9c1c0d1fb0ea8c1d -C extra-filename=-d7ef1dead5ee7374 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-d699e3f0df3d10f6.rmeta --cap-lints allow`
13652026-05-07T21:24:38.580Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=2bffa7a1b0304323 -C extra-filename=-b900e19a6163e3c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13662026-05-07T21:24:38.670Z Compiling jiff v0.2.23
13672026-05-07T21:24:38.672Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=42d35d46661ba294 -C extra-filename=-464c5d5dc9622af3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13682026-05-07T21:24:38.816Z Compiling pathdiff v0.2.3
13692026-05-07T21:24:38.819Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=733286e02cfb6b2c -C extra-filename=-7dc0e874cee82644 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13702026-05-07T21:24:38.901Z Compiling assert_cmd v2.2.1
13712026-05-07T21:24:38.914Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=2e7913b61d87b1c6 -C extra-filename=-4a62543ab728746c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-4a62543ab728746c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13722026-05-07T21:24:38.917Z Compiling ipnetwork v0.21.1
13732026-05-07T21:24:38.917Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=0839a348c791b4a1 -C extra-filename=-7357372dfaee3171 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13742026-05-07T21:24:39.162Z Compiling unit-prefix v0.5.2
13752026-05-07T21:24:39.165Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7f8f6595e5124007 -C extra-filename=-b08e54487df032dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13762026-05-07T21:24:39.188Z Compiling shell-words v1.1.1
13772026-05-07T21:24:39.191Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69f7402b242302e0 -C extra-filename=-3f35095c486369d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13782026-05-07T21:24:39.301Z Compiling termtree v0.5.1
13792026-05-07T21:24:39.301Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=196fb516e693173d -C extra-filename=-d2ff14b7d1910117 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13802026-05-07T21:24:39.342Z Compiling dialoguer v0.12.0
13812026-05-07T21:24:39.345Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dialoguer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("completion", "default", "editor", "fuzzy-matcher", "fuzzy-select", "history", "password", "tempfile", "zeroize"))' -C metadata=a597c61f6331cd26 -C extra-filename=-3b913f0534e23a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-89e567dc088b8ef1.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-3f35095c486369d1.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow`
13822026-05-07T21:24:39.441Z Compiling predicates-tree v1.0.13
13832026-05-07T21:24:39.443Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53f379496babdae4 -C extra-filename=-87bbb0b2f85d615d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f2c35a0fbe5d42b9.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-d2ff14b7d1910117.rmeta --cap-lints allow`
13842026-05-07T21:24:39.453Z Compiling indicatif v0.18.4
13852026-05-07T21:24:39.455Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=5c712debc6db8208 -C extra-filename=-e1858ee734869d5b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-89e567dc088b8ef1.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-d414891ebc14ed72.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --extern unit_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libunit_prefix-b08e54487df032dc.rmeta --cap-lints allow`
13862026-05-07T21:24:39.694Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-4a62543ab728746c/build-script-build`
13872026-05-07T21:24:39.734Z Compiling oxnet v0.1.5
13882026-05-07T21:24:39.745Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=37e628a9963837bf -C extra-filename=-5023681a185a3ca6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-7357372dfaee3171.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --cap-lints allow`
13892026-05-07T21:24:40.126Z Compiling open v5.3.4
13902026-05-07T21:24:40.129Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("shellexecute-on-windows"))' -C metadata=1cb32256b5cee0c8 -C extra-filename=-9082dc38282b10e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_wsl=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_wsl-197c53974079134f.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7dc0e874cee82644.rmeta --cap-lints allow`
13912026-05-07T21:24:40.182Z Compiling tracing-subscriber v0.3.23
13922026-05-07T21:24:40.185Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="json"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="registry"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --cfg 'feature="tracing-serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=549713b99afd8cf7 -C extra-filename=-5719a15519a57200 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern matchers=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatchers-db8d48fe40916f27.rmeta --extern nu_ansi_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libnu_ansi_term-b900e19a6163e3c8.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ba3033ed53e26e74.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern sharded_slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libsharded_slab-a349b3fabdf07952.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-23e8e32704d732bb.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-d699e3f0df3d10f6.rmeta --extern tracing_log=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_log-d7ef1dead5ee7374.rmeta --extern tracing_serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_serde-ccba1b3c67258db2.rmeta --cap-lints allow`
13932026-05-07T21:24:40.294Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
13942026-05-07T21:24:40.297Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-c659940bb3c92c2e/1f22ae2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3891e862be0280fe -C extra-filename=-83f583f35f3f6eb6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f7fdc671f8cc751b.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-feaafdc53b209ae0.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-096418af9db227f2.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-f06d99f14d8a1773.rmeta --cap-lints allow`
13952026-05-07T21:24:40.482Z Compiling support-bundle-viewer v0.1.2
13962026-05-07T21:24:40.485Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba6a3282d406a3f -C extra-filename=-50b516c7ccc5923f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-ad8097c62022c2ae.rmeta --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c2dfe71572f0f87f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern zip=/work/oxidecomputer/oxide.rs/target/debug/deps/libzip-d258b72399d348fe.rmeta --cap-lints allow`
13972026-05-07T21:24:40.684Z Compiling ratatui v0.30.0
13982026-05-07T21:24:40.688Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::implicit_clone' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="all-widgets"' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="layout-cache"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="underline-color"' --cfg 'feature="widget-calendar"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "crossterm_0_28", "crossterm_0_29", "default", "document-features", "layout-cache", "macros", "palette", "portable-atomic", "scrolling-regions", "serde", "std", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=51341e8125728ddc -C extra-filename=-4df1f58c63185d54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern instability=/work/oxidecomputer/oxide.rs/target/debug/deps/libinstability-fe2d01609595b299.so --extern ratatui_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_core-e47ff9bf4919ec82.rmeta --extern ratatui_crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_crossterm-82573fed6258801a.rmeta --extern ratatui_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_macros-0a561bf09d21fb84.rmeta --extern ratatui_widgets=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_widgets-1ab90aff506694df.rmeta --cap-lints allow`
13992026-05-07T21:24:40.934Z Compiling atomicwrites v0.4.4
14002026-05-07T21:24:40.937Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b69f212c620900a -C extra-filename=-5c451dc4f6c399bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-7d9e9ad753fc9032.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rmeta --cap-lints allow`
14012026-05-07T21:24:41.127Z Compiling env_logger v0.11.10
14022026-05-07T21:24:41.129Z Compiling yasna v0.5.2
14032026-05-07T21:24:41.130Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=411a2d540b1b4608 -C extra-filename=-0b3f93e9d9582f0f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-754d195fc3b0ba94.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-58c5217469529b0e.rmeta --extern env_filter=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_filter-f4b7c7e0c25c9cdc.rmeta --extern jiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libjiff-464c5d5dc9622af3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --cap-lints allow`
14042026-05-07T21:24:41.130Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=8ab972885e068cd1 -C extra-filename=-471fd8c6a8d49ede --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --cap-lints allow`
14052026-05-07T21:24:41.544Z Compiling clap_complete v4.6.3
14062026-05-07T21:24:41.547Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=2e33630f94d433bb -C extra-filename=-933c5eb6be71b5fb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rmeta --cap-lints allow`
14072026-05-07T21:24:41.694Z Compiling console v0.15.11
14082026-05-07T21:24:41.698Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=7ab1726133205c6a -C extra-filename=-acd134c06baba6c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8ac1573f57976031.rmeta --cap-lints allow`
14092026-05-07T21:24:41.831Z Compiling pem v3.0.6
14102026-05-07T21:24:41.831Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=57426bdfea0a442a -C extra-filename=-5080b137601ba90e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --cap-lints allow`
14112026-05-07T21:24:42.187Z Compiling bstr v1.12.1
14122026-05-07T21:24:42.190Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b4a4a6edd932048b -C extra-filename=-d1f19654ad4259e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-d583eedb3a9056da.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ba3033ed53e26e74.rmeta --cap-lints allow`
14132026-05-07T21:24:42.264Z Compiling wait-timeout v0.2.1
14142026-05-07T21:24:42.267Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7d1646a6d583adf -C extra-filename=-ce82b58266e0d58a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow`
14152026-05-07T21:24:42.328Z Compiling humantime v2.3.0
14162026-05-07T21:24:42.331Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=5b8799ffea6b2a89 -C extra-filename=-9dacd49ce6fd4221 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14172026-05-07T21:24:42.468Z Compiling yansi v1.0.1
14182026-05-07T21:24:42.471Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=ca9999b0259c0c1f -C extra-filename=-95efece4fa8ea8d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14192026-05-07T21:24:42.549Z Compiling md5 v0.8.0
14202026-05-07T21:24:42.552Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=89f66a1700f557ff -C extra-filename=-7d9ea2216022cb42 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14212026-05-07T21:24:42.592Z Compiling colored v3.1.1
14222026-05-07T21:24:42.595Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=fa2a70785e0b4b7f -C extra-filename=-8cefada1a4608766 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14232026-05-07T21:24:42.702Z Compiling diff v0.1.13
14242026-05-07T21:24:42.705Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf30ff9039a0509 -C extra-filename=-665568e9a39f9358 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14252026-05-07T21:24:42.729Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=fb893d0a03becdd6 -C extra-filename=-5785effaca89abfd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-58c5217469529b0e.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-d1f19654ad4259e5.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f2c35a0fbe5d42b9.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-87bbb0b2f85d615d.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-ce82b58266e0d58a.rmeta --cap-lints allow`
14262026-05-07T21:24:42.769Z Compiling rcgen v0.14.7
14272026-05-07T21:24:42.769Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=25a8a820a1ce1690 -C extra-filename=-47715c4f59f45bd4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pem=/work/oxidecomputer/oxide.rs/target/debug/deps/libpem-5080b137601ba90e.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-df41dd0eb4323abe.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7c958fd79138fb7b.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-471fd8c6a8d49ede.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out`
14282026-05-07T21:24:42.889Z Compiling pretty_assertions v1.4.1
14292026-05-07T21:24:42.893Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=3d22caa7206a9001 -C extra-filename=-a77571c54f665b68 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-665568e9a39f9358.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-95efece4fa8ea8d4.rmeta --cap-lints allow`
14302026-05-07T21:24:42.974Z Compiling expectorate v1.2.0
14312026-05-07T21:24:42.977Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="predicates"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=339401453975ab4d -C extra-filename=-c596f9dc94ae7b47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomicwrites=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomicwrites-5c451dc4f6c399bb.rmeta --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-acd134c06baba6c0.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-548f8e16e74b297c.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1c32539520123173.rmeta --cap-lints allow`
14322026-05-07T21:24:42.986Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ce09cd3c77923652 -C extra-filename=-b7b612b92beef5eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14332026-05-07T21:24:43.150Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e6e58d574bd4cb52 -C extra-filename=-918f8638cb6f694e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-918f8638cb6f694e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14342026-05-07T21:24:43.253Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=add2e50b0fff5f8c -C extra-filename=-ee4a12d1e52371f8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
14352026-05-07T21:24:43.329Z Compiling toml_datetime v0.6.11
14362026-05-07T21:24:43.332Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c3ad079dc7cb199c -C extra-filename=-fb2f538874623524 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
14372026-05-07T21:24:43.392Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-918f8638cb6f694e/build-script-build`
14382026-05-07T21:24:43.408Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=caed6b3a279dcbc4 -C extra-filename=-9ba5c597d27fe792 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-40f6abe6a837325a.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b7b612b92beef5eb.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-323548e2fc1e4ff0.rmeta --extern zmij=/work/oxidecomputer/oxide.rs/target/debug/deps/libzmij-d78ad92da934348a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
14392026-05-07T21:24:43.535Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=22d8aea9a12db637 -C extra-filename=-70324c9e4de3f0c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-a182aa3c457d9de1.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b7b612b92beef5eb.rmeta --cap-lints allow`
14402026-05-07T21:24:43.589Z Compiling serde_spanned v0.6.9
14412026-05-07T21:24:43.592Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=815401250ea4dfb1 -C extra-filename=-77cec77a3da09900 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --cap-lints allow`
14422026-05-07T21:24:43.687Z Compiling same-file v1.0.6
14432026-05-07T21:24:43.690Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b04cc5929ed10d6 -C extra-filename=-91ac649e3d12570e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14442026-05-07T21:24:43.729Z Compiling winnow v0.7.14
14452026-05-07T21:24:43.733Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5099de26a7e9dab8 -C extra-filename=-2314190df5979a44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14462026-05-07T21:24:43.846Z Compiling toml_write v0.1.2
14472026-05-07T21:24:43.849Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3c58aef13cfd5011 -C extra-filename=-9256be135639e62e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14482026-05-07T21:24:44.036Z Compiling walkdir v2.5.0
14492026-05-07T21:24:44.039Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc9a33c34fe97ab5 -C extra-filename=-aa01cc52458f4aa4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern same_file=/work/oxidecomputer/oxide.rs/target/debug/deps/libsame_file-91ac649e3d12570e.rmeta --cap-lints allow`
14502026-05-07T21:24:44.384Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=9b3739f28d51b88b -C extra-filename=-37c5cfcda4deac77 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-14839cec91d43143.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-788daa662b56a774.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-e62ff5689d78c259.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9ba5c597d27fe792.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
14512026-05-07T21:24:44.515Z Compiling toolchain_find v0.4.0
14522026-05-07T21:24:44.519Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6297f20da6e3c13 -C extra-filename=-4df3316de262e8bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-6d971727d20578ae.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2385822c85f32bf5.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-aa01cc52458f4aa4.rmeta --cap-lints allow`
14532026-05-07T21:24:44.867Z Compiling rustc_version v0.4.1
14542026-05-07T21:24:44.870Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=990435e2ded2a903 -C extra-filename=-58c379a0f26e6af5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2385822c85f32bf5.rmeta --cap-lints allow`
14552026-05-07T21:24:45.179Z Compiling typify-impl v0.6.2
14562026-05-07T21:24:45.182Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d1296fc4c550a1 -C extra-filename=-af8fe1cc8cca0b88 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-838aa34554a23fb8.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-70324c9e4de3f0c5.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-37c5cfcda4deac77.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-d846bfab73682bfe.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-e62ff5689d78c259.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9ba5c597d27fe792.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
14572026-05-07T21:24:45.231Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3584ecd507bce302 -C extra-filename=-c8234cbe079147d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-9e84577ef518573a.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2385822c85f32bf5.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-ee4a12d1e52371f8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
14582026-05-07T21:24:45.455Z Compiling toml_edit v0.22.27
14592026-05-07T21:24:45.459Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=34132b6607702744 -C extra-filename=-4881255eacb56511 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-77cec77a3da09900.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-fb2f538874623524.rmeta --extern toml_write=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_write-9256be135639e62e.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-2314190df5979a44.rmeta --cap-lints allow`
14602026-05-07T21:24:47.029Z Compiling toml v0.8.23
14612026-05-07T21:24:47.032Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=44b9ab49b36aa54e -C extra-filename=-f53c1ebbef1d5941 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-77cec77a3da09900.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-fb2f538874623524.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-4881255eacb56511.rmeta --cap-lints allow`
14622026-05-07T21:24:47.513Z Compiling rustfmt-wrapper v0.2.1
14632026-05-07T21:24:47.516Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdc2fc91112f50d1 -C extra-filename=-a35fd531573f336e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-096418af9db227f2.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f53c1ebbef1d5941.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-4df3316de262e8bb.rmeta --cap-lints allow`
14642026-05-07T21:24:47.692Z Compiling similar v3.1.0
14652026-05-07T21:24:47.695Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "hashbrown", "inline", "serde", "std", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=f43d95106a5d9680 -C extra-filename=-7b959025a0e6cc7a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14662026-05-07T21:24:47.780Z Compiling integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
14672026-05-07T21:24:47.783Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 integration-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31563f10882f9663 -C extra-filename=-2b5bcb531042acee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps`
14682026-05-07T21:24:47.853Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c721fc6396562f12 -C extra-filename=-df78f3b6db4161ee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib`
14692026-05-07T21:24:48.705Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-rs-ac12ea17aa38593f/build-script-build`
14702026-05-07T21:24:48.721Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=811a96857647bca9 -C extra-filename=-d7d5e42f00e92444 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -l static=aws_lc_0_37_1_crypto --cfg universal`
14712026-05-07T21:24:49.146Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-c1229d751761c79d/build-script-build`
14722026-05-07T21:24:49.158Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a6c0618f485649fc -C extra-filename=-f61edff5d341c37a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-5696a3d2578f56d5.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-fe8c7c8261cb6230.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e03ffbfe4776f6d4/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
14732026-05-07T21:24:49.271Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=a51b2bfc2c58c962 -C extra-filename=-dea2d2eaa153fb33 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libaws_lc_sys-d7d5e42f00e92444.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
14742026-05-07T21:24:49.373Z Compiling git2 v0.20.4
14752026-05-07T21:24:49.377Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=2097d376e0a75bbb -C extra-filename=-51c6d6332b0579f9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-2c9a01ab2ae0c016.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-5696a3d2578f56d5.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-f61edff5d341c37a.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-838aa34554a23fb8.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-fc46ead0f1dc647b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e03ffbfe4776f6d4/out/build -L native=/usr/lib/amd64`
14762026-05-07T21:24:50.323Z Compiling rustls-webpki v0.103.9
14772026-05-07T21:24:50.326Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=f731ec1bec12d1c0 -C extra-filename=-95406d899904e634 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libaws_lc_rs-dea2d2eaa153fb33.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out`
14782026-05-07T21:24:50.491Z Compiling typify-macro v0.6.2
14792026-05-07T21:24:50.496Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47a00b11435f6530 -C extra-filename=-4f2c0b5f72b80b8d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-37c5cfcda4deac77.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-d846bfab73682bfe.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-e62ff5689d78c259.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9ba5c597d27fe792.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-eba287880d12ddf8.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-af8fe1cc8cca0b88.rlib --extern proc_macro --cap-lints allow`
14802026-05-07T21:24:51.131Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e631674731491df5 -C extra-filename=-5be108fb0e805c21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libaws_lc_rs-dea2d2eaa153fb33.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-95406d899904e634.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-843cd54bf319c7ee.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out`
14812026-05-07T21:24:51.586Z Compiling built v0.8.0
14822026-05-07T21:24:51.589Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/built-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="git2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=e180c134a357cbf5 -C extra-filename=-47ea04a200477f71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-51c6d6332b0579f9.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e03ffbfe4776f6d4/out/build -L native=/usr/lib/amd64`
14832026-05-07T21:24:52.202Z Compiling oxide-cli v0.16.0+2026032500.0.0 (/work/oxidecomputer/oxide.rs/cli)
14842026-05-07T21:24:52.205Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7a4511f0ab34b17 -C extra-filename=-4e8f605675c06fce --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-4e8f605675c06fce -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern built=/work/oxidecomputer/oxide.rs/target/debug/deps/libbuilt-47ea04a200477f71.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e03ffbfe4776f6d4/out/build -L native=/usr/lib/amd64`
14852026-05-07T21:24:52.453Z Compiling typify v0.6.2
14862026-05-07T21:24:52.471Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=247fcb43ebaf07c4 -C extra-filename=-1bf959574713ff8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-c8234cbe079147d7.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-4f2c0b5f72b80b8d.so --cap-lints allow`
14872026-05-07T21:24:52.540Z Compiling progenitor-impl v0.14.0 (https://github.com/oxidecomputer/progenitor#a6444390)
14882026-05-07T21:24:52.543Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/git/checkouts/progenitor-c11fbe48354ec7ff/a644439/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0b4177a42f63001 -C extra-filename=-7c40fdf16a3868c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-7604aee378eedcf3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-96c3495be7d6079a.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-b421e03b8ea1874b.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-2a821fb97aefd46d.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-9f9b623513a2cad5.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-ee4a12d1e52371f8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-1bf959574713ff8c.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
14892026-05-07T21:24:52.824Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-4e8f605675c06fce/build-script-build`
14902026-05-07T21:24:53.680Z Compiling progenitor v0.14.0 (https://github.com/oxidecomputer/progenitor#a6444390)
14912026-05-07T21:24:53.683Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/git/checkouts/progenitor-c11fbe48354ec7ff/a644439/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=76f9b2d7f9b4c411 -C extra-filename=-ab9797176e4d1e0f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-7c40fdf16a3868c9.rmeta --cap-lints allow`
14922026-05-07T21:24:53.936Z Compiling tokio-rustls v0.26.4
14932026-05-07T21:24:53.971Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=a7c883a934ecd3da -C extra-filename=-a20d21749a8c98df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-5be108fb0e805c21.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out`
14942026-05-07T21:24:54.065Z Compiling rustls-platform-verifier v0.7.0
14952026-05-07T21:24:54.068Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=68793a3b36b90291 -C extra-filename=-8d0217e945010fc6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-5be108fb0e805c21.rmeta --extern rustls_native_certs=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_native_certs-0f077d4cf764dc35.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-95406d899904e634.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out`
14962026-05-07T21:24:54.142Z Compiling hyper-rustls v0.27.7
14972026-05-07T21:24:54.145Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=4ba408677cbec947 -C extra-filename=-5e5493f8e433b627 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-0ffad23cac4b8407.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-5be108fb0e805c21.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-a20d21749a8c98df.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out`
14982026-05-07T21:24:55.877Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
14992026-05-07T21:24:55.880Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d37549d5d6e3bcc2 -C extra-filename=-d0d9a1b8d0e75e89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-548f8e16e74b297c.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-ab9797176e4d1e0f.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rlib --extern rustc_version=/work/oxidecomputer/oxide.rs/target/debug/deps/librustc_version-58c379a0f26e6af5.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-a35fd531573f336e.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-7b959025a0e6cc7a.rlib`
15002026-05-07T21:24:55.976Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78d3cbda98954295 -C extra-filename=-c7293866ae10e85a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-548f8e16e74b297c.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-ab9797176e4d1e0f.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rlib --extern rustc_version=/work/oxidecomputer/oxide.rs/target/debug/deps/librustc_version-58c379a0f26e6af5.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-a35fd531573f336e.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-7b959025a0e6cc7a.rlib`
15012026-05-07T21:25:07.775Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=63b61ba224d05d40 -C extra-filename=-fe5218d8c5561212 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
15022026-05-07T21:25:07.779Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-1a20bb1ebfa4144a/build-script-build`
15032026-05-07T21:25:07.779Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-de16239a6c49bbc2/build-script-build`
15042026-05-07T21:25:08.075Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2b98fc0502964091 -C extra-filename=-ae806b3472add96b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-a9ad292398f37ef2.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-90abc3ce3a927066.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-188fe77998a297dc.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-30bebfac3c897c13.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-fe5218d8c5561212.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
15052026-05-07T21:25:09.984Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alpn"' --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=60337579334db9b2 -C extra-filename=-526ebad9f132b106 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-ae806b3472add96b.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-7c6d84e7b9f7ec58.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-fe5218d8c5561212.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
15062026-05-07T21:25:10.190Z Compiling tokio-native-tls v0.3.1
15072026-05-07T21:25:10.193Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=0b3581c135146365 -C extra-filename=-3f0d6d3534322266 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-526ebad9f132b106.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15082026-05-07T21:25:10.301Z Compiling hyper-tls v0.6.0
15092026-05-07T21:25:10.304Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alpn"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d8dd488e89eb93b1 -C extra-filename=-9be6d404df7104dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-cdfafe0b609cac0d.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-0ffad23cac4b8407.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-526ebad9f132b106.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-3f0d6d3534322266.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15102026-05-07T21:25:10.426Z Compiling reqwest v0.13.3
15112026-05-07T21:25:10.430Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__native-tls"' --cfg 'feature="__native-tls-alpn"' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=92adc44495f3e99e -C extra-filename=-92e9f345713bc373 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-2073e817dd04c0c3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-035c7630c42646b3.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-2e1236fdd627fd13.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-ee7e6804875e1924.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-cdfafe0b609cac0d.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-750949151719a680.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-5e5493f8e433b627.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-9be6d404df7104dc.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-0ffad23cac4b8407.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-235463e45803fe31.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-526ebad9f132b106.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-db49515d1868b269.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-5be108fb0e805c21.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b5ecc0ba3e9b859d.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_platform_verifier-8d0217e945010fc6.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-d22b4ef97641077c.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-7da2cc819b75df78.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-3f0d6d3534322266.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-a20d21749a8c98df.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rmeta --extern tower=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower-073f433e369beb9d.rmeta --extern tower_http=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_http-23b16af0ddd2a5cc.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15122026-05-07T21:25:11.385Z Compiling progenitor-client v0.14.0
15132026-05-07T21:25:11.385Z Compiling oauth2-reqwest v0.1.0-alpha.3
15142026-05-07T21:25:11.389Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01fb708f525bdac7 -C extra-filename=-4bf0013116e381e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-9f0143c5f1cdfa67.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-d22b4ef97641077c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15152026-05-07T21:25:11.389Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oauth2_reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oauth2-reqwest-0.1.0-alpha.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blocking"))' -C metadata=0531d624c95bf243 -C extra-filename=-50ead5e9a2d0c8ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15162026-05-07T21:25:11.578Z Compiling oxide v0.16.0+2026032500.0.0 (/work/oxidecomputer/oxide.rs/sdk)
15172026-05-07T21:25:11.581Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --cfg 'feature="native-tls-vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "extras", "native-tls-vendored"))' -C metadata=8ac18946357cd19a -C extra-filename=-4f70dc52548849a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rmeta --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-1da99be0aa8b5544.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4bf0013116e381e6.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-9e84577ef518573a.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15182026-05-07T21:25:12.508Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --cfg 'feature="native-tls-vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "extras", "native-tls-vendored"))' -C metadata=89c848efdbb00699 -C extra-filename=-07d3591e18ca9193 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-1da99be0aa8b5544.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4bf0013116e381e6.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-9e84577ef518573a.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15192026-05-07T21:25:35.332Z Compiling oxide-httpmock v0.16.0+2026032500.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
15202026-05-07T21:25:35.335Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b17198a6a41d3955 -C extra-filename=-1a57e8b1d0229726 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15212026-05-07T21:25:41.120Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_auth --edition=2021 cli/tests/test_auth.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a83767df1f9f518c -C extra-filename=-33f71d9a43a8b7e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15222026-05-07T21:25:41.124Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_disk_import --edition=2021 cli/tests/test_disk_import.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=932b3c065c9ba5dc -C extra-filename=-0d9b56d5a9a48710 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15232026-05-07T21:25:41.124Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_projects --edition=2021 cli/tests/test_projects.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c822a8471422b84 -C extra-filename=-9266727ec56e0d52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15242026-05-07T21:25:41.124Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 integration-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e27f0a8bda6b7f6f -C extra-filename=-3fa715f705fd20c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15252026-05-07T21:25:41.124Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_system_networking_allowlist --edition=2021 cli/tests/test_system_networking_allowlist.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3964be3a78c2764 -C extra-filename=-3cd66fe9f7605d5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15262026-05-07T21:25:41.133Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_update --edition=2021 cli/tests/test_update.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f50f67015651cddc -C extra-filename=-0adb724a8b437a34 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15272026-05-07T21:25:41.133Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_bundles --edition=2021 cli/tests/test_bundles.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a8177ee9c2b014d -C extra-filename=-bab5bd165b071b3d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15282026-05-07T21:25:41.133Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_instance --edition=2021 cli/tests/test_instance.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f13fd19958c0589e -C extra-filename=-19bf9b0d7ae772b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15292026-05-07T21:25:41.401Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_docs --edition=2021 cli/tests/test_docs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=434f68dcb1a60c2c -C extra-filename=-d26385aff6c82063 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15302026-05-07T21:25:42.757Z Compiling mock-server v0.0.0 (/work/oxidecomputer/oxide.rs/mock-server)
15312026-05-07T21:25:42.759Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name mock_server --edition=2021 mock-server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e5d2fd4bbc2eb36 -C extra-filename=-9c2301e30deba57c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15322026-05-07T21:25:43.540Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c786aa79c334d7 -C extra-filename=-b2908a71714c3676 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15332026-05-07T21:25:44.091Zerror[E0432]: unresolved imports `oxide::types::SwitchInterfaceKind2`, `oxide::types::SwitchPortGeometry2`
15342026-05-07T21:25:44.091Z --> cli/src/cmd_net.rs:20:59
15352026-05-07T21:25:44.091Z |
15362026-05-07T21:25:44.091Z20 | SwitchInterfaceConfigCreate, SwitchInterfaceKind, SwitchInterfaceKind2, SwitchPort,
15372026-05-07T21:25:44.091Z | ^^^^^^^^^^^^^^^^^^^^ no `SwitchInterfaceKind2` in `generated_sdk::types`
15382026-05-07T21:25:44.091Z21 | SwitchPortConfigCreate, SwitchPortGeometry, SwitchPortGeometry2, SwitchPortRouteConfig,
15392026-05-07T21:25:44.091Z | ^^^^^^^^^^^^^^^^^^^ no `SwitchPortGeometry2` in `generated_sdk::types`
15402026-05-07T21:25:44.091Z |
15412026-05-07T21:25:44.091Zhelp: a similar name exists in the module
15422026-05-07T21:25:44.091Z |
15432026-05-07T21:25:44.091Z20 - SwitchInterfaceConfigCreate, SwitchInterfaceKind, SwitchInterfaceKind2, SwitchPort,
15442026-05-07T21:25:44.091Z20 + SwitchInterfaceConfigCreate, SwitchInterfaceKind, SwitchInterfaceKind, SwitchPort,
15452026-05-07T21:25:44.091Z |
15462026-05-07T21:25:44.091Zhelp: a similar name exists in the module
15472026-05-07T21:25:44.091Z |
15482026-05-07T21:25:44.091Z21 - SwitchPortConfigCreate, SwitchPortGeometry, SwitchPortGeometry2, SwitchPortRouteConfig,
15492026-05-07T21:25:44.091Z21 + SwitchPortConfigCreate, SwitchPortGeometry, SwitchPortGeometry, SwitchPortRouteConfig,
15502026-05-07T21:25:44.091Z |
15512026-05-07T21:25:44.091Z
15522026-05-07T21:25:44.992Zerror[E0609]: no field `vlan_interfaces` on type `oxide::types::SwitchPortSettings`
15532026-05-07T21:25:44.992Z --> cli/src/cmd_net.rs:1834:22
15542026-05-07T21:25:44.992Z |
15552026-05-07T21:25:44.992Z1834 | for v in current.vlan_interfaces.iter() {
15562026-05-07T21:25:44.992Z | ^^^^^^^^^^^^^^^ unknown field
15572026-05-07T21:25:44.992Z |
15582026-05-07T21:25:44.992Zhelp: a field with a similar name exists
15592026-05-07T21:25:44.992Z |
15602026-05-07T21:25:44.992Z1834 - for v in current.vlan_interfaces.iter() {
15612026-05-07T21:25:44.992Z1834 + for v in current.interfaces.iter() {
15622026-05-07T21:25:44.992Z |
15632026-05-07T21:25:44.992Z
15642026-05-07T21:25:51.298Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d9512751a119927 -C extra-filename=-4199e454b65184db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15652026-05-07T21:25:51.407Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_api --edition=2021 cli/tests/test_api.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4c62fce2d713f98 -C extra-filename=-ba28242c72bce907 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15662026-05-07T21:25:51.447Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name mock_server --edition=2021 mock-server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be831363a812ec03 -C extra-filename=-116ff5a1099c2d11 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib`
15672026-05-07T21:25:51.502Zerror[E0432]: unresolved import `oxide::types::SwitchPortGeometry2`
15682026-05-07T21:25:51.502Z --> cli/tests/test_net.rs:13:23
15692026-05-07T21:25:51.502Z |
15702026-05-07T21:25:51.502Z13 | SwitchPortConfig, SwitchPortGeometry2, SwitchPortLinkConfig, SwitchPortResultsPage,
15712026-05-07T21:25:51.502Z | ^^^^^^^^^^^^^^^^^^^
15722026-05-07T21:25:51.502Z | |
15732026-05-07T21:25:51.502Z | no `SwitchPortGeometry2` in `generated_sdk::types`
15742026-05-07T21:25:51.502Z | help: a similar name exists in the module: `SwitchPortGeometry`
15752026-05-07T21:25:51.502Z
15762026-05-07T21:25:51.581Zerror[E0560]: struct `oxide::types::SwitchPortSettings` has no field named `vlan_interfaces`
15772026-05-07T21:25:51.581Z --> cli/tests/test_net.rs:199:9
15782026-05-07T21:25:51.581Z |
15792026-05-07T21:25:51.581Z199 | vlan_interfaces: Vec::new(),
15802026-05-07T21:25:51.581Z | ^^^^^^^^^^^^^^^ `oxide::types::SwitchPortSettings` does not have this field
15812026-05-07T21:25:51.581Z |
15822026-05-07T21:25:51.581Z = note: all struct fields are already assigned
15832026-05-07T21:25:51.581Z
15842026-05-07T21:25:51.585Zerror[E0560]: struct `oxide::types::SwitchPortSettings` has no field named `vlan_interfaces`
15852026-05-07T21:25:51.585Z --> cli/tests/test_net.rs:309:9
15862026-05-07T21:25:51.585Z |
15872026-05-07T21:25:51.585Z309 | vlan_interfaces: Vec::new(),
15882026-05-07T21:25:51.585Z | ^^^^^^^^^^^^^^^ `oxide::types::SwitchPortSettings` does not have this field
15892026-05-07T21:25:51.585Z |
15902026-05-07T21:25:51.585Z = note: all struct fields are already assigned
15912026-05-07T21:25:51.585Z
15922026-05-07T21:25:51.725ZSome errors have detailed explanations: E0432, E0560.
15932026-05-07T21:25:51.725ZFor more information about an error, try `rustc --explain E0432`.
15942026-05-07T21:25:51.764Zerror: could not compile `oxide-cli` (test "test_net") due to 3 previous errors
15952026-05-07T21:25:51.764Z
15962026-05-07T21:25:51.764ZCaused by:
15972026-05-07T21:25:51.764Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d9512751a119927 -C extra-filename=-4199e454b65184db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5785effaca89abfd.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-7b17b9aa8b477be3.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-c596f9dc94ae7b47.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9c19bec90bdb5e6a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-104f082aab67393c.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-1a57e8b1d0229726.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-a77571c54f665b68.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-8112703be846ba20.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-47715c4f59f45bd4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-5269a70290aee411.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c04b481afb4cac7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-44084cc5a33f0b1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib` (exit status: 1)
15982026-05-07T21:25:51.764Zwarning: build failed, waiting for other jobs to finish...
15992026-05-07T21:25:54.858ZSome errors have detailed explanations: E0432, E0609.
16002026-05-07T21:25:54.991Zerror: could not compile `oxide-cli` (bin "oxide") due to 2 previous errors
16012026-05-07T21:25:54.991Z
16022026-05-07T21:25:54.991ZCaused by:
16032026-05-07T21:25:54.991Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c786aa79c334d7 -C extra-filename=-b2908a71714c3676 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-3f3c2f1a4406203c.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-009ee8704fb65540.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-942884d1fd5b404c.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ec2e0891deb2d02b.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-0ec125c01522b302.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-8810ad717772d2d4.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-933c5eb6be71b5fb.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e0d0445940f7f7c6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3b913f0534e23a5c.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-23863259efa65f67.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-0b3f93e9d9582f0f.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-57cb83c2285a14b8.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-e1858ee734869d5b.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-7d9ea2216022cb42.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-0f2d4ff84199f011.rlib --extern oauth2_reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2_reqwest-50ead5e9a2d0c8ea.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9082dc38282b10e1.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-4f70dc52548849a2.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5023681a185a3ca6.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-4f79ce4ce68ae520.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-4df1f58c63185d54.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-92e9f345713bc373.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-eb351ce5905e43f7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-0e1dc64dd806ad6d.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-50b516c7ccc5923f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-83f583f35f3f6eb6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-dc2f732860f54b82.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-f735a71213748beb.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-210921f30066576f.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-7eb53f6793acb47a.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-5719a15519a57200.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-923fdc7e119d2f86.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-faf57f09b860858b/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-cabf9583195bb3b4/out/openssl-build/install/lib` (exit status: 1)
16042026-05-07T21:26:01.628Z
16052026-05-07T21:26:01.628Zreal 2:08.535374644
16062026-05-07T21:26:01.628Zuser 9:03.366453309
16072026-05-07T21:26:01.628Zsys 1:43.550476403
16082026-05-07T21:26:01.628Ztrap 0.265097187
16092026-05-07T21:26:01.628Ztflt 0.667069982
16102026-05-07T21:26:01.628Zdflt 0.637601689
16112026-05-07T21:26:01.628Zkflt 0.010633184
16122026-05-07T21:26:01.632Zlock 16:43.091481501
16132026-05-07T21:26:01.632Zslp 42:06.610403315
16142026-05-07T21:26:01.632Zlat 30.958358104
16152026-05-07T21:26:01.632Zstop 1:06.469386436
16162026-05-07T21:26:01.632Zprocess exited: duration 145016 ms, exit code 101
 
16172026-05-07T21:26:01.639Zfound 0 output files