01KKHPZ4D9304KA9BFJH0FSSFB: build-and-test / illumos

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

Buildomat Job: 01KKHPZD47XJ3MM9Q7SKHNTC2B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-12T19:05:51.535Zjob assigned to worker 01KKHPZEWM0TXFYV1XVWTAZVVD [factory aws, i-0abafdbeaed6ea43a] (queued for 1 m 16 s)
 
22026-03-12T19:05:59.017Zstarting task 0: "setup"
32026-03-12T19:05:59.021Z++ uname -s
42026-03-12T19:05:59.024Z+ kern=SunOS
52026-03-12T19:05:59.024Z+ build_user=build
62026-03-12T19:05:59.024Z+ build_uid=12345
72026-03-12T19:05:59.024Z+ work_dir=/work
82026-03-12T19:05:59.024Z+ input_dir=/input
92026-03-12T19:05:59.024Z+ [[ 0 == 12345 ]]
102026-03-12T19:05:59.024Z+ case "$kern" in
112026-03-12T19:05:59.024Z+ groupadd -g 12345 build
122026-03-12T19:05:59.027Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-12T19:06:01.033Z+ zfs create -o mountpoint=/work rpool/work
142026-03-12T19:06:01.150Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-12T19:06:01.153Z+ home_fs=zfs
162026-03-12T19:06:01.153Z+ [[ zfs == autofs ]]
172026-03-12T19:06:01.153Z+ mkdir -p /home/build
182026-03-12T19:06:01.156Z+ chown build:build /home/build /work
192026-03-12T19:06:03.156Z+ chmod 0700 /home/build /work
202026-03-12T19:06:03.159Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-12T19:06:03.165Zstarting task 1: "rust-toolchain"
222026-03-12T19:06:03.169Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-12T19:06:03.169Z * rust toolchain channel = "stable"
242026-03-12T19:06:03.169Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-12T19:06:03.169Z * rust toolchain profile = "default"
262026-03-12T19:06:03.169Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-12T19:06:03.169Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-12T19:06:03.172Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-12T19:06:03.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-12T19:06:04.380Zinfo: downloading installer
312026-03-12T19:06:06.041Zwarn: It looks like you have an existing installation of Rust at:
322026-03-12T19:06:06.041Zwarn: /opt/ooce/bin
332026-03-12T19:06:06.041Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-12T19:06:06.041Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-12T19:06:06.041Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-12T19:06:06.041Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-12T19:06:06.041Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-12T19:06:06.041Zerror: cannot install while Rust is installed
392026-03-12T19:06:06.041Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-12T19:06:06.041Zwarn: It looks like you have an existing rustup settings file at:
412026-03-12T19:06:06.041Zwarn: /home/build/.rustup/settings.toml
422026-03-12T19:06:06.041Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-12T19:06:06.041Zwarn: instead of the one inferred from the default host triple.
442026-03-12T19:06:06.058Zinfo: profile set to default
452026-03-12T19:06:06.058Zinfo: default host triple is x86_64-unknown-illumos
462026-03-12T19:06:06.061Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-12T19:06:06.222Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-12T19:06:06.225Zinfo: downloading 6 components
492026-03-12T19:06:23.357Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-12T19:06:23.358Z
512026-03-12T19:06:23.393Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-12T19:06:23.393Z
532026-03-12T19:06:23.393Z
542026-03-12T19:06:23.393ZRust is installed now. Great!
552026-03-12T19:06:23.393Z
562026-03-12T19:06:23.393ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-12T19:06:23.393Zenvironment variable. This has not been done automatically.
582026-03-12T19:06:23.393Z
592026-03-12T19:06:23.393ZTo configure your current shell, you need to source
602026-03-12T19:06:23.393Zthe corresponding env file under $HOME/.cargo.
612026-03-12T19:06:23.393Z
622026-03-12T19:06:23.396ZThis is usually done by running one of the following (note the leading DOT):
632026-03-12T19:06:23.396Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-12T19:06:23.396Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-12T19:06:23.396Zsource "~/.cargo/env.nu" # For nushell
662026-03-12T19:06:23.396Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-12T19:06:23.396Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-12T19:06:23.396Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-12T19:06:23.396Zwarn: no default linker (`cc`) was found in your PATH
702026-03-12T19:06:23.396Zwarn: many Rust crates require a system C toolchain to build
712026-03-12T19:06:23.488Z+ rustup --version
722026-03-12T19:06:23.499Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-12T19:06:23.502Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-12T19:06:23.525Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-12T19:06:23.527Z+ cargo --version
762026-03-12T19:06:23.544Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-12T19:06:23.547Z+ rustc --version
782026-03-12T19:06:23.572Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-12T19:06:23.575Zprocess exited: duration 20407 ms, exit code 0
 
802026-03-12T19:06:23.581Zstarting task 2: "authentication"
812026-03-12T19:06:23.600Zprocess exited: duration 19 ms, exit code 0
 
822026-03-12T19:06:23.606Zstarting task 3: "clone repository"
832026-03-12T19:06:23.610Z+ mkdir -p /work/oxidecomputer/oxide.rs
842026-03-12T19:06:23.612Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
852026-03-12T19:06:23.649ZCloning into '/work/oxidecomputer/oxide.rs'...
862026-03-12T19:06:26.104Z+ cd /work/oxidecomputer/oxide.rs
872026-03-12T19:06:26.104Z+ git fetch origin eccd90cd1272f8d39e90c5514888ef58e0ab4f1e
882026-03-12T19:06:26.409ZFrom https://github.com/oxidecomputer/oxide.rs
892026-03-12T19:06:26.409Z * branch eccd90cd1272f8d39e90c5514888ef58e0ab4f1e -> FETCH_HEAD
902026-03-12T19:06:26.417Z+ [[ -n integration ]]
912026-03-12T19:06:26.421Z++ git branch --show-current
922026-03-12T19:06:26.423Z+ current=main
932026-03-12T19:06:26.423Z+ [[ main != integration ]]
942026-03-12T19:06:26.423Z+ git branch -f integration eccd90cd1272f8d39e90c5514888ef58e0ab4f1e
952026-03-12T19:06:26.426Z+ git checkout -f integration
962026-03-12T19:06:26.453ZSwitched to branch 'integration'
972026-03-12T19:06:26.456Z+ git reset --hard eccd90cd1272f8d39e90c5514888ef58e0ab4f1e
982026-03-12T19:06:26.501ZHEAD is now at eccd90c Rebuilt with latest dependency updates
992026-03-12T19:06:26.504Zprocess exited: duration 2895 ms, exit code 0
 
1002026-03-12T19:06:26.509Zstarting task 4: "build"
1012026-03-12T19:06:26.513Z+ rustup show active-toolchain
1022026-03-12T19:06:26.521Zinfo: syncing channel updates for 1.89-x86_64-unknown-illumos
1032026-03-12T19:06:26.679Zinfo: latest update on 2025-08-07 for version 1.89.0 (29483883e 2025-08-04)
1042026-03-12T19:06:26.682Zinfo: downloading 6 components
1052026-03-12T19:06:44.164Z1.89-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/oxide.rs/rust-toolchain.toml')
1062026-03-12T19:06:44.245Z+ cargo --version
1072026-03-12T19:06:44.266Zcargo 1.89.0 (c24e10642 2025-06-23)
1082026-03-12T19:06:44.268Z+ rustc --version
1092026-03-12T19:06:44.304Zrustc 1.89.0 (29483883e 2025-08-04)
1102026-03-12T19:06:44.308Z+ banner build
1112026-03-12T19:06:44.311Z
1122026-03-12T19:06:44.311Z ##### # # # # #####
1132026-03-12T19:06:44.311Z # # # # # # # #
1142026-03-12T19:06:44.311Z ##### # # # # # #
1152026-03-12T19:06:44.311Z # # # # # # # #
1162026-03-12T19:06:44.311Z # # # # # # # #
1172026-03-12T19:06:44.311Z ##### #### # ###### #####
1182026-03-12T19:06:44.311Z
1192026-03-12T19:06:44.314Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1202026-03-12T19:06:44.421Z Updating crates.io index
1212026-03-12T19:06:44.424Z Updating git repository `https://github.com/oxidecomputer/thouart`
1222026-03-12T19:06:44.756Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1232026-03-12T19:06:50.927Z Downloading crates ...
1242026-03-12T19:06:50.994Z Downloaded anstream v0.6.21
1252026-03-12T19:06:50.999Z Downloaded clap_derive v4.5.55
1262026-03-12T19:06:51.009Z Downloaded async-lock v3.4.2
1272026-03-12T19:06:51.012Z Downloaded async-stream-impl v0.3.6
1282026-03-12T19:06:51.015Z Downloaded built v0.8.0
1292026-03-12T19:06:51.021Z Downloaded native-tls v0.2.18
1302026-03-12T19:06:51.024Z Downloaded nu-ansi-term v0.50.3
1312026-03-12T19:06:51.026Z Downloaded dyn-clone v1.0.20
1322026-03-12T19:06:51.029Z Downloaded bitflags v1.3.2
1332026-03-12T19:06:51.032Z Downloaded num-derive v0.4.2
1342026-03-12T19:06:51.032Z Downloaded async-trait v0.1.89
1352026-03-12T19:06:51.034Z Downloaded num-conv v0.2.0
1362026-03-12T19:06:51.038Z Downloaded document-features v0.2.12
1372026-03-12T19:06:51.038Z Downloaded clap_complete v4.5.66
1382026-03-12T19:06:51.040Z Downloaded castaway v0.2.4
1392026-03-12T19:06:51.043Z Downloaded multer v3.1.0
1402026-03-12T19:06:51.046Z Downloaded bytemuck v1.25.0
1412026-03-12T19:06:51.049Z Downloaded clap v4.5.60
1422026-03-12T19:06:51.054Z Downloaded event-listener v5.4.1
1432026-03-12T19:06:51.056Z Downloaded progenitor-client v0.13.0
1442026-03-12T19:06:51.059Z Downloaded num-traits v0.2.19
1452026-03-12T19:06:51.062Z Downloaded cmake v0.1.57
1462026-03-12T19:06:51.062Z Downloaded camino v1.2.2
1472026-03-12T19:06:51.064Z Downloaded quote v1.0.45
1482026-03-12T19:06:51.069Z Downloaded crc32fast v1.5.0
1492026-03-12T19:06:51.071Z Downloaded console v0.16.2
1502026-03-12T19:06:51.071Z Downloaded minimal-lexical v0.2.1
1512026-03-12T19:06:51.074Z Downloaded digest v0.10.7
1522026-03-12T19:06:51.078Z Downloaded debug-ignore v1.0.5
1532026-03-12T19:06:51.081Z Downloaded num-bigint v0.4.6
1542026-03-12T19:06:51.081Z Downloaded colorchoice v1.0.4
1552026-03-12T19:06:51.084Z Downloaded rusticata-macros v4.1.0
1562026-03-12T19:06:51.086Z Downloaded dirs-sys-next v0.1.2
1572026-03-12T19:06:51.086Z Downloaded clap_lex v1.0.0
1582026-03-12T19:06:51.089Z Downloaded darling_macro v0.23.0
1592026-03-12T19:06:51.089Z Downloaded atomicwrites v0.4.4
1602026-03-12T19:06:51.092Z Downloaded rustc_version v0.4.1
1612026-03-12T19:06:51.093Z Downloaded rustc-hash v2.1.1
1622026-03-12T19:06:51.095Z Downloaded dirs v6.0.0
1632026-03-12T19:06:51.095Z Downloaded async-object-pool v0.2.0
1642026-03-12T19:06:51.098Z Downloaded parking v2.2.1
1652026-03-12T19:06:51.098Z Downloaded ratatui-crossterm v0.1.0
1662026-03-12T19:06:51.101Z Downloaded errno v0.3.14
1672026-03-12T19:06:51.101Z Downloaded dunce v1.0.5
1682026-03-12T19:06:51.103Z Downloaded anstyle-query v1.1.5
1692026-03-12T19:06:51.103Z Downloaded event-listener-strategy v0.5.4
1702026-03-12T19:06:51.106Z Downloaded same-file v1.0.6
1712026-03-12T19:06:51.108Z Downloaded anstyle v1.0.13
1722026-03-12T19:06:51.109Z Downloaded fancy-regex v0.11.0
1732026-03-12T19:06:51.111Z Downloaded rustfmt-wrapper v0.2.1
1742026-03-12T19:06:51.114Z Downloaded async-stream v0.3.6
1752026-03-12T19:06:51.116Z Downloaded rand_chacha v0.3.1
1762026-03-12T19:06:51.116Z Downloaded yoke v0.8.1
1772026-03-12T19:06:51.119Z Downloaded predicates v3.1.4
1782026-03-12T19:06:51.121Z Downloaded concurrent-queue v2.5.0
1792026-03-12T19:06:51.124Z Downloaded potential_utf v0.1.4
1802026-03-12T19:06:51.129Z Downloaded predicates-core v1.0.10
1812026-03-12T19:06:51.129Z Downloaded newline-converter v0.3.0
1822026-03-12T19:06:51.129Z Downloaded env_filter v1.0.0
1832026-03-12T19:06:51.129Z Downloaded pathdiff v0.2.3
1842026-03-12T19:06:51.132Z Downloaded phf_shared v0.11.3
1852026-03-12T19:06:51.132Z Downloaded openssl-probe v0.2.1
1862026-03-12T19:06:51.135Z Downloaded assert_cmd v2.1.2
1872026-03-12T19:06:51.135Z Downloaded data-encoding v2.10.0
1882026-03-12T19:06:51.138Z Downloaded predicates-tree v1.0.13
1892026-03-12T19:06:51.138Z Downloaded powerfmt v0.2.0
1902026-03-12T19:06:51.140Z Downloaded phf_generator v0.11.3
1912026-03-12T19:06:51.140Z Downloaded futures-task v0.3.32
1922026-03-12T19:06:51.143Z Downloaded atomic v0.6.1
1932026-03-12T19:06:51.144Z Downloaded openssl-macros v0.1.1
1942026-03-12T19:06:51.148Z Downloaded ratatui-termwiz v0.1.0
1952026-03-12T19:06:51.148Z Downloaded quinn-udp v0.5.14
1962026-03-12T19:06:51.150Z Downloaded cpufeatures v0.2.17
1972026-03-12T19:06:51.150Z Downloaded assert-json-diff v2.0.2
1982026-03-12T19:06:51.153Z Downloaded wezterm-color-types v0.3.0
1992026-03-12T19:06:51.153Z Downloaded nom v7.1.3
2002026-03-12T19:06:51.156Z Downloaded difflib v0.4.0
2012026-03-12T19:06:51.159Z Downloaded float-cmp v0.10.0
2022026-03-12T19:06:51.162Z Downloaded fixedbitset v0.4.2
2032026-03-12T19:06:51.162Z Downloaded yoke-derive v0.8.1
2042026-03-12T19:06:51.165Z Downloaded futures-sink v0.3.32
2052026-03-12T19:06:51.165Z Downloaded pin-utils v0.1.0
2062026-03-12T19:06:51.165Z Downloaded num_threads v0.1.7
2072026-03-12T19:06:51.168Z Downloaded equivalent v1.0.2
2082026-03-12T19:06:51.168Z Downloaded dirs-next v2.0.0
2092026-03-12T19:06:51.171Z Downloaded der-parser v10.0.0
2102026-03-12T19:06:51.173Z Downloaded wait-timeout v0.2.1
2112026-03-12T19:06:51.173Z Downloaded vtparse v0.6.2
2122026-03-12T19:06:51.176Z Downloaded cfg-if v1.0.4
2132026-03-12T19:06:51.176Z Downloaded open v5.3.3
2142026-03-12T19:06:51.179Z Downloaded rand_core v0.9.5
2152026-03-12T19:06:51.179Z Downloaded percent-encoding v2.3.2
2162026-03-12T19:06:51.181Z Downloaded env_logger v0.11.9
2172026-03-12T19:06:51.184Z Downloaded diff v0.1.13
2182026-03-12T19:06:51.187Z Downloaded memmem v0.1.1
2192026-03-12T19:06:51.187Z Downloaded hyper-tls v0.6.0
2202026-03-12T19:06:51.191Z Downloaded erased-serde v0.3.31
2212026-03-12T19:06:51.193Z Downloaded siphasher v1.0.2
2222026-03-12T19:06:51.193Z Downloaded dropshot_endpoint v0.16.7
2232026-03-12T19:06:51.196Z Downloaded ratatui-macros v0.7.0
2242026-03-12T19:06:51.196Z Downloaded line-clipping v0.3.5
2252026-03-12T19:06:51.199Z Downloaded pem v3.0.6
2262026-03-12T19:06:51.201Z Downloaded wezterm-dynamic v0.2.1
2272026-03-12T19:06:51.201Z Downloaded ppv-lite86 v0.2.21
2282026-03-12T19:06:51.204Z Downloaded phf_codegen v0.11.3
2292026-03-12T19:06:51.204Z Downloaded cfg_aliases v0.2.1
2302026-03-12T19:06:51.207Z Downloaded cassowary v0.3.0
2312026-03-12T19:06:51.207Z Downloaded strsim v0.11.1
2322026-03-12T19:06:51.209Z Downloaded untrusted v0.9.0
2332026-03-12T19:06:51.212Z Downloaded hex v0.4.3
2342026-03-12T19:06:51.212Z Downloaded rustversion v1.0.22
2352026-03-12T19:06:51.215Z Downloaded toml_datetime v0.6.11
2362026-03-12T19:06:51.215Z Downloaded scopeguard v1.2.0
2372026-03-12T19:06:51.220Z Downloaded is-wsl v0.4.0
2382026-03-12T19:06:51.220Z Downloaded rcgen v0.14.7
2392026-03-12T19:06:51.223Z Downloaded tinyvec_macros v0.1.1
2402026-03-12T19:06:51.223Z Downloaded rand_chacha v0.9.0
2412026-03-12T19:06:51.225Z Downloaded convert_case v0.10.0
2422026-03-12T19:06:51.225Z Downloaded rustls-pemfile v2.2.0
2432026-03-12T19:06:51.228Z Downloaded pin-project-lite v0.2.16
2442026-03-12T19:06:51.231Z Downloaded is_terminal_polyfill v1.70.2
2452026-03-12T19:06:51.234Z Downloaded phf v0.11.3
2462026-03-12T19:06:51.237Z Downloaded paste v1.0.15
2472026-03-12T19:06:51.240Z Downloaded displaydoc v0.2.5
2482026-03-12T19:06:51.243Z Downloaded termtree v0.5.1
2492026-03-12T19:06:51.243Z Downloaded parking_lot_core v0.9.12
2502026-03-12T19:06:51.245Z Downloaded rustls-native-certs v0.8.3
2512026-03-12T19:06:51.248Z Downloaded sha1 v0.10.6
2522026-03-12T19:06:51.250Z Downloaded csscolorparser v0.6.2
2532026-03-12T19:06:51.250Z Downloaded darling v0.23.0
2542026-03-12T19:06:51.253Z Downloaded console v0.15.11
2552026-03-12T19:06:51.256Z Downloaded proc-macro2 v1.0.106
2562026-03-12T19:06:51.259Z Downloaded nix v0.29.0
2572026-03-12T19:06:51.268Z Downloaded mime v0.3.17
2582026-03-12T19:06:51.270Z Downloaded memoffset v0.9.1
2592026-03-12T19:06:51.273Z Downloaded subtle v2.6.1
2602026-03-12T19:06:51.273Z Downloaded itoa v1.0.17
2612026-03-12T19:06:51.276Z Downloaded headers-core v0.3.0
2622026-03-12T19:06:51.276Z Downloaded yasna v0.5.2
2632026-03-12T19:06:51.278Z Downloaded humantime v2.3.0
2642026-03-12T19:06:51.281Z Downloaded filedescriptor v0.8.3
2652026-03-12T19:06:51.281Z Downloaded termios v0.3.3
2662026-03-12T19:06:51.284Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2672026-03-12T19:06:51.284Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2682026-03-12T19:06:51.287Z Downloaded stable_deref_trait v1.2.1
2692026-03-12T19:06:51.287Z Downloaded once_cell v1.21.3
2702026-03-12T19:06:51.290Z Downloaded md5 v0.8.0
2712026-03-12T19:06:51.290Z Downloaded pkg-config v0.3.32
2722026-03-12T19:06:51.293Z Downloaded lru v0.12.5
2732026-03-12T19:06:51.295Z Downloaded instability v0.3.11
2742026-03-12T19:06:51.295Z Downloaded heck v0.5.0
2752026-03-12T19:06:51.298Z Downloaded wezterm-blob-leases v0.1.1
2762026-03-12T19:06:51.298Z Downloaded colored v3.1.1
2772026-03-12T19:06:51.302Z Downloaded tokio-rustls v0.25.0
2782026-03-12T19:06:51.302Z Downloaded support-bundle-viewer v0.1.2
2792026-03-12T19:06:51.305Z Downloaded semver v1.0.27
2802026-03-12T19:06:51.307Z Downloaded unit-prefix v0.5.2
2812026-03-12T19:06:51.307Z Downloaded is-terminal v0.4.17
2822026-03-12T19:06:51.310Z Downloaded toml_write v0.1.2
2832026-03-12T19:06:51.310Z Downloaded foreign-types v0.3.2
2842026-03-12T19:06:51.312Z Downloaded wezterm-dynamic-derive v0.1.1
2852026-03-12T19:06:51.312Z Downloaded want v0.3.1
2862026-03-12T19:06:51.315Z Downloaded pest_derive v2.8.6
2872026-03-12T19:06:51.318Z Downloaded schemars_derive v0.8.22
2882026-03-12T19:06:51.318Z Downloaded futures-core v0.3.32
2892026-03-12T19:06:51.320Z Downloaded simd-adler32 v0.3.8
2902026-03-12T19:06:51.320Z Downloaded generic-array v0.14.7
2912026-03-12T19:06:51.323Z Downloaded hyper-rustls v0.27.7
2922026-03-12T19:06:51.326Z Downloaded idna_adapter v1.2.1
2932026-03-12T19:06:51.327Z Downloaded foreign-types-shared v0.1.1
2942026-03-12T19:06:51.330Z Downloaded stringmetrics v2.2.2
2952026-03-12T19:06:51.330Z Downloaded bytes v1.11.1
2962026-03-12T19:06:51.333Z Downloaded lru-slab v0.1.2
2972026-03-12T19:06:51.335Z Downloaded hostname v0.4.2
2982026-03-12T19:06:51.335Z Downloaded foldhash v0.1.5
2992026-03-12T19:06:51.338Z Downloaded pest_generator v2.8.6
3002026-03-12T19:06:51.341Z Downloaded allocator-api2 v0.2.21
3012026-03-12T19:06:51.343Z Downloaded take_mut v0.2.2
3022026-03-12T19:06:51.343Z Downloaded litemap v0.8.1
3032026-03-12T19:06:51.346Z Downloaded rustls-pki-types v1.14.0
3042026-03-12T19:06:51.348Z Downloaded parking_lot v0.12.5
3052026-03-12T19:06:51.352Z Downloaded slog-bunyan v2.5.0
3062026-03-12T19:06:51.352Z Downloaded unicode-truncate v1.1.0
3072026-03-12T19:06:51.355Z Downloaded slog-term v2.9.2
3082026-03-12T19:06:51.355Z Downloaded try-lock v0.2.5
3092026-03-12T19:06:51.358Z Downloaded term v1.2.1
3102026-03-12T19:06:51.360Z Downloaded foldhash v0.2.0
3112026-03-12T19:06:51.360Z Downloaded quinn v0.11.9
3122026-03-12T19:06:51.363Z Downloaded serde_urlencoded v0.7.1
3132026-03-12T19:06:51.366Z Downloaded shlex v1.3.0
3142026-03-12T19:06:51.368Z Downloaded indoc v2.0.7
3152026-03-12T19:06:51.371Z Downloaded darling_core v0.23.0
3162026-03-12T19:06:51.374Z Downloaded ryu v1.0.23
3172026-03-12T19:06:51.376Z Downloaded http-body v1.0.1
3182026-03-12T19:06:51.379Z Downloaded thiserror-impl v1.0.69
3192026-03-12T19:06:51.379Z Downloaded thiserror-impl v2.0.18
3202026-03-12T19:06:51.382Z Downloaded deranged v0.5.6
3212026-03-12T19:06:51.385Z Downloaded is-docker v0.2.0
3222026-03-12T19:06:51.385Z Downloaded slab v0.4.12
3232026-03-12T19:06:51.389Z Downloaded form_urlencoded v1.2.2
3242026-03-12T19:06:51.389Z Downloaded wezterm-input-types v0.1.0
3252026-03-12T19:06:51.389Z Downloaded pretty_assertions v1.4.1
3262026-03-12T19:06:51.392Z Downloaded toml_writer v1.0.6+spec-1.1.0
3272026-03-12T19:06:51.392Z Downloaded path-tree v0.8.3
3282026-03-12T19:06:51.395Z Downloaded tabwriter v1.4.1
3292026-03-12T19:06:51.396Z Downloaded rustls-platform-verifier v0.6.2
3302026-03-12T19:06:51.399Z Downloaded http-body-util v0.1.3
3312026-03-12T19:06:51.402Z Downloaded tracing-serde v0.2.0
3322026-03-12T19:06:51.402Z Downloaded strum v0.26.3
3332026-03-12T19:06:51.405Z Downloaded ipnet v2.11.0
3342026-03-12T19:06:51.405Z Downloaded fnv v1.0.7
3352026-03-12T19:06:51.407Z Downloaded matchers v0.2.0
3362026-03-12T19:06:51.407Z Downloaded zopfli v0.8.3
3372026-03-12T19:06:51.410Z Downloaded time-core v0.1.8
3382026-03-12T19:06:51.410Z Downloaded serde_derive_internals v0.29.1
3392026-03-12T19:06:51.413Z Downloaded ucd-trie v0.1.7
3402026-03-12T19:06:51.415Z Downloaded match_cfg v0.1.0
3412026-03-12T19:06:51.415Z Downloaded ratatui v0.30.0
3422026-03-12T19:06:51.418Z Downloaded mac_address v1.1.8
3432026-03-12T19:06:51.421Z Downloaded thiserror v2.0.18
3442026-03-12T19:06:51.424Z Downloaded futures-timer v3.0.3
3452026-03-12T19:06:51.426Z Downloaded termini v1.0.0
3462026-03-12T19:06:51.429Z Downloaded thread_local v1.1.9
3472026-03-12T19:06:51.429Z Downloaded zerofrom v0.1.6
3482026-03-12T19:06:51.432Z Downloaded tokio-native-tls v0.3.1
3492026-03-12T19:06:51.432Z Downloaded tokio-macros v2.6.0
3502026-03-12T19:06:51.435Z Downloaded utf8_iter v1.0.4
3512026-03-12T19:06:51.435Z Downloaded walkdir v2.5.0
3522026-03-12T19:06:51.438Z Downloaded signal-hook-mio v0.2.5
3532026-03-12T19:06:51.441Z Downloaded compact_str v0.9.0
3542026-03-12T19:06:51.446Z Downloaded terminal_size v0.4.3
3552026-03-12T19:06:51.446Z Downloaded compact_str v0.8.1
3562026-03-12T19:06:51.451Z Downloaded slog-json v2.6.1
3572026-03-12T19:06:51.451Z Downloaded litrs v1.0.0
3582026-03-12T19:06:51.453Z Downloaded zeroize v1.8.2
3592026-03-12T19:06:51.454Z Downloaded toml_parser v1.0.9+spec-1.1.0
3602026-03-12T19:06:51.456Z Downloaded typify v0.6.1
3612026-03-12T19:06:51.459Z Downloaded fs_extra v1.3.0
3622026-03-12T19:06:51.459Z Downloaded zerofrom-derive v0.1.6
3632026-03-12T19:06:51.462Z Downloaded terminfo v0.9.0
3642026-03-12T19:06:51.465Z Downloaded home v0.5.12
3652026-03-12T19:06:51.465Z Downloaded tower-service v0.3.3
3662026-03-12T19:06:51.465Z Downloaded toml v1.0.3+spec-1.1.0
3672026-03-12T19:06:51.468Z Downloaded similar v2.7.0
3682026-03-12T19:06:51.472Z Downloaded version_check v0.9.5
3692026-03-12T19:06:51.476Z Downloaded strum_macros v0.26.4
3702026-03-12T19:06:51.479Z Downloaded serde_spanned v0.6.9
3712026-03-12T19:06:51.479Z Downloaded strum v0.27.2
3722026-03-12T19:06:51.479Z Downloaded serde_tokenstream v0.2.2
3732026-03-12T19:06:51.481Z Downloaded serde_regex v1.1.0
3742026-03-12T19:06:51.481Z Downloaded futures-channel v0.3.32
3752026-03-12T19:06:51.485Z Downloaded indicatif v0.18.4
3762026-03-12T19:06:51.485Z Downloaded rustls-webpki v0.103.9
3772026-03-12T19:06:51.488Z Downloaded tinystr v0.8.2
3782026-03-12T19:06:51.491Z Downloaded utf8parse v0.2.2
3792026-03-12T19:06:51.494Z Downloaded futures-macro v0.3.32
3802026-03-12T19:06:51.494Z Downloaded oauth2 v5.0.0
3812026-03-12T19:06:51.498Z Downloaded shell-words v1.1.1
3822026-03-12T19:06:51.498Z Downloaded time-macros v0.2.27
3832026-03-12T19:06:51.501Z Downloaded base64 v0.22.1
3842026-03-12T19:06:51.503Z Downloaded thiserror v1.0.69
3852026-03-12T19:06:51.558Z Downloaded schemars v0.8.22
3862026-03-12T19:06:51.558Z Downloaded toolchain_find v0.4.0
3872026-03-12T19:06:51.558Z Downloaded lru v0.16.3
3882026-03-12T19:06:51.558Z Downloaded httpdate v1.0.3
3892026-03-12T19:06:51.558Z Downloaded hostname v0.3.1
3902026-03-12T19:06:51.558Z Downloaded bumpalo v3.20.2
3912026-03-12T19:06:51.558Z Downloaded euclid v0.22.13
3922026-03-12T19:06:51.558Z Downloaded sharded-slab v0.1.7
3932026-03-12T19:06:51.558Z Downloaded getrandom v0.2.17
3942026-03-12T19:06:51.558Z Downloaded sync_wrapper v1.0.2
3952026-03-12T19:06:51.558Z Downloaded tinyvec v1.10.0
3962026-03-12T19:06:51.558Z Downloaded yansi v1.0.1
3972026-03-12T19:06:51.558Z Downloaded synstructure v0.13.2
3982026-03-12T19:06:51.558Z Downloaded slog-async v2.8.0
3992026-03-12T19:06:51.558Z Downloaded expectorate v1.2.0
4002026-03-12T19:06:51.558Z Downloaded fastrand v2.3.0
4012026-03-12T19:06:51.558Z Downloaded utf-8 v0.7.6
4022026-03-12T19:06:51.558Z Downloaded waitgroup v0.1.2
4032026-03-12T19:06:51.558Z Downloaded wezterm-bidi v0.2.3
4042026-03-12T19:06:51.558Z Downloaded derive_more-impl v2.1.1
4052026-03-12T19:06:51.558Z Downloaded httparse v1.10.1
4062026-03-12T19:06:51.558Z Downloaded static_assertions v1.1.0
4072026-03-12T19:06:51.558Z Downloaded icu_provider v2.1.1
4082026-03-12T19:06:51.563Z Downloaded jobserver v0.1.34
4092026-03-12T19:06:51.563Z Downloaded writeable v0.6.2
4102026-03-12T19:06:51.563Z Downloaded spin v0.9.8
4112026-03-12T19:06:51.563Z Downloaded headers v0.4.1
4122026-03-12T19:06:51.566Z Downloaded serde_derive v1.0.228
4132026-03-12T19:06:51.571Z Downloaded signal-hook-registry v1.4.8
4142026-03-12T19:06:51.571Z Downloaded tracing-core v0.1.36
4152026-03-12T19:06:51.571Z Downloaded tokio-rustls v0.26.4
4162026-03-12T19:06:51.574Z Downloaded unicode-ident v1.0.24
4172026-03-12T19:06:51.574Z Downloaded zerotrie v0.2.3
4182026-03-12T19:06:51.577Z Downloaded serde_path_to_error v0.1.20
4192026-03-12T19:06:51.581Z Downloaded tracing-attributes v0.1.31
4202026-03-12T19:06:51.581Z Downloaded http v1.4.0
4212026-03-12T19:06:51.584Z Downloaded kasuari v0.4.11
4222026-03-12T19:06:51.587Z Downloaded sha2 v0.10.9
4232026-03-12T19:06:51.587Z Downloaded mio v1.1.1
4242026-03-12T19:06:51.590Z Downloaded lock_api v0.4.14
4252026-03-12T19:06:51.594Z Downloaded iana-time-zone v0.1.65
4262026-03-12T19:06:51.598Z Downloaded icu_normalizer v2.1.1
4272026-03-12T19:06:51.598Z Downloaded socket2 v0.6.2
4282026-03-12T19:06:51.601Z Downloaded serde_core v1.0.228
4292026-03-12T19:06:51.601Z Downloaded toml_edit v0.25.3+spec-1.1.0
4302026-03-12T19:06:51.604Z Downloaded serde v1.0.228
4312026-03-12T19:06:51.607Z Downloaded find-msvc-tools v0.1.9
4322026-03-12T19:06:51.610Z Downloaded http v0.2.12
4332026-03-12T19:06:51.613Z Downloaded tokio-tungstenite v0.20.1
4342026-03-12T19:06:51.615Z Downloaded toml v0.8.23
4352026-03-12T19:06:51.616Z Downloaded flume v0.12.0
4362026-03-12T19:06:51.618Z Downloaded memchr v2.8.0
4372026-03-12T19:06:51.624Z Downloaded tungstenite v0.20.1
4382026-03-12T19:06:51.627Z Downloaded tempfile v3.26.0
4392026-03-12T19:06:51.627Z Downloaded getrandom v0.3.4
4402026-03-12T19:06:51.630Z Downloaded toml_edit v0.22.27
4412026-03-12T19:06:51.632Z Downloaded term v0.7.0
4422026-03-12T19:06:51.638Z Downloaded signal-hook v0.3.18
4432026-03-12T19:06:51.641Z Downloaded ipnetwork v0.21.1
4442026-03-12T19:06:51.641Z Downloaded icu_normalizer_data v2.1.1
4452026-03-12T19:06:51.641Z Downloaded flate2 v1.1.9
4462026-03-12T19:06:51.644Z Downloaded crossterm v0.28.1
4472026-03-12T19:06:51.649Z Downloaded log v0.4.29
4482026-03-12T19:06:51.652Z Downloaded smallvec v1.15.1
4492026-03-12T19:06:51.654Z Downloaded libbz2-rs-sys v0.2.2
4502026-03-12T19:06:51.654Z Downloaded asn1-rs v0.7.1
4512026-03-12T19:06:51.660Z Downloaded icu_locale_core v2.1.1
4522026-03-12T19:06:51.665Z Downloaded getrandom v0.4.1
4532026-03-12T19:06:51.668Z Downloaded slog v2.8.2
4542026-03-12T19:06:51.671Z Downloaded futures v0.3.32
4552026-03-12T19:06:51.674Z Downloaded crossterm v0.29.0
4562026-03-12T19:06:51.679Z Downloaded toml v0.9.12+spec-1.1.0
4572026-03-12T19:06:51.681Z Downloaded clap_builder v4.5.60
4582026-03-12T19:06:51.687Z Downloaded pest v2.8.6
4592026-03-12T19:06:51.690Z Downloaded crossbeam-channel v0.5.15
4602026-03-12T19:06:51.693Z Downloaded cc v1.2.56
4612026-03-12T19:06:51.696Z Downloaded zmij v1.0.21
4622026-03-12T19:06:51.699Z Downloaded reqwest v0.13.2
4632026-03-12T19:06:51.702Z Downloaded indexmap v2.13.0
4642026-03-12T19:06:51.705Z Downloaded zip v4.6.1
4652026-03-12T19:06:51.709Z Downloaded icu_collections v2.1.1
4662026-03-12T19:06:51.713Z Downloaded icu_properties v2.1.2
4672026-03-12T19:06:51.716Z Downloaded hyper v1.8.1
4682026-03-12T19:06:51.720Z Downloaded url v2.5.8
4692026-03-12T19:06:51.724Z Downloaded lazy_static v1.5.0
4702026-03-12T19:06:51.728Z Downloaded typify-macro v0.6.1
4712026-03-12T19:06:51.728Z Downloaded futures-io v0.3.32
4722026-03-12T19:06:51.728Z Downloaded futures-executor v0.3.32
4732026-03-12T19:06:51.728Z Downloaded x509-parser v0.18.1
4742026-03-12T19:06:51.733Z Downloaded itertools v0.13.0
4752026-03-12T19:06:51.737Z Downloaded aho-corasick v1.1.4
4762026-03-12T19:06:51.740Z Downloaded hyper-util v0.1.20
4772026-03-12T19:06:51.744Z Downloaded tower v0.5.3
4782026-03-12T19:06:51.751Z Downloaded unicode-segmentation v1.12.0
4792026-03-12T19:06:51.754Z Downloaded chrono v0.4.44
4802026-03-12T19:06:51.759Z Downloaded tokio-util v0.7.18
4812026-03-12T19:06:51.764Z Downloaded aws-lc-rs v1.16.0
4822026-03-12T19:06:51.771Z Downloaded icu_properties_data v2.1.2
4832026-03-12T19:06:51.779Z Downloaded zerovec v0.11.5
4842026-03-12T19:06:51.782Z Downloaded regex v1.12.3
4852026-03-12T19:06:51.786Z Downloaded hashbrown v0.15.5
4862026-03-12T19:06:51.790Z Downloaded h2 v0.4.13
4872026-03-12T19:06:51.795Z Downloaded itertools v0.14.0
4882026-03-12T19:06:51.800Z Downloaded strum_macros v0.27.2
4892026-03-12T19:06:51.803Z Downloaded idna v1.1.0
4902026-03-12T19:06:51.806Z Downloaded ratatui-core v0.1.0
4912026-03-12T19:06:51.809Z Downloaded zerovec-derive v0.11.2
4922026-03-12T19:06:51.812Z Downloaded serde_spanned v1.0.4
4932026-03-12T19:06:51.812Z Downloaded lab v0.11.0
4942026-03-12T19:06:51.814Z Downloaded rand v0.9.2
4952026-03-12T19:06:51.818Z Downloaded tracing-log v0.2.0
4962026-03-12T19:06:51.818Z Downloaded uuid v1.21.0
4972026-03-12T19:06:51.822Z Downloaded portable-atomic v1.13.1
4982026-03-12T19:06:51.825Z Downloaded rand v0.8.5
4992026-03-12T19:06:51.828Z Downloaded futures-util v0.3.32
5002026-03-12T19:06:51.835Z Downloaded zlib-rs v0.6.2
5012026-03-12T19:06:51.840Z Downloaded rustls-webpki v0.102.8
5022026-03-12T19:06:51.852Z Downloaded git2 v0.20.4
5032026-03-12T19:06:51.858Z Downloaded time v0.3.47
5042026-03-12T19:06:51.867Z Downloaded serde_json v1.0.149
5052026-03-12T19:06:51.872Z Downloaded bstr v1.12.1
5062026-03-12T19:06:51.878Z Downloaded hashbrown v0.16.1
5072026-03-12T19:06:51.882Z Downloaded tower-http v0.6.8
5082026-03-12T19:06:51.888Z Downloaded unicode-width v0.2.0
5092026-03-12T19:06:51.891Z Downloaded ratatui-widgets v0.3.0
5102026-03-12T19:06:51.897Z Downloaded dropshot v0.16.7
5112026-03-12T19:06:51.912Z Downloaded iri-string v0.7.10
5122026-03-12T19:06:51.917Z Downloaded vcpkg v0.2.15
5132026-03-12T19:06:51.946Z Downloaded syn v1.0.109
5142026-03-12T19:06:51.953Z Downloaded pest_meta v2.8.6
5152026-03-12T19:06:51.955Z Downloaded quinn-proto v0.11.13
5162026-03-12T19:06:51.960Z Downloaded winnow v0.7.14
5172026-03-12T19:06:51.966Z Downloaded tracing-subscriber v0.3.22
5182026-03-12T19:06:51.972Z Downloaded derive_more v2.1.1
5192026-03-12T19:06:51.982Z Downloaded zerocopy v0.8.39
5202026-03-12T19:06:51.996Z Downloaded openssl v0.10.75
5212026-03-12T19:06:52.003Z Downloaded tower-layer v0.3.3
5222026-03-12T19:06:52.006Z Downloaded typenum v1.19.0
5232026-03-12T19:06:52.008Z Downloaded openssl-sys v0.9.111
5242026-03-12T19:06:52.011Z Downloaded bitflags v2.11.0
5252026-03-12T19:06:52.013Z Downloaded tracing v0.1.44
5262026-03-12T19:06:52.027Z Downloaded syn v2.0.117
5272026-03-12T19:06:52.035Z Downloaded rustls v0.22.4
5282026-03-12T19:06:52.044Z Downloaded regress v0.10.5
5292026-03-12T19:06:52.050Z Downloaded regex-syntax v0.8.9
5302026-03-12T19:06:52.055Z Downloaded unicode-width v0.1.14
5312026-03-12T19:06:52.059Z Downloaded finl_unicode v1.4.0
5322026-03-12T19:06:52.062Z Downloaded anyhow v1.0.102
5332026-03-12T19:06:52.065Z Downloaded rand_core v0.6.4
5342026-03-12T19:06:52.067Z Downloaded phf_macros v0.11.3
5352026-03-12T19:06:52.067Z Downloaded bit-set v0.5.3
5362026-03-12T19:06:52.067Z Downloaded oxnet v0.1.4
5372026-03-12T19:06:52.071Z Downloaded oid-registry v0.8.1
5382026-03-12T19:06:52.071Z Downloaded ordered-float v4.6.0
5392026-03-12T19:06:52.074Z Downloaded rustix v0.38.44
5402026-03-12T19:06:52.087Z Downloaded openapiv3 v2.2.0
5412026-03-12T19:06:52.094Z Downloaded rustix v1.1.4
5422026-03-12T19:06:52.111Z Downloaded rustls v0.23.36
5432026-03-12T19:06:52.121Z Downloaded termwiz v0.23.3
5442026-03-12T19:06:52.129Z Downloaded ident_case v1.0.1
5452026-03-12T19:06:52.134Z Downloaded unicode-truncate v2.0.1
5462026-03-12T19:06:52.134Z Downloaded autocfg v1.5.0
5472026-03-12T19:06:52.138Z Downloaded dirs-sys v0.5.0
5482026-03-12T19:06:52.138Z Downloaded bzip2 v0.6.1
5492026-03-12T19:06:52.138Z Downloaded either v1.15.0
5502026-03-12T19:06:52.138Z Downloaded option-ext v0.2.0
5512026-03-12T19:06:52.138Z Downloaded block-buffer v0.10.4
5522026-03-12T19:06:52.138Z Downloaded bit-vec v0.6.3
5532026-03-12T19:06:52.141Z Downloaded num-integer v0.1.46
5542026-03-12T19:06:52.141Z Downloaded dialoguer v0.12.0
5552026-03-12T19:06:52.141Z Downloaded crossbeam-utils v0.8.21
5562026-03-12T19:06:52.144Z Downloaded byteorder v1.5.0
5572026-03-12T19:06:52.144Z Downloaded asn1-rs-derive v0.6.0
5582026-03-12T19:06:52.144Z Downloaded crypto-common v0.1.7
5592026-03-12T19:06:52.147Z Downloaded asn1-rs-impl v0.2.0
5602026-03-12T19:06:52.147Z Downloaded normalize-line-endings v0.3.0
5612026-03-12T19:06:52.147Z Downloaded atomic-waker v1.1.2
5622026-03-12T19:06:52.147Z Downloaded anstyle-parse v0.2.7
5632026-03-12T19:06:52.155Z Downloaded ratatui v0.29.0
5642026-03-12T19:06:52.169Z Downloaded typify-impl v0.6.1
5652026-03-12T19:06:52.178Z Downloaded libz-sys v1.1.23
5662026-03-12T19:06:52.208Z Downloaded regex-automata v0.4.14
5672026-03-12T19:06:52.226Z Downloaded tokio v1.49.0
5682026-03-12T19:06:52.277Z Downloaded jiff v0.2.20
5692026-03-12T19:06:52.297Z Downloaded libc v0.2.182
5702026-03-12T19:06:52.344Z Downloaded encoding_rs v0.8.35
5712026-03-12T19:06:52.410Z Downloaded ring v0.17.14
5722026-03-12T19:06:52.472Z Downloaded deltae v0.3.2
5732026-03-12T19:06:52.483Z Downloaded httpmock v0.8.3
5742026-03-12T19:06:52.506Z Downloaded libgit2-sys v0.18.3+1.9.2
5752026-03-12T19:06:52.853Z Downloaded openssl-src v300.5.5+3.5.5
5762026-03-12T19:06:53.189Z Downloaded aws-lc-sys v0.37.1
5772026-03-12T19:06:53.475Z Compiling proc-macro2 v1.0.106
5782026-03-12T19:06:53.475Z Compiling quote v1.0.45
5792026-03-12T19:06:53.478Z Compiling unicode-ident v1.0.24
5802026-03-12T19:06:53.478Z Compiling libc v0.2.182
5812026-03-12T19:06:53.478Z Compiling cfg-if v1.0.4
5822026-03-12T19:06:53.478Z Compiling serde_core v1.0.228
5832026-03-12T19:06:53.478Z Compiling serde v1.0.228
5842026-03-12T19:06:53.478Z Compiling itoa v1.0.17
5852026-03-12T19:06:53.643Z 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`
5862026-03-12T19:06:53.643Z 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`
5872026-03-12T19:06:53.643Z 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`
5882026-03-12T19:06:53.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/libc-0.2.182/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=8ae4d0aa5bc26fc3 -C extra-filename=-abfe1d9975f6d176 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-abfe1d9975f6d176 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5892026-03-12T19:06:53.647Z 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`
5902026-03-12T19:06:53.647Z 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`
5912026-03-12T19:06:53.674Z 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`
5922026-03-12T19:06:53.674Z 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`
5932026-03-12T19:06:53.739Z Compiling memchr v2.8.0
5942026-03-12T19:06:53.742Z 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`
5952026-03-12T19:06:53.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/libc-0.2.182/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=ad14739b427a17de -C extra-filename=-3dad7e938c6b6e6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-3dad7e938c6b6e6a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5962026-03-12T19:06:53.936Z Compiling shlex v1.3.0
5972026-03-12T19:06:53.939Z 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`
5982026-03-12T19:06:54.094Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/quote-d9a18bd499c868f0/build-script-build`
5992026-03-12T19:06:54.094Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_core-282195437034550d/build-script-build`
6002026-03-12T19:06:54.111Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-64c064b41d724635/build-script-build`
6012026-03-12T19:06:54.147Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-fd167211ac470bf9/build-script-build`
6022026-03-12T19:06:54.162Z Compiling find-msvc-tools v0.1.9
6032026-03-12T19:06:54.165Z 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`
6042026-03-12T19:06:54.179Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-abfe1d9975f6d176/build-script-build`
6052026-03-12T19:06:54.196Z Compiling log v0.4.29
6062026-03-12T19:06:54.200Z Compiling allocator-api2 v0.2.21
6072026-03-12T19:06:54.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`
6082026-03-12T19:06:54.200Z 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)'`
6092026-03-12T19:06:54.200Z 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`
6102026-03-12T19:06:54.248Z 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.182/src/lib.rs --error-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=0febbb1a337be668 -C extra-filename=-456f45d845e6cb44 --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_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(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"))'`
6112026-03-12T19:06:54.276Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-3dad7e938c6b6e6a/build-script-build`
6122026-03-12T19:06:54.327Z 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.182/src/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=31ea89c84ac94ca5 -C extra-filename=-517ead5c56ff7081 --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_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(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"))'`
6132026-03-12T19:06:54.458Z Compiling equivalent v1.0.2
6142026-03-12T19:06:54.462Z 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`
6152026-03-12T19:06:54.476Z Compiling foldhash v0.2.0
6162026-03-12T19:06:54.491Z 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`
6172026-03-12T19:06:54.494Z 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)'`
6182026-03-12T19:06:54.559Z Compiling smallvec v1.15.1
6192026-03-12T19:06:54.562Z 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`
6202026-03-12T19:06:54.639Z Compiling hashbrown v0.16.1
6212026-03-12T19:06:54.643Z 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`
6222026-03-12T19:06:54.666Z Compiling once_cell v1.21.3
6232026-03-12T19:06:54.669Z 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`
6242026-03-12T19:06:54.687Z Compiling pin-project-lite v0.2.16
6252026-03-12T19:06:54.690Z 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`
6262026-03-12T19:06:54.799Z Compiling jobserver v0.1.34
6272026-03-12T19:06:54.802Z 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=9cdebb698e271451 -C extra-filename=-00418900b38c1c9a --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-517ead5c56ff7081.rmeta --cap-lints allow`
6282026-03-12T19:06:54.816Z Compiling bitflags v2.11.0
6292026-03-12T19:06:54.831Z 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`
6302026-03-12T19:06:54.834Z Compiling futures-core v0.3.32
6312026-03-12T19:06:54.834Z 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`
6322026-03-12T19:06:54.928Z Compiling errno v0.3.14
6332026-03-12T19:06:54.931Z 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=357fd011a9f4fff7 -C extra-filename=-2a278899121b9fe3 --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-456f45d845e6cb44.rmeta --cap-lints allow`
6342026-03-12T19:06:54.979Z 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)'`
6352026-03-12T19:06:55.009Z Compiling scopeguard v1.2.0
6362026-03-12T19:06:55.011Z 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`
6372026-03-12T19:06:55.107Z Compiling cc v1.2.56
6382026-03-12T19:06:55.107Z Compiling lock_api v0.4.14
6392026-03-12T19:06:55.122Z 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=db7da47ae56b7483 -C extra-filename=-50bc77668270892d --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-00418900b38c1c9a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-517ead5c56ff7081.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-4c426deee622f2f4.rmeta --cap-lints allow`
6402026-03-12T19:06:55.125Z 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`
6412026-03-12T19:06:55.140Z Compiling stable_deref_trait v1.2.1
6422026-03-12T19:06:55.150Z 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`
6432026-03-12T19:06:55.217Z Compiling syn v2.0.117
6442026-03-12T19:06:55.219Z 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`
6452026-03-12T19:06:55.233Z Compiling zmij v1.0.21
6462026-03-12T19:06:55.236Z 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`
6472026-03-12T19:06:55.372Z Compiling parking_lot_core v0.9.12
6482026-03-12T19:06:55.374Z 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`
6492026-03-12T19:06:55.394Z Compiling signal-hook-registry v1.4.8
6502026-03-12T19:06:55.394Z 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=c58726570778ca61 -C extra-filename=-00fffc5435bf0f5f --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-2a278899121b9fe3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.rmeta --cap-lints allow`
6512026-03-12T19:06:55.416Z Compiling serde_json v1.0.149
6522026-03-12T19:06:55.419Z 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`
6532026-03-12T19:06:55.443Z Compiling mio v1.1.1
6542026-03-12T19:06:55.448Z 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.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(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=50772ac697aaeae5 -C extra-filename=-810b35c5a0c0d7a7 --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-456f45d845e6cb44.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --cap-lints allow`
6552026-03-12T19:06:55.646Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/zmij-5e939134eba60d61/build-script-build`
6562026-03-12T19:06:55.730Z 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)'`
6572026-03-12T19:06:55.862Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-d7251368ca886d1f/build-script-build`
6582026-03-12T19:06:55.866Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-2c83940943979ed3/build-script-build`
6592026-03-12T19:06:55.866Z Compiling heck v0.5.0
6602026-03-12T19:06:55.866Z 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`
6612026-03-12T19:06:55.893Z Compiling litemap v0.8.1
6622026-03-12T19:06:55.898Z 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`
6632026-03-12T19:06:55.910Z 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=6f41f6d7488d93c9 -C extra-filename=-9ece47593a65ac73 --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-456f45d845e6cb44.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-08ae2d39195e2e23.rmeta --cap-lints allow --check-cfg 'cfg(tsan_enabled)'`
6642026-03-12T19:06:56.113Z Compiling writeable v0.6.2
6652026-03-12T19:06:56.115Z 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`
6662026-03-12T19:06:56.134Z Compiling autocfg v1.5.0
6672026-03-12T19:06:56.140Z 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`
6682026-03-12T19:06:56.244Z Compiling parking_lot v0.12.5
6692026-03-12T19:06:56.248Z 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=8eec6acf575af37f -C extra-filename=-80cd3841b806c6c5 --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-9ece47593a65ac73.rmeta --cap-lints allow`
6702026-03-12T19:06:56.303Z Compiling pkg-config v0.3.32
6712026-03-12T19:06:56.305Z 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`
6722026-03-12T19:06:56.319Z Compiling icu_normalizer_data v2.1.1
6732026-03-12T19:06:56.323Z 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-03-12T19:06:56.364Z Compiling vcpkg v0.2.15
6752026-03-12T19:06:56.386Z 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`
6762026-03-12T19:06:56.614Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/icu_normalizer_data-0fbeb3b59047b61a/build-script-build`
6772026-03-12T19:06:56.631Z Compiling num-traits v0.2.19
6782026-03-12T19:06:56.634Z 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`
6792026-03-12T19:06:56.649Z Compiling futures-sink v0.3.32
6802026-03-12T19:06:56.651Z 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`
6812026-03-12T19:06:56.781Z Compiling indexmap v2.13.0
6822026-03-12T19:06:56.784Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=9cf11b624f62e3fb -C extra-filename=-9785b4938f4a3dba --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-a182aa3c457d9de1.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
6832026-03-12T19:06:56.804Z 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"))'`
6842026-03-12T19:06:56.927Z Compiling icu_properties_data v2.1.2
6852026-03-12T19:06:56.930Z 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`
6862026-03-12T19:06:56.954Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-d47918b6bee399b1/build-script-build`
6872026-03-12T19:06:56.982Z 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)'`
6882026-03-12T19:06:57.046Z Compiling socket2 v0.6.2
6892026-03-12T19:06:57.049Z 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.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c2d06f3c1249913c -C extra-filename=-51aad6e228e9a23c --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-456f45d845e6cb44.rmeta --cap-lints allow`
6902026-03-12T19:06:57.068Z Compiling getrandom v0.4.1
6912026-03-12T19:06:57.106Z 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`
6922026-03-12T19:06:57.146Z 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)'`
6932026-03-12T19:06:57.187Z Compiling version_check v0.9.5
6942026-03-12T19:06:57.188Z 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`
6952026-03-12T19:06:57.215Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/icu_properties_data-cc6ed7fc516b18e9/build-script-build`
6962026-03-12T19:06:57.237Z 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)'`
6972026-03-12T19:06:57.409Z Compiling thiserror v2.0.18
6982026-03-12T19:06:57.412Z 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`
6992026-03-12T19:06:57.426Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-1a7bc656485816f1/build-script-build`
7002026-03-12T19:06:57.447Z 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=86122a98805bbea7 -C extra-filename=-f11d27a3c4cf1dcb --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-456f45d845e6cb44.rmeta --cap-lints allow`
7012026-03-12T19:06:57.566Z Compiling zeroize v1.8.2
7022026-03-12T19:06:57.569Z 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`
7032026-03-12T19:06:57.631Z Compiling slab v0.4.12
7042026-03-12T19:06:57.634Z 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`
7052026-03-12T19:06:57.661Z Compiling futures-channel v0.3.32
7062026-03-12T19:06:57.661Z 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`
7072026-03-12T19:06:57.690Z Compiling rustversion v1.0.22
7082026-03-12T19:06:57.692Z 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`
7092026-03-12T19:06:57.799Z Compiling rustix v1.1.4
7102026-03-12T19:06:57.814Z 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`
7112026-03-12T19:06:57.860Z Compiling aho-corasick v1.1.4
7122026-03-12T19:06:57.863Z 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`
7132026-03-12T19:06:57.878Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-50ca5cfc5f73def0/build-script-build`
7142026-03-12T19:06:57.958Z Compiling futures-io v0.3.32
7152026-03-12T19:06:58.025Z 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`
7162026-03-12T19:06:58.051Z Compiling utf8_iter v1.0.4
7172026-03-12T19:06:58.054Z 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`
7182026-03-12T19:06:58.125Z Compiling strsim v0.11.1
7192026-03-12T19:06:58.127Z 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`
7202026-03-12T19:06:58.157Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-73ec71bbba9d25f3/build-script-build`
7212026-03-12T19:06:58.173Z Compiling futures-task v0.3.32
7222026-03-12T19:06:58.176Z 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`
7232026-03-12T19:06:58.210Z Compiling regex-syntax v0.8.9
7242026-03-12T19:06:58.213Z 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`
7252026-03-12T19:06:58.232Z 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"))'`
7262026-03-12T19:06:58.283Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-2356f9fd874850ce/build-script-build`
7272026-03-12T19:06:58.391Z Compiling rustls-pki-types v1.14.0
7282026-03-12T19:06:58.394Z 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-03-12T19:06:58.443Z Compiling httparse v1.10.1
7302026-03-12T19:06:58.446Z 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`
7312026-03-12T19:06:58.543Z 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=dbfd7983555147e4 -C extra-filename=-3a402885e1bd142c --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-2a278899121b9fe3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
7322026-03-12T19:06:58.663Z Compiling dyn-clone v1.0.20
7332026-03-12T19:06:58.666Z 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`
7342026-03-12T19:06:58.842Z Compiling iana-time-zone v0.1.65
7352026-03-12T19:06:58.845Z 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`
7362026-03-12T19:06:58.910Z Compiling percent-encoding v2.3.2
7372026-03-12T19:06:58.913Z 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`
7382026-03-12T19:06:59.020Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-fe2175374c4b84f2/build-script-build`
7392026-03-12T19:06:59.063Z Compiling cmake v0.1.57
7402026-03-12T19:06:59.066Z 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=041cd596511536ef -C extra-filename=-db28a790ea71ac34 --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-50bc77668270892d.rmeta --cap-lints allow`
7412026-03-12T19:06:59.081Z Compiling tracing-core v0.1.36
7422026-03-12T19:06:59.084Z 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`
7432026-03-12T19:06:59.141Z Compiling fs_extra v1.3.0
7442026-03-12T19:06:59.164Z 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`
7452026-03-12T19:06:59.168Z Compiling untrusted v0.9.0
7462026-03-12T19:06:59.168Z 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`
7472026-03-12T19:06:59.310Z Compiling zerocopy v0.8.39
7482026-03-12T19:06:59.313Z 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`
7492026-03-12T19:06:59.461Z Compiling synstructure v0.13.2
7502026-03-12T19:06:59.523Z 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`
7512026-03-12T19:06:59.523Z Compiling serde_derive_internals v0.29.1
7522026-03-12T19:06:59.523Z 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`
7532026-03-12T19:06:59.809Z Compiling ryu v1.0.23
7542026-03-12T19:06:59.813Z 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`
7552026-03-12T19:06:59.885Z Compiling dunce v1.0.5
7562026-03-12T19:06:59.910Z 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`
7572026-03-12T19:07:00.010Z Compiling typenum v1.19.0
7582026-03-12T19:07:00.013Z 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`
7592026-03-12T19:07:00.050Z Compiling fnv v1.0.7
7602026-03-12T19:07:00.053Z 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`
7612026-03-12T19:07:00.143Z Compiling aws-lc-sys v0.37.1
7622026-03-12T19:07:00.143Z 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=2a38650880d47f79 -C extra-filename=-9dd52bcf5bbbd736 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-9dd52bcf5bbbd736 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-50bc77668270892d.rlib --extern cmake=/work/oxidecomputer/oxide.rs/target/debug/deps/libcmake-db28a790ea71ac34.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`
7632026-03-12T19:07:00.167Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/zerocopy-d5223aed0a4f2007/build-script-build`
7642026-03-12T19:07:00.221Z 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`
7652026-03-12T19:07:00.237Z Compiling generic-array v0.14.7
7662026-03-12T19:07:00.240Z 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`
7672026-03-12T19:07:00.470Z Compiling regex-automata v0.4.14
7682026-03-12T19:07:00.473Z 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`
7692026-03-12T19:07:00.524Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-af13fad91985b187/build-script-build`
7702026-03-12T19:07:00.551Z Compiling schemars v0.8.22
7712026-03-12T19:07:00.576Z 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`
7722026-03-12T19:07:00.579Z 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`
7732026-03-12T19:07:00.663Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-5b1643c241993cb1/build-script-build`
7742026-03-12T19:07:00.734Z 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)'`
7752026-03-12T19:07:00.738Z Compiling uuid v1.21.0
7762026-03-12T19:07:00.738Z 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.21.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=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=3c09fe78633e0bfc -C extra-filename=-05060c71ebbfb7f9 --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-f11d27a3c4cf1dcb.rmeta --extern serde_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_core-c95ce30a441a12fd.rmeta --cap-lints allow`
7772026-03-12T19:07:00.889Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-820f6dc404cc1a34/build-script-build`
7782026-03-12T19:07:00.911Z Compiling openssl-src v300.5.5+3.5.5
7792026-03-12T19:07:00.926Z 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=72030f842cedc5c9 -C extra-filename=-5acc0a450fa5f857 --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-50bc77668270892d.rmeta --cap-lints allow`
7802026-03-12T19:07:01.211Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-9dd52bcf5bbbd736/build-script-main`
7812026-03-12T19:07:01.249Z Compiling base64 v0.22.1
7822026-03-12T19:07:01.253Z 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`
7832026-03-12T19:07:01.313Z Compiling unicode-width v0.2.0
7842026-03-12T19:07:01.316Z 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`
7852026-03-12T19:07:01.359Z Compiling serde_derive v1.0.228
7862026-03-12T19:07:01.362Z 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`
7872026-03-12T19:07:01.382Z Compiling zerofrom-derive v0.1.6
7882026-03-12T19:07:01.385Z 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`
7892026-03-12T19:07:01.666Z Compiling yoke-derive v0.8.1
7902026-03-12T19:07:01.669Z 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`
7912026-03-12T19:07:01.683Z Compiling zerovec-derive v0.11.2
7922026-03-12T19:07:01.686Z 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`
7932026-03-12T19:07:01.983Z Compiling displaydoc v0.2.5
7942026-03-12T19:07:01.986Z 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`
7952026-03-12T19:07:02.949Z Compiling tokio-macros v2.6.0
7962026-03-12T19:07:02.952Z 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.6.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=77a163750efed733 -C extra-filename=-421d9dd90d519d22 --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`
7972026-03-12T19:07:03.065Z Compiling zerofrom v0.1.6
7982026-03-12T19:07:03.068Z Compiling thiserror-impl v2.0.18
7992026-03-12T19:07:03.068Z 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`
8002026-03-12T19:07:03.068Z 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`
8012026-03-12T19:07:03.131Z Compiling futures-macro v0.3.32
8022026-03-12T19:07:03.147Z 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`
8032026-03-12T19:07:03.230Z Compiling yoke v0.8.1
8042026-03-12T19:07:03.233Z 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`
8052026-03-12T19:07:03.456Z Compiling zerovec v0.11.5
8062026-03-12T19:07:03.459Z 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`
8072026-03-12T19:07:03.923Z Compiling zerotrie v0.2.3
8082026-03-12T19:07:03.926Z 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`
8092026-03-12T19:07:04.121Z Compiling tinystr v0.8.2
8102026-03-12T19:07:04.124Z 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-03-12T19:07:04.230Z Compiling potential_utf v0.1.4
8122026-03-12T19:07:04.236Z 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-03-12T19:07:04.317Z Compiling futures-util v0.3.32
8142026-03-12T19:07:04.320Z 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`
8152026-03-12T19:07:04.382Z Compiling icu_locale_core v2.1.1
8162026-03-12T19:07:04.385Z 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`
8172026-03-12T19:07:04.429Z Compiling icu_collections v2.1.1
8182026-03-12T19:07:04.432Z 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-03-12T19:07:04.723Z 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-03-12T19:07:04.851Z Compiling schemars_derive v0.8.22
8212026-03-12T19:07:04.854Z 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`
8222026-03-12T19:07:05.074Z 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)'`
8232026-03-12T19:07:05.081Z Compiling tracing-attributes v0.1.31
8242026-03-12T19:07:05.081Z 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`
8252026-03-12T19:07:05.114Z Compiling ppv-lite86 v0.2.21
8262026-03-12T19:07:05.116Z 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`
8272026-03-12T19:07:05.551Z Compiling icu_provider v2.1.1
8282026-03-12T19:07:05.554Z 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-03-12T19:07:05.723Z Compiling bytes v1.11.1
8302026-03-12T19:07:05.726Z 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`
8312026-03-12T19:07:05.779Z Compiling chrono v0.4.44
8322026-03-12T19:07:05.782Z 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`
8332026-03-12T19:07:05.969Z Compiling icu_properties v2.1.2
8342026-03-12T19:07:05.985Z 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`
8352026-03-12T19:07:06.510Z Compiling http v1.4.0
8362026-03-12T19:07:06.513Z 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`
8372026-03-12T19:07:06.604Z Compiling tokio v1.49.0
8382026-03-12T19:07:06.609Z 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.49.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(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=a525f60b864e151b -C extra-filename=-960a0dcdf288ddf4 --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-456f45d845e6cb44.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-810b35c5a0c0d7a7.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-80cd3841b806c6c5.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-00fffc5435bf0f5f.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-51aad6e228e9a23c.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-421d9dd90d519d22.so --cap-lints allow`
8392026-03-12T19:07:06.807Z Compiling tracing v0.1.44
8402026-03-12T19:07:06.810Z 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`
8412026-03-12T19:07:07.155Z 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=fb535349915519db -C extra-filename=-dc7336fc75a3d530 --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-05060c71ebbfb7f9.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8422026-03-12T19:07:07.312Z Compiling icu_normalizer v2.1.1
8432026-03-12T19:07:07.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`
8442026-03-12T19:07:07.533Z Compiling http-body v1.0.1
8452026-03-12T19:07:07.536Z 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`
8462026-03-12T19:07:07.584Z Compiling regex v1.12.3
8472026-03-12T19:07:07.587Z 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`
8482026-03-12T19:07:07.726Z 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-03-12T19:07:07.839Z Compiling openssl-sys v0.9.111
8502026-03-12T19:07:07.841Z 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.111/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=20a8378d2f887155 -C extra-filename=-c0c666aaa4ccb9f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-c0c666aaa4ccb9f6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-50bc77668270892d.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-5acc0a450fa5f857.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`
8512026-03-12T19:07:07.856Z Compiling form_urlencoded v1.2.2
8522026-03-12T19:07:07.858Z 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`
8532026-03-12T19:07:08.084Z Compiling aws-lc-rs v1.16.0
8542026-03-12T19:07:08.087Z 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`
8552026-03-12T19:07:08.111Z Compiling anstyle v1.0.13
8562026-03-12T19:07:08.129Z 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`
8572026-03-12T19:07:08.201Z Compiling winnow v0.7.14
8582026-03-12T19:07:08.204Z 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`
8592026-03-12T19:07:08.392Z Compiling atomic-waker v1.1.2
8602026-03-12T19:07:08.395Z 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`
8612026-03-12T19:07:08.409Z Compiling idna_adapter v1.2.1
8622026-03-12T19:07:08.412Z 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`
8632026-03-12T19:07:08.481Z 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`
8642026-03-12T19:07:08.541Z Compiling httpdate v1.0.3
8652026-03-12T19:07:08.544Z 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`
8662026-03-12T19:07:08.561Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-c0c666aaa4ccb9f6/build-script-main`
8672026-03-12T19:07:08.578Z Compiling tower-layer v0.3.3
8682026-03-12T19:07:08.581Z 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`
8692026-03-12T19:07:08.783Z Compiling unicode-segmentation v1.12.0
8702026-03-12T19:07:08.785Z 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`
8712026-03-12T19:07:08.845Z Compiling try-lock v0.2.5
8722026-03-12T19:07:08.845Z 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`
8732026-03-12T19:07:08.890Z Compiling subtle v2.6.1
8742026-03-12T19:07:08.905Z 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-03-12T19:07:08.995Z Compiling tower-service v0.3.3
8762026-03-12T19:07:08.998Z 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`
8772026-03-12T19:07:09.092Z Compiling want v0.3.1
8782026-03-12T19:07:09.098Z 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`
8792026-03-12T19:07:09.109Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_core-8c9bf44c8b569391/build-script-build`
8802026-03-12T19:07:09.163Z Compiling idna v1.1.0
8812026-03-12T19:07:09.166Z 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`
8822026-03-12T19:07:09.180Z Compiling block-buffer v0.10.4
8832026-03-12T19:07:09.183Z 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`
8842026-03-12T19:07:09.297Z Compiling crypto-common v0.1.7
8852026-03-12T19:07:09.300Z 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`
8862026-03-12T19:07:09.313Z Compiling crossbeam-utils v0.8.21
8872026-03-12T19:07:09.316Z 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`
8882026-03-12T19:07:09.339Z Compiling fastrand v2.3.0
8892026-03-12T19:07:09.342Z 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`
8902026-03-12T19:07:09.440Z Compiling pin-utils v0.1.0
8912026-03-12T19:07:09.443Z 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`
8922026-03-12T19:07:09.523Z Compiling utf8parse v0.2.2
8932026-03-12T19:07:09.525Z 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`
8942026-03-12T19:07:09.658Z Compiling anstyle-parse v0.2.7
8952026-03-12T19:07:09.661Z 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-0.2.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=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="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=4d934fab6684fa3c -C extra-filename=-d395c1aa98c48ae3 --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`
8962026-03-12T19:07:09.677Z Compiling url v2.5.8
8972026-03-12T19:07:09.692Z 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`
8982026-03-12T19:07:09.769Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-6564eb14ba3b7e33/build-script-build`
8992026-03-12T19:07:09.769Z Compiling digest v0.10.7
9002026-03-12T19:07:09.769Z 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`
9012026-03-12T19:07:09.904Z 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)'`
9022026-03-12T19:07:09.951Z Compiling getrandom v0.2.17
9032026-03-12T19:07:09.954Z 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=ad756f93d38507b7 -C extra-filename=-2c709d02de1f26eb --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-456f45d845e6cb44.rmeta --cap-lints allow`
9042026-03-12T19:07:10.175Z Compiling ipnet v2.11.0
9052026-03-12T19:07:10.178Z Compiling rustls v0.23.36
9062026-03-12T19:07:10.178Z 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`
9072026-03-12T19:07:10.180Z 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`
9082026-03-12T19:07:10.211Z Compiling is_terminal_polyfill v1.70.2
9092026-03-12T19:07:10.214Z 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`
9102026-03-12T19:07:10.319Z Compiling anstyle-query v1.1.5
9112026-03-12T19:07:10.323Z 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`
9122026-03-12T19:07:10.447Z Compiling colorchoice v1.0.4
9132026-03-12T19:07:10.452Z 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`
9142026-03-12T19:07:10.464Z Compiling cpufeatures v0.2.17
9152026-03-12T19:07:10.467Z 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`
9162026-03-12T19:07:10.549Z Compiling openssl-probe v0.2.1
9172026-03-12T19:07:10.552Z 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-03-12T19:07:10.623Z Compiling openssl v0.10.75
9192026-03-12T19:07:10.627Z 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.75/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=23066bc3c62834f8 -C extra-filename=-a9d009dd1a1f33c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-a9d009dd1a1f33c4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9202026-03-12T19:07:10.820Z Compiling getrandom v0.3.4
9212026-03-12T19:07:10.823Z 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`
9222026-03-12T19:07:10.844Z Compiling foreign-types-shared v0.1.1
9232026-03-12T19:07:10.847Z 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`
9242026-03-12T19:07:10.887Z Compiling anstream v0.6.21
9252026-03-12T19:07:10.892Z 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-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=5c318fdb88d10ef5 -C extra-filename=-377fac5195b1e2eb --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-d395c1aa98c48ae3.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`
9262026-03-12T19:07:10.941Z Compiling foreign-types v0.3.2
9272026-03-12T19:07:10.946Z 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`
9282026-03-12T19:07:10.981Z 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)'`
9292026-03-12T19:07:11.026Z Compiling openssl-macros v0.1.1
9302026-03-12T19:07:11.030Z 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`
9312026-03-12T19:07:11.245Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-74781b0451250723/build-script-build`
9322026-03-12T19:07:11.269Z Compiling regress v0.10.5
9332026-03-12T19:07:11.272Z 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.10.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="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=382682636b5b53af -C extra-filename=-e260513024e022e8 --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`
9342026-03-12T19:07:11.304Z Compiling tokio-util v0.7.18
9352026-03-12T19:07:11.308Z 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=72b2c1e01ba52829 -C extra-filename=-83276baca9042e4e --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-960a0dcdf288ddf4.rmeta --cap-lints allow`
9362026-03-12T19:07:11.631Z Compiling native-tls v0.2.18
9372026-03-12T19:07:11.636Z 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`
9382026-03-12T19:07:11.711Z 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`
9392026-03-12T19:07:11.938Z Compiling h2 v0.4.13
9402026-03-12T19:07:11.942Z 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=582d3ce1f60ab4e7 -C extra-filename=-76cdf927c2e83da2 --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-9785b4938f4a3dba.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-bf358eb0d134ab2c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --cap-lints allow`
9412026-03-12T19:07:12.106Z Compiling mime v0.3.17
9422026-03-12T19:07:12.109Z 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`
9432026-03-12T19:07:12.161Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-cb1009b88a7b9a0f/build-script-build`
9442026-03-12T19:07:12.214Z 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=241805a94d5e0abe -C extra-filename=-52c5bb46abb87615 --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-456f45d845e6cb44.rmeta --cap-lints allow`
9452026-03-12T19:07:12.431Z Compiling http-body-util v0.1.3
9462026-03-12T19:07:12.435Z 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`
9472026-03-12T19:07:12.448Z Compiling terminal_size v0.4.3
9482026-03-12T19:07:12.452Z 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=1ac6af84f391e28a -C extra-filename=-d13bfd176979788d --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-3a402885e1bd142c.rmeta --cap-lints allow`
9492026-03-12T19:07:12.466Z Compiling time-core v0.1.8
9502026-03-12T19:07:12.469Z 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`
9512026-03-12T19:07:12.610Z Compiling clap_lex v1.0.0
9522026-03-12T19:07:12.614Z 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`
9532026-03-12T19:07:12.653Z Compiling num-conv v0.2.0
9542026-03-12T19:07:12.657Z 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`
9552026-03-12T19:07:12.731Z Compiling powerfmt v0.2.0
9562026-03-12T19:07:12.737Z 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`
9572026-03-12T19:07:12.826Z Compiling time-macros v0.2.27
9582026-03-12T19:07:12.831Z 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`
9592026-03-12T19:07:12.921Z Compiling deranged v0.5.6
9602026-03-12T19:07:12.924Z 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`
9612026-03-12T19:07:12.987Z Compiling clap_builder v4.5.60
9622026-03-12T19:07:12.990Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.60/src/lib.rs --error-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="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=d7278ac4e8caea61 -C extra-filename=-4d614460eb9bf42e --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-377fac5195b1e2eb.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-d13bfd176979788d.rmeta --cap-lints allow`
9632026-03-12T19:07:14.161Z Compiling rand_core v0.9.5
9642026-03-12T19:07:14.164Z 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=6bebae321ab4e7b9 -C extra-filename=-d574820581231875 --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-52c5bb46abb87615.rmeta --cap-lints allow`
9652026-03-12T19:07:14.401Z 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)'`
9662026-03-12T19:07:14.442Z Compiling sha1 v0.10.6
9672026-03-12T19:07:14.445Z 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`
9682026-03-12T19:07:14.721Z Compiling toml_parser v1.0.9+spec-1.1.0
9692026-03-12T19:07:14.725Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+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=a1592bca9eea2e4a -C extra-filename=-140767adcfdf4c10 --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-2314190df5979a44.rmeta --cap-lints allow`
9702026-03-12T19:07:14.800Z Compiling clap_derive v4.5.55
9712026-03-12T19:07:14.809Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/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=11dcfac0ed0d2579 -C extra-filename=-beba4763f4755560 --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`
9722026-03-12T19:07:15.073Z Compiling sync_wrapper v1.0.2
9732026-03-12T19:07:15.077Z 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`
9742026-03-12T19:07:15.195Z Compiling encoding_rs v0.8.35
9752026-03-12T19:07:15.196Z 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`
9762026-03-12T19:07:15.658Z Compiling toml_writer v1.0.6+spec-1.1.0
9772026-03-12T19:07:15.662Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+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_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' '--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_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=2a6424226cf3c158 -C extra-filename=-687a07d8c09f33fd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9782026-03-12T19:07:15.942Z Compiling hyper v1.8.1
9792026-03-12T19:07:15.947Z 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=af02de37eb3840d6 -C extra-filename=-26aa4e48a8ef4c72 --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-76cdf927c2e83da2.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-960a0dcdf288ddf4.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-3f57a6b10615a08d.rmeta --cap-lints allow`
9802026-03-12T19:07:16.509Z Compiling num_threads v0.1.7
9812026-03-12T19:07:16.511Z 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`
9822026-03-12T19:07:16.625Z Compiling time v0.3.47
9832026-03-12T19:07:16.627Z 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=37caf4a7beba196e -C extra-filename=-4282ff0594b4c966 --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-456f45d845e6cb44.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`
9842026-03-12T19:07:17.136Z Compiling clap v4.5.60
9852026-03-12T19:07:17.139Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.60/src/lib.rs --error-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="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=9a5aa85fd37e24a5 -C extra-filename=-b41df79f1f29289d --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-4d614460eb9bf42e.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-beba4763f4755560.so --cap-lints allow`
9862026-03-12T19:07:17.232Z Compiling tower v0.5.3
9872026-03-12T19:07:17.235Z 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=d8c790a23f4a0a06 -C extra-filename=-c5c51b09f403a67e --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-960a0dcdf288ddf4.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`
9882026-03-12T19:07:17.505Z Compiling hyper-util v0.1.20
9892026-03-12T19:07:17.508Z 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=d44dcdb52407bf15 -C extra-filename=-7c800d773a7da31b --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-26aa4e48a8ef4c72.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-dccf304242a7cfb3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-51aad6e228e9a23c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.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`
9902026-03-12T19:07:17.713Z Compiling rand_chacha v0.9.0
9912026-03-12T19:07:17.716Z 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=32fc290115645434 -C extra-filename=-8a01e94cf78a6bd8 --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-d574820581231875.rmeta --cap-lints allow`
9922026-03-12T19:07:17.861Z Compiling rustls-native-certs v0.8.3
9932026-03-12T19:07:17.865Z 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`
9942026-03-12T19:07:18.114Z Compiling serde_urlencoded v0.7.1
9952026-03-12T19:07:18.117Z 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`
9962026-03-12T19:07:18.131Z Compiling futures-executor v0.3.32
9972026-03-12T19:07:18.155Z 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`
9982026-03-12T19:07:18.307Z Compiling serde_spanned v1.0.4
9992026-03-12T19:07:18.309Z 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-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=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_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' '--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_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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=20af4016935a3a6f -C extra-filename=-b8e267ee4f28ed46 --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`
10002026-03-12T19:07:18.328Z Compiling spin v0.9.8
10012026-03-12T19:07:18.331Z 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`
10022026-03-12T19:07:18.350Z Compiling either v1.15.0
10032026-03-12T19:07:18.353Z 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`
10042026-03-12T19:07:18.442Z 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`
10052026-03-12T19:07:18.478Z Compiling semver v1.0.27
10062026-03-12T19:07:18.482Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8f0631b96416daf1 -C extra-filename=-1031816aff22ad94 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10072026-03-12T19:07:18.495Z Compiling iri-string v0.7.10
10082026-03-12T19:07:18.498Z 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`
10092026-03-12T19:07:18.581Z Compiling futures v0.3.32
10102026-03-12T19:07:18.584Z 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`
10112026-03-12T19:07:18.607Z Compiling rand v0.9.2
10122026-03-12T19:07:18.623Z 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.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="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=b46188bef02e17c2 -C extra-filename=-c89d82dcb2a3e8b8 --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-8a01e94cf78a6bd8.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-d574820581231875.rmeta --cap-lints allow`
10132026-03-12T19:07:18.660Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0a767239159d4203 -C extra-filename=-2440f9b21c36edb4 --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`
10142026-03-12T19:07:18.677Z Compiling toml_datetime v1.0.0+spec-1.1.0
10152026-03-12T19:07:18.693Z 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-1.0.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=a17fbc4b5847c5dd -C extra-filename=-f394d923921caa39 --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`
10162026-03-12T19:07:18.928Z Compiling ident_case v1.0.1
10172026-03-12T19:07:18.931Z 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`
10182026-03-12T19:07:19.041Z Compiling option-ext v0.2.0
10192026-03-12T19:07:19.044Z 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`
10202026-03-12T19:07:19.072Z Compiling darling_core v0.23.0
10212026-03-12T19:07:19.075Z Compiling serde_tokenstream v0.2.2
10222026-03-12T19:07:19.075Z 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`
10232026-03-12T19:07:19.076Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d939d73ffcec5cf -C extra-filename=-717f01ba8e9d1a59 --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`
10242026-03-12T19:07:19.149Z Compiling dirs-sys v0.5.0
10252026-03-12T19:07:19.151Z 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=ac0e7e15fe2675a4 -C extra-filename=-e9435f22ab23c75a --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-456f45d845e6cb44.rmeta --extern option_ext=/work/oxidecomputer/oxide.rs/target/debug/deps/liboption_ext-122d22d6e77e7af4.rmeta --cap-lints allow`
10262026-03-12T19:07:19.387Z Compiling tempfile v3.26.0
10272026-03-12T19:07:19.390Z 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.26.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=05c2c2488e3f7ddd -C extra-filename=-ba1f52275c21a736 --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-f11d27a3c4cf1dcb.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-3a402885e1bd142c.rmeta --cap-lints allow`
10282026-03-12T19:07:19.446Z Compiling async-trait v0.1.89
10292026-03-12T19:07:19.462Z 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`
10302026-03-12T19:07:19.538Z Compiling castaway v0.2.4
10312026-03-12T19:07:19.541Z 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`
10322026-03-12T19:07:19.672Z Compiling ring v0.17.14
10332026-03-12T19:07:19.675Z 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=0cb5e385ffb5125e -C extra-filename=-6b9c816245f7ce60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-6b9c816245f7ce60 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-50bc77668270892d.rlib --cap-lints allow`
10342026-03-12T19:07:19.936Z Compiling thiserror v1.0.69
10352026-03-12T19:07:19.941Z 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`
10362026-03-12T19:07:19.982Z Compiling signal-hook v0.3.18
10372026-03-12T19:07:19.985Z 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`
10382026-03-12T19:07:20.252Z Compiling tower-http v0.6.8
10392026-03-12T19:07:20.255Z 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=319f7875101e1541 -C extra-filename=-a0a9691378c1658f --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-c5c51b09f403a67e.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`
10402026-03-12T19:07:20.337Z Compiling static_assertions v1.1.0
10412026-03-12T19:07:20.353Z 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`
10422026-03-12T19:07:20.437Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-6b9c816245f7ce60/build-script-build`
10432026-03-12T19:07:20.440Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-4a752e559668a746/build-script-build`
10442026-03-12T19:07:20.678Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-d762e77b2c502483/build-script-build`
10452026-03-12T19:07:20.698Z Compiling dirs v6.0.0
10462026-03-12T19:07:20.701Z 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=63db3dc7b89f307f -C extra-filename=-62653689ecb945f9 --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-e9435f22ab23c75a.rmeta --cap-lints allow`
10472026-03-12T19:07:20.783Z Compiling toml_edit v0.25.3+spec-1.1.0
10482026-03-12T19:07:20.786Z 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.25.3+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=3e25433a05822d25 -C extra-filename=-405ab437f2257b7c --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-9785b4938f4a3dba.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-f394d923921caa39.rmeta --extern toml_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_parser-140767adcfdf4c10.rmeta --extern toml_writer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_writer-687a07d8c09f33fd.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-2314190df5979a44.rmeta --cap-lints allow`
10492026-03-12T19:07:20.816Z Compiling toml v1.0.3+spec-1.1.0
10502026-03-12T19:07:20.819Z 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-1.0.3+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=335f230493dd3c50 -C extra-filename=-f542f651d06258c8 --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-b8e267ee4f28ed46.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-f394d923921caa39.rmeta --extern toml_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_parser-140767adcfdf4c10.rmeta --extern toml_writer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_writer-687a07d8c09f33fd.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-2314190df5979a44.rmeta --cap-lints allow`
10512026-03-12T19:07:20.834Z Compiling flume v0.12.0
10522026-03-12T19:07:20.837Z 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`
10532026-03-12T19:07:20.851Z Compiling concurrent-queue v2.5.0
10542026-03-12T19:07:20.854Z 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`
10552026-03-12T19:07:21.100Z Compiling thiserror-impl v1.0.69
10562026-03-12T19:07:21.102Z 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`
10572026-03-12T19:07:21.221Z Compiling slog v2.8.2
10582026-03-12T19:07:21.224Z 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`
10592026-03-12T19:07:21.510Z Compiling libz-sys v1.1.23
10602026-03-12T19:07:21.513Z 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=c20443f393aea522 -C extra-filename=-08af88a37730c751 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-08af88a37730c751 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-50bc77668270892d.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`
10612026-03-12T19:07:22.004Z Compiling indoc v2.0.7
10622026-03-12T19:07:22.007Z 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`
10632026-03-12T19:07:22.191Z Compiling darling_macro v0.23.0
10642026-03-12T19:07:22.194Z 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`
10652026-03-12T19:07:22.571Z Compiling instability v0.3.11
10662026-03-12T19:07:22.573Z 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`
10672026-03-12T19:07:22.674Z Compiling parking v2.2.1
10682026-03-12T19:07:22.676Z 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`
10692026-03-12T19:07:22.676Z 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`
10702026-03-12T19:07:22.871Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/instability-6b7e29ff3c7f6311/build-script-build`
10712026-03-12T19:07:22.875Z Compiling event-listener v5.4.1
10722026-03-12T19:07:22.895Z 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`
10732026-03-12T19:07:22.913Z 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`
10742026-03-12T19:07:22.917Z 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-03-12T19:07:22.935Z Compiling darling v0.23.0
10762026-03-12T19:07:22.938Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-08af88a37730c751/build-script-build`
10772026-03-12T19:07:22.938Z 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`
10782026-03-12T19:07:23.026Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-98ec802ee6974437/build-script-build`
10792026-03-12T19:07:23.044Z Compiling erased-serde v0.3.31
10802026-03-12T19:07:23.044Z 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=7f249147d8bcc6b6 -C extra-filename=-16748646d0e792fe --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-456f45d845e6cb44.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-00fffc5435bf0f5f.rmeta --cap-lints allow`
10812026-03-12T19:07:23.048Z 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`
10822026-03-12T19:07:23.076Z Compiling paste v1.0.15
10832026-03-12T19:07:23.079Z 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`
10842026-03-12T19:07:23.215Z Compiling similar v2.7.0
10852026-03-12T19:07:23.218Z 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`
10862026-03-12T19:07:23.435Z Compiling rustix v0.38.44
10872026-03-12T19:07:23.439Z 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`
10882026-03-12T19:07:23.451Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-b8993bef0993fb5d/build-script-build`
10892026-03-12T19:07:23.504Z 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`
10902026-03-12T19:07:23.654Z 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)'`
10912026-03-12T19:07:23.671Z Compiling signal-hook-mio v0.2.5
10922026-03-12T19:07:23.674Z 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=fa5b66b373b36ee6 -C extra-filename=-67283f7fdacff7dc --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-456f45d845e6cb44.rmeta --extern mio_1_0=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-810b35c5a0c0d7a7.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-16748646d0e792fe.rmeta --cap-lints allow`
10932026-03-12T19:07:23.774Z Compiling event-listener-strategy v0.5.4
10942026-03-12T19:07:23.781Z 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`
10952026-03-12T19:07:23.800Z 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)'`
10962026-03-12T19:07:23.876Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-291b8a08f7df0083/build-script-build`
10972026-03-12T19:07:23.923Z Compiling itertools v0.14.0
10982026-03-12T19:07:23.926Z 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`
10992026-03-12T19:07:23.975Z Compiling rand_core v0.6.4
11002026-03-12T19:07:23.978Z 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=035836b0b0671e18 -C extra-filename=-ab13d0180f68b904 --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-2c709d02de1f26eb.rmeta --cap-lints allow`
11012026-03-12T19:07:24.180Z Compiling openapiv3 v2.2.0
11022026-03-12T19:07:24.184Z 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=2e0db68f7c2a50c5 -C extra-filename=-f7ab40f1960480f7 --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-9785b4938f4a3dba.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`
11032026-03-12T19:07:24.253Z Compiling strum_macros v0.27.2
11042026-03-12T19:07:24.258Z 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`
11052026-03-12T19:07:24.353Z 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=258325809f8590de -C extra-filename=-01c577ce6c188272 --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-2c709d02de1f26eb.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-740528728fafa776/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
11062026-03-12T19:07:24.429Z Compiling libgit2-sys v0.18.3+1.9.2
11072026-03-12T19:07:24.445Z 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=ec246ba237e2946f -C extra-filename=-a7dec54a1085f77c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-a7dec54a1085f77c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-50bc77668270892d.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-5e7851ef9a99027d.rlib --cap-lints allow`
11082026-03-12T19:07:24.791Z Compiling thread_local v1.1.9
11092026-03-12T19:07:24.795Z 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`
11102026-03-12T19:07:24.963Z Compiling camino v1.2.2
11112026-03-12T19:07:24.967Z 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`
11122026-03-12T19:07:25.108Z 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`
11132026-03-12T19:07:25.320Z Compiling home v0.5.12
11142026-03-12T19:07:25.323Z 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`
11152026-03-12T19:07:25.388Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-28761576f2549e81/build-script-build`
11162026-03-12T19:07:25.432Z Compiling unicode-truncate v2.0.1
11172026-03-12T19:07:25.435Z 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`
11182026-03-12T19:07:25.478Z 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`
11192026-03-12T19:07:25.551Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-a7dec54a1085f77c/build-script-build`
11202026-03-12T19:07:25.610Z Compiling rand_chacha v0.3.1
11212026-03-12T19:07:25.631Z 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=5e641841e982b844 -C extra-filename=-d14a11931edd883c --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-ab13d0180f68b904.rmeta --cap-lints allow`
11222026-03-12T19:07:25.724Z 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=5f3cb3d6b987a9f5 -C extra-filename=-c8686f412d26801a --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-2a278899121b9fe3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
11232026-03-12T19:07:26.262Z Compiling async-lock v3.4.2
11242026-03-12T19:07:26.265Z 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`
11252026-03-12T19:07:26.401Z 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`
11262026-03-12T19:07:26.754Z Compiling strum v0.27.2
11272026-03-12T19:07:26.757Z 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`
11282026-03-12T19:07:26.898Z 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"))'`
11292026-03-12T19:07:26.954Z 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=b3b0110f413d8a01 -C extra-filename=-2013ead3d128ee08 --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-517ead5c56ff7081.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
11302026-03-12T19:07:27.073Z Compiling compact_str v0.9.0
11312026-03-12T19:07:27.077Z 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`
11322026-03-12T19:07:27.094Z Compiling convert_case v0.10.0
11332026-03-12T19:07:27.097Z 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`
11342026-03-12T19:07:27.292Z Compiling headers-core v0.3.0
11352026-03-12T19:07:27.295Z 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`
11362026-03-12T19:07:27.415Z Compiling kasuari v0.4.11
11372026-03-12T19:07:27.418Z 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`
11382026-03-12T19:07:27.432Z Compiling tabwriter v1.4.1
11392026-03-12T19:07:27.435Z Compiling lru v0.16.3
11402026-03-12T19:07:27.435Z 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`
11412026-03-12T19:07:27.435Z 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`
11422026-03-12T19:07:27.539Z Compiling crc32fast v1.5.0
11432026-03-12T19:07:27.542Z 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`
11442026-03-12T19:07:27.645Z Compiling rustls v0.22.4
11452026-03-12T19:07:27.648Z 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`
11462026-03-12T19:07:27.729Z Compiling derive_more-impl v2.1.1
11472026-03-12T19:07:27.732Z 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`
11482026-03-12T19:07:27.876Z Compiling ratatui-core v0.1.0
11492026-03-12T19:07:27.878Z 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`
11502026-03-12T19:07:27.900Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crc32fast-adaa6e526feb1639/build-script-build`
11512026-03-12T19:07:27.917Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-19a516f179033711/build-script-build`
11522026-03-12T19:07:27.938Z Compiling headers v0.4.1
11532026-03-12T19:07:27.942Z 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`
11542026-03-12T19:07:27.955Z Compiling async-object-pool v0.2.0
11552026-03-12T19:07:27.958Z 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`
11562026-03-12T19:07:28.077Z 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`
11572026-03-12T19:07:28.226Z Compiling rand v0.8.5
11582026-03-12T19:07:28.229Z 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=164d51e75909c234 -C extra-filename=-5cb70b73c022fcd6 --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-456f45d845e6cb44.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-d14a11931edd883c.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-ab13d0180f68b904.rmeta --cap-lints allow`
11592026-03-12T19:07:28.822Z Compiling rustls-webpki v0.102.8
11602026-03-12T19:07:28.825Z 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=efa4a13a72fb7f52 -C extra-filename=-ee0c0a5d683f26b8 --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-01c577ce6c188272.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-740528728fafa776/out`
11612026-03-12T19:07:28.962Z 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)'`
11622026-03-12T19:07:28.994Z Compiling serde_regex v1.1.0
11632026-03-12T19:07:28.997Z 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`
11642026-03-12T19:07:29.064Z Compiling assert-json-diff v2.0.2
11652026-03-12T19:07:29.080Z 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`
11662026-03-12T19:07:29.186Z Compiling multer v3.1.0
11672026-03-12T19:07:29.189Z 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`
11682026-03-12T19:07:29.468Z Compiling serde_path_to_error v0.1.20
11692026-03-12T19:07:29.471Z 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`
11702026-03-12T19:07:29.499Z Compiling path-tree v0.8.3
11712026-03-12T19:07:29.502Z 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`
11722026-03-12T19:07:29.623Z Compiling futures-timer v3.0.3
11732026-03-12T19:07:29.626Z 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`
11742026-03-12T19:07:29.847Z Compiling predicates-core v1.0.10
11752026-03-12T19:07:29.850Z 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`
11762026-03-12T19:07:29.926Z Compiling stringmetrics v2.2.2
11772026-03-12T19:07:29.929Z 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`
11782026-03-12T19:07:29.986Z Compiling foldhash v0.1.5
11792026-03-12T19:07:29.989Z 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`
11802026-03-12T19:07:30.069Z Compiling match_cfg v0.1.0
11812026-03-12T19:07:30.072Z 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`
11822026-03-12T19:07:30.108Z Compiling slog-async v2.8.0
11832026-03-12T19:07:30.112Z 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`
11842026-03-12T19:07:30.126Z Compiling litrs v1.0.0
11852026-03-12T19:07:30.129Z 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`
11862026-03-12T19:07:30.147Z 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`
11872026-03-12T19:07:30.173Z Compiling hostname v0.3.1
11882026-03-12T19:07:30.175Z 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=9fe16060bc196f65 -C extra-filename=-f7a4869f90780afb --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-456f45d845e6cb44.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-c2fc0a4afed188b2.rmeta --cap-lints allow`
11892026-03-12T19:07:30.193Z Compiling hashbrown v0.15.5
11902026-03-12T19:07:30.195Z 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`
11912026-03-12T19:07:30.330Z Compiling httpmock v0.8.3
11922026-03-12T19:07:30.333Z 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=64735712e4fd53c4 -C extra-filename=-ed6b6a54a4df289e --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-26aa4e48a8ef4c72.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-7c800d773a7da31b.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-960a0dcdf288ddf4.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`
11932026-03-12T19:07:30.374Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-0bf39609c31c8460/build-script-build`
11942026-03-12T19:07:30.427Z 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=6149ef89b6a6ef0c -C extra-filename=-e155b2cb6b098bff --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-01c577ce6c188272.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-ee0c0a5d683f26b8.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-740528728fafa776/out`
11952026-03-12T19:07:30.465Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-e03428d43c4ff60d/build-script-build`
11962026-03-12T19:07:30.518Z Compiling derive_more v2.1.1
11972026-03-12T19:07:30.521Z 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`
11982026-03-12T19:07:30.655Z 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)'`
11992026-03-12T19:07:30.707Z Compiling document-features v0.2.12
12002026-03-12T19:07:30.710Z 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`
12012026-03-12T19:07:30.881Z Compiling slog-json v2.6.1
12022026-03-12T19:07:30.884Z 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=152e98b261f9e2ae -C extra-filename=-878d8b8577c516dd --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-4282ff0594b4c966.rmeta --cap-lints allow`
12032026-03-12T19:07:30.936Z Compiling itertools v0.13.0
12042026-03-12T19:07:30.959Z 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`
12052026-03-12T19:07:31.126Z Compiling crossbeam-channel v0.5.15
12062026-03-12T19:07:31.132Z 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`
12072026-03-12T19:07:31.440Z Compiling http v0.2.12
12082026-03-12T19:07:31.443Z 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`
12092026-03-12T19:07:31.726Z Compiling async-stream-impl v0.3.6
12102026-03-12T19:07:31.729Z 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`
12112026-03-12T19:07:32.541Z Compiling strum_macros v0.26.4
12122026-03-12T19:07:32.545Z Compiling float-cmp v0.10.0
12132026-03-12T19:07:32.545Z 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`
12142026-03-12T19:07:32.545Z 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`
12152026-03-12T19:07:32.718Z Compiling dropshot v0.16.7
12162026-03-12T19:07:32.721Z 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.16.7/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=13dcf6ffcd071a16 -C extra-filename=-375fb78f7a8c259a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-375fb78f7a8c259a -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`
12172026-03-12T19:07:32.747Z Compiling toml_datetime v0.7.5+spec-1.1.0
12182026-03-12T19:07:32.750Z 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.7.5+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_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' '--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_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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2a5705e6d61597ea -C extra-filename=-54a1f9816e9b5a8d --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`
12192026-03-12T19:07:32.999Z Compiling line-clipping v0.3.5
12202026-03-12T19:07:33.003Z 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`
12212026-03-12T19:07:33.138Z Compiling is-terminal v0.4.17
12222026-03-12T19:07:33.141Z 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=6e63a6f3c14eb9e6 -C extra-filename=-dd54317132ac3449 --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-456f45d845e6cb44.rmeta --cap-lints allow`
12232026-03-12T19:07:33.240Z Compiling dirs-sys-next v0.1.2
12242026-03-12T19:07:33.243Z 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=15aa92a650abbc33 -C extra-filename=-62aa0bb65917de72 --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-456f45d845e6cb44.rmeta --cap-lints allow`
12252026-03-12T19:07:33.273Z Compiling anyhow v1.0.102
12262026-03-12T19:07:33.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/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`
12272026-03-12T19:07:33.627Z Compiling bumpalo v3.20.2
12282026-03-12T19:07:33.630Z 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`
12292026-03-12T19:07:33.677Z Compiling libbz2-rs-sys v0.2.2
12302026-03-12T19:07:33.680Z 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`
12312026-03-12T19:07:33.950Z Compiling data-encoding v2.10.0
12322026-03-12T19:07:33.953Z 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`
12332026-03-12T19:07:34.643Z Compiling normalize-line-endings v0.3.0
12342026-03-12T19:07:34.646Z 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`
12352026-03-12T19:07:34.751Z Compiling take_mut v0.2.2
12362026-03-12T19:07:34.754Z 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`
12372026-03-12T19:07:34.768Z Compiling zlib-rs v0.6.2
12382026-03-12T19:07:34.771Z 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`
12392026-03-12T19:07:34.878Z Compiling utf-8 v0.7.6
12402026-03-12T19:07:34.878Z 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`
12412026-03-12T19:07:35.080Z Compiling difflib v0.4.0
12422026-03-12T19:07:35.083Z 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`
12432026-03-12T19:07:35.097Z Compiling unicode-width v0.1.14
12442026-03-12T19:07:35.100Z 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`
12452026-03-12T19:07:35.428Z Compiling term v1.2.1
12462026-03-12T19:07:35.431Z 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`
12472026-03-12T19:07:35.927Z Compiling byteorder v1.5.0
12482026-03-12T19:07:35.930Z 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`
12492026-03-12T19:07:35.986Z Compiling simd-adler32 v0.3.8
12502026-03-12T19:07:35.988Z 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`
12512026-03-12T19:07:36.218Z Compiling portable-atomic v1.13.1
12522026-03-12T19:07:36.222Z 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`
12532026-03-12T19:07:36.329Z Compiling zopfli v0.8.3
12542026-03-12T19:07:36.332Z 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`
12552026-03-12T19:07:36.380Z Compiling tungstenite v0.20.1
12562026-03-12T19:07:36.383Z 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=60acf80191b6cc10 -C extra-filename=-e0263a826ee348c7 --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-5cb70b73c022fcd6.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`
12572026-03-12T19:07:36.792Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-5fa2cb044a1f571e/build-script-build`
12582026-03-12T19:07:36.846Z Compiling slog-term v2.9.2
12592026-03-12T19:07:36.849Z 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=6ec085c82d7f5b7d -C extra-filename=-43309b6add8cc7aa --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-dd54317132ac3449.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-4282ff0594b4c966.rmeta --cap-lints allow`
12602026-03-12T19:07:37.300Z Compiling unicode-truncate v1.1.0
12612026-03-12T19:07:37.303Z 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`
12622026-03-12T19:07:37.464Z Compiling predicates v3.1.4
12632026-03-12T19:07:37.468Z 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`
12642026-03-12T19:07:37.545Z 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`
12652026-03-12T19:07:37.639Z Compiling strum v0.26.3
12662026-03-12T19:07:37.642Z 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`
12672026-03-12T19:07:37.780Z Compiling bzip2 v0.6.1
12682026-03-12T19:07:37.783Z 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`
12692026-03-12T19:07:38.030Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-85433aaa20b577c1/build-script-build`
12702026-03-12T19:07:38.231Z Compiling dirs-next v2.0.0
12712026-03-12T19:07:38.234Z 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=b455b6a106a4b561 -C extra-filename=-60ff08d89f863ccf --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-62aa0bb65917de72.rmeta --cap-lints allow`
12722026-03-12T19:07:38.275Z Compiling ratatui-widgets v0.3.0
12732026-03-12T19:07:38.279Z 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=50c4e9710b85ec4d -C extra-filename=-dec5f414e2af1b2d --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-4282ff0594b4c966.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`
12742026-03-12T19:07:38.370Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-375fb78f7a8c259a/build-script-build`
12752026-03-12T19:07:38.401Z Compiling toml v0.9.12+spec-1.1.0
12762026-03-12T19:07:38.405Z 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.9.12+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=aa9bfe7bab0e5768 -C extra-filename=-bc3c3ec6f5f34c01 --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-b8e267ee4f28ed46.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-54a1f9816e9b5a8d.rmeta --extern toml_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_parser-140767adcfdf4c10.rmeta --extern toml_writer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_writer-687a07d8c09f33fd.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-2314190df5979a44.rmeta --cap-lints allow`
12772026-03-12T19:07:38.421Z Compiling tokio-rustls v0.25.0
12782026-03-12T19:07:38.425Z 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=d9dfe74a16c8e927 -C extra-filename=-2766812059280fb8 --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-e155b2cb6b098bff.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-960a0dcdf288ddf4.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out`
12792026-03-12T19:07:38.686Z Compiling async-stream v0.3.6
12802026-03-12T19:07:38.689Z 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`
12812026-03-12T19:07:38.895Z Compiling flate2 v1.1.9
12822026-03-12T19:07:38.899Z 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="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=f0c56ed0090bf13a -C extra-filename=-73003843c2d978d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zlib_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libzlib_rs-30378b0b74e9da3a.rmeta --cap-lints allow`
12832026-03-12T19:07:39.354Z Compiling crossterm v0.29.0
12842026-03-12T19:07:39.357Z 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=4d44d60ac4017f21 -C extra-filename=-e873fdf66095a471 --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-810b35c5a0c0d7a7.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-80cd3841b806c6c5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-3a402885e1bd142c.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-16748646d0e792fe.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-67283f7fdacff7dc.rmeta --cap-lints allow`
12852026-03-12T19:07:39.445Z Compiling slog-bunyan v2.5.0
12862026-03-12T19:07:39.448Z 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=5614bdf7816e46ee -C extra-filename=-3bb7d350d0343092 --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-f7a4869f90780afb.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-878d8b8577c516dd.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-4282ff0594b4c966.rmeta --cap-lints allow`
12872026-03-12T19:07:39.609Z Compiling lru v0.12.5
12882026-03-12T19:07:39.611Z 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`
12892026-03-12T19:07:39.806Z 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`
12902026-03-12T19:07:40.451Z Compiling crossterm v0.28.1
12912026-03-12T19:07:40.453Z 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=b78e0d724a156516 -C extra-filename=-1f29ba67ed235168 --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-810b35c5a0c0d7a7.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-80cd3841b806c6c5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-c8686f412d26801a.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-16748646d0e792fe.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-67283f7fdacff7dc.rmeta --cap-lints allow`
12922026-03-12T19:07:40.468Z Compiling compact_str v0.8.1
12932026-03-12T19:07:40.485Z 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`
12942026-03-12T19:07:40.559Z Compiling dropshot_endpoint v0.16.7
12952026-03-12T19:07:40.564Z 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.16.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 '--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=b244d8be872d5a35 -C extra-filename=-1227dc8e327368b3 --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-2440f9b21c36edb4.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-717f01ba8e9d1a59.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-85f4fe3efc3c160f.rlib --extern proc_macro --cap-lints allow`
12962026-03-12T19:07:41.087Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
12972026-03-12T19:07:41.091Z 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=f9dd68d9ecea73d8 -C extra-filename=-ebf5b433f2125ee4 --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-c89d82dcb2a3e8b8.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-05060c71ebbfb7f9.rmeta`
12982026-03-12T19:07:41.105Z Compiling newline-converter v0.3.0
12992026-03-12T19:07:41.108Z 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`
13002026-03-12T19:07:41.238Z Compiling waitgroup v0.1.2
13012026-03-12T19:07:41.241Z 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`
13022026-03-12T19:07:41.311Z Compiling console v0.16.2
13032026-03-12T19:07:41.314Z 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=22bbbe936d5c675b -C extra-filename=-5884fef86e648255 --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-456f45d845e6cb44.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`
13042026-03-12T19:07:41.370Z Compiling rustls-pemfile v2.2.0
13052026-03-12T19:07:41.373Z 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`
13062026-03-12T19:07:41.395Z Compiling hostname v0.4.2
13072026-03-12T19:07:41.398Z 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=6acb146c62c6f53a -C extra-filename=-8ecaec0f41d4127f --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-456f45d845e6cb44.rmeta --cap-lints allow`
13082026-03-12T19:07:41.561Z Compiling is-docker v0.2.0
13092026-03-12T19:07:41.564Z 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`
13102026-03-12T19:07:41.608Z Compiling lazy_static v1.5.0
13112026-03-12T19:07:41.611Z 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`
13122026-03-12T19:07:41.723Z Compiling cassowary v0.3.0
13132026-03-12T19:07:41.725Z 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`
13142026-03-12T19:07:41.788Z Compiling debug-ignore v1.0.5
13152026-03-12T19:07:41.792Z 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`
13162026-03-12T19:07:41.908Z Compiling sharded-slab v0.1.7
13172026-03-12T19:07:41.911Z 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`
13182026-03-12T19:07:42.128Z Compiling ratatui v0.29.0
13192026-03-12T19:07:42.131Z 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=29c48158d3226cec -C extra-filename=-fe1bc83aba63f359 --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-1f29ba67ed235168.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`
13202026-03-12T19:07:42.164Z Compiling is-wsl v0.4.0
13212026-03-12T19:07:42.167Z 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`
13222026-03-12T19:07:42.345Z Compiling ratatui-crossterm v0.1.0
13232026-03-12T19:07:42.347Z 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=6f45c8f08c5270b2 -C extra-filename=-d4264f522f4453f8 --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-e873fdf66095a471.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`
13242026-03-12T19:07:42.448Z Compiling ratatui-macros v0.7.0
13252026-03-12T19:07:42.451Z 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=53fb454e37d9da06 -C extra-filename=-efda50ff7bc51447 --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-dec5f414e2af1b2d.rmeta --cap-lints allow`
13262026-03-12T19:07:42.551Z Compiling zip v4.6.1
13272026-03-12T19:07:42.554Z 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=b08aeb5e93686efd -C extra-filename=-3899a2b972579500 --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-73003843c2d978d3.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-9785b4938f4a3dba.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`
13282026-03-12T19:07:42.589Z Compiling term v0.7.0
13292026-03-12T19:07:42.620Z 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=246e2436710ade90 -C extra-filename=-e09049c3f00a148e --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-60ff08d89f863ccf.rmeta --cap-lints allow`
13302026-03-12T19:07:42.627Z 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)'`
13312026-03-12T19:07:42.796Z 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.16.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 '--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=60a9d20f35d2498a -C extra-filename=-c4de51d97e8cb585 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --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-1227dc8e327368b3.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-8ecaec0f41d4127f.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-26aa4e48a8ef4c72.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-7c800d773a7da31b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-9785b4938f4a3dba.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-58a4c2c3dc039551.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f7ab40f1960480f7.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-e155b2cb6b098bff.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-dc7336fc75a3d530.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-1031816aff22ad94.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-3bb7d350d0343092.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-878d8b8577c516dd.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-43309b6add8cc7aa.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-2766812059280fb8.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-bc3c3ec6f5f34c01.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.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-740528728fafa776/out`
13322026-03-12T19:07:43.124Z Compiling tokio-tungstenite v0.20.1
13332026-03-12T19:07:43.127Z 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=b604c081d4cbd8f1 -C extra-filename=-ec5017f7256ce37b --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-960a0dcdf288ddf4.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-e0263a826ee348c7.rmeta --cap-lints allow`
13342026-03-12T19:07:43.442Z 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"))'`
13352026-03-12T19:07:43.485Z Compiling termini v1.0.0
13362026-03-12T19:07:43.488Z 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`
13372026-03-12T19:07:43.892Z Compiling sha2 v0.10.9
13382026-03-12T19:07:43.895Z 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`
13392026-03-12T19:07:44.144Z Compiling env_filter v1.0.0
13402026-03-12T19:07:44.147Z 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`
13412026-03-12T19:07:44.161Z Compiling tracing-serde v0.2.0
13422026-03-12T19:07:44.164Z 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`
13432026-03-12T19:07:44.350Z Compiling matchers v0.2.0
13442026-03-12T19:07:44.353Z 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`
13452026-03-12T19:07:44.368Z Compiling tracing-log v0.2.0
13462026-03-12T19:07:44.371Z 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`
13472026-03-12T19:07:44.529Z Compiling assert_cmd v2.1.2
13482026-03-12T19:07:44.533Z 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/assert_cmd-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=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("color", "color-auto"))' -C metadata=3171590293d36536 -C extra-filename=-43aaf3d497b32de1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-43aaf3d497b32de1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13492026-03-12T19:07:44.586Z Compiling shell-words v1.1.1
13502026-03-12T19:07:44.589Z 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`
13512026-03-12T19:07:44.671Z Compiling pathdiff v0.2.3
13522026-03-12T19:07:44.674Z 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`
13532026-03-12T19:07:44.775Z Compiling nu-ansi-term v0.50.3
13542026-03-12T19:07:44.778Z 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`
13552026-03-12T19:07:44.791Z Compiling jiff v0.2.20
13562026-03-12T19:07:44.794Z 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.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 --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=e0362a5785fe7e14 -C extra-filename=-6cbfb3d236a2f5e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13572026-03-12T19:07:44.842Z Compiling termtree v0.5.1
13582026-03-12T19:07:44.845Z 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`
13592026-03-12T19:07:45.013Z Compiling unit-prefix v0.5.2
13602026-03-12T19:07:45.016Z 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`
13612026-03-12T19:07:45.181Z Compiling ipnetwork v0.21.1
13622026-03-12T19:07:45.181Z 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`
13632026-03-12T19:07:45.197Z Compiling indicatif v0.18.4
13642026-03-12T19:07:45.205Z 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=95efb617c879440c -C extra-filename=-b8e547e5f30c24e4 --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-5884fef86e648255.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`
13652026-03-12T19:07:45.542Z Compiling oxnet v0.1.4
13662026-03-12T19:07:45.545Z 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.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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=1ba40b54c55a37fb -C extra-filename=-809191d2f335d880 --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-dc7336fc75a3d530.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`
13672026-03-12T19:07:46.147Z Compiling tracing-subscriber v0.3.22
13682026-03-12T19:07:46.150Z 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.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 --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=f6906c0856bf466d -C extra-filename=-09ae229b0a0ae2fa --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`
13692026-03-12T19:07:46.195Z Compiling predicates-tree v1.0.13
13702026-03-12T19:07:46.211Z 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`
13712026-03-12T19:07:46.509Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-43aaf3d497b32de1/build-script-build`
13722026-03-12T19:07:46.530Z Compiling open v5.3.3
13732026-03-12T19:07:46.533Z 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.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("shellexecute-on-windows"))' -C metadata=a28727565a318c13 -C extra-filename=-a8bd3933a9663ccb --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-456f45d845e6cb44.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7dc0e874cee82644.rmeta --cap-lints allow`
13742026-03-12T19:07:46.547Z Compiling dialoguer v0.12.0
13752026-03-12T19:07:46.550Z 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=b80df02357bdd47b -C extra-filename=-3a4a33373bd04d83 --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-5884fef86e648255.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-ba1f52275c21a736.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-b0b4cb4cd55c5e66.rmeta --cap-lints allow`
13762026-03-12T19:07:46.732Z Compiling oauth2 v5.0.0
13772026-03-12T19:07:46.735Z 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=97b6be325d9ea51e -C extra-filename=-f08603bcdcf4bd76 --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-5cb70b73c022fcd6.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`
13782026-03-12T19:07:47.532Z Compiling support-bundle-viewer v0.1.2
13792026-03-12T19:07:47.535Z 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=c62a3540e00a2309 -C extra-filename=-312930ebbc48ef3f --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-1f29ba67ed235168.rmeta --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-fe1bc83aba63f359.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --extern zip=/work/oxidecomputer/oxide.rs/target/debug/deps/libzip-3899a2b972579500.rmeta --cap-lints allow`
13802026-03-12T19:07:48.142Z Compiling env_logger v0.11.9
13812026-03-12T19:07:48.146Z 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.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 --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=5cb6f413b598f100 -C extra-filename=-a7c394b50e514421 --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-377fac5195b1e2eb.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-6cbfb3d236a2f5e5.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-b0a0358820e63312.rmeta --cap-lints allow`
13822026-03-12T19:07:48.382Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
13832026-03-12T19:07:48.385Z 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=0fa942ff0076dbe5 -C extra-filename=-2aca5c6b859ef61d --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-456f45d845e6cb44.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-e09049c3f00a148e.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-960a0dcdf288ddf4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-ec5017f7256ce37b.rmeta --cap-lints allow`
13842026-03-12T19:07:48.680Z Compiling ratatui v0.30.0
13852026-03-12T19:07:48.682Z 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=6aa002278b9458fb -C extra-filename=-f9eabd14a731a014 --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-d4264f522f4453f8.rmeta --extern ratatui_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_macros-efda50ff7bc51447.rmeta --extern ratatui_widgets=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui_widgets-dec5f414e2af1b2d.rmeta --cap-lints allow`
13862026-03-12T19:07:48.870Z Compiling atomicwrites v0.4.4
13872026-03-12T19:07:48.873Z 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=ef9d1c9f6afc2f4f -C extra-filename=-aa5fd960719bf73e --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-c8686f412d26801a.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rmeta --cap-lints allow`
13882026-03-12T19:07:48.985Z Compiling yasna v0.5.2
13892026-03-12T19:07:48.989Z Compiling clap_complete v4.5.66
13902026-03-12T19:07:48.989Z 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=0d933d48e02b9e7a -C extra-filename=-cf6e00119afc8cc0 --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-4282ff0594b4c966.rmeta --cap-lints allow`
13912026-03-12T19:07:48.989Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.66/src/lib.rs --error-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=2cd13b920fd174bb -C extra-filename=-b9957ba08d14ff01 --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-b41df79f1f29289d.rmeta --cap-lints allow`
13922026-03-12T19:07:49.102Z Compiling bstr v1.12.1
13932026-03-12T19:07:49.105Z 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`
13942026-03-12T19:07:49.262Z Compiling console v0.15.11
13952026-03-12T19:07:49.266Z 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=c520963f32fae962 -C extra-filename=-514e7cdd5ac4bdd1 --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-456f45d845e6cb44.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`
13962026-03-12T19:07:49.922Z Compiling pem v3.0.6
13972026-03-12T19:07:49.926Z 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`
13982026-03-12T19:07:49.970Z Compiling wait-timeout v0.2.1
13992026-03-12T19:07:49.973Z 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=85acc59f142c524a -C extra-filename=-2e945a5b9b3ac39c --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-456f45d845e6cb44.rmeta --cap-lints allow`
14002026-03-12T19:07:50.036Z Compiling yansi v1.0.1
14012026-03-12T19:07:50.039Z 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`
14022026-03-12T19:07:50.111Z Compiling colored v3.1.1
14032026-03-12T19:07:50.113Z 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`
14042026-03-12T19:07:50.333Z Compiling humantime v2.3.0
14052026-03-12T19:07:50.336Z 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`
14062026-03-12T19:07:50.351Z Compiling diff v0.1.13
14072026-03-12T19:07:50.355Z 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`
14082026-03-12T19:07:50.382Z Compiling md5 v0.8.0
14092026-03-12T19:07:50.385Z 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`
14102026-03-12T19:07:50.440Z Compiling rcgen v0.14.7
14112026-03-12T19:07:50.443Z 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=233134c4d46931c1 -C extra-filename=-6305584c0cc4a7ca --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-01c577ce6c188272.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-4282ff0594b4c966.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-cf6e00119afc8cc0.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out`
14122026-03-12T19:07:50.616Z Compiling pretty_assertions v1.4.1
14132026-03-12T19:07:50.618Z 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`
14142026-03-12T19:07:50.633Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-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=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("color", "color-auto"))' -C metadata=6ba44efa7b3227f4 -C extra-filename=-a4faddc601f13055 --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-2e945a5b9b3ac39c.rmeta --cap-lints allow`
14152026-03-12T19:07:50.674Z Compiling expectorate v1.2.0
14162026-03-12T19:07:50.677Z 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=4bb13dbaba46ce4f -C extra-filename=-2cb69ac0bbae46ca --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-aa5fd960719bf73e.rmeta --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-514e7cdd5ac4bdd1.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`
14172026-03-12T19:07:50.727Z 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`
14182026-03-12T19:07:50.947Z 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`
14192026-03-12T19:07:51.047Z 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`
14202026-03-12T19:07:51.251Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-918f8638cb6f694e/build-script-build`
14212026-03-12T19:07:51.273Z Compiling toml_datetime v0.6.11
14222026-03-12T19:07:51.276Z 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`
14232026-03-12T19:07:51.424Z 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"))'`
14242026-03-12T19:07:51.487Z 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.10.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="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=48b4b92bcb8049c3 -C extra-filename=-7216419722767e6a --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`
14252026-03-12T19:07:51.615Z Compiling serde_spanned v0.6.9
14262026-03-12T19:07:51.618Z 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`
14272026-03-12T19:07:51.742Z Compiling toml_write v0.1.2
14282026-03-12T19:07:51.745Z 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`
14292026-03-12T19:07:51.786Z Compiling same-file v1.0.6
14302026-03-12T19:07:51.789Z 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`
14312026-03-12T19:07:51.981Z Compiling toml_edit v0.22.27
14322026-03-12T19:07:51.984Z 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=c8103e58361e94bc -C extra-filename=-2389c60949e2c3b6 --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-9785b4938f4a3dba.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`
14332026-03-12T19:07:51.997Z Compiling walkdir v2.5.0
14342026-03-12T19:07:52.001Z 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`
14352026-03-12T19:07:52.440Z 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`
14362026-03-12T19:07:52.930Z Compiling toolchain_find v0.4.0
14372026-03-12T19:07:52.933Z 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=80cb42d1e622878b -C extra-filename=-63a2a743ff0afbdc --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-1031816aff22ad94.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-aa01cc52458f4aa4.rmeta --cap-lints allow`
14382026-03-12T19:07:53.335Z Compiling rustc_version v0.4.1
14392026-03-12T19:07:53.338Z 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=f34f8b00da51de84 -C extra-filename=-0fb23a1a8ab2d508 --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-1031816aff22ad94.rmeta --cap-lints allow`
14402026-03-12T19:07:53.801Z Compiling typify-impl v0.6.1
14412026-03-12T19:07:53.804Z 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.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=c8ae9b4252d4d605 -C extra-filename=-13d767b667e4afc4 --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-7216419722767e6a.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-37c5cfcda4deac77.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2440f9b21c36edb4.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`
14422026-03-12T19:07:53.940Z 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.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=a3ddc0268d946699 -C extra-filename=-46f46c6638670900 --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-e260513024e022e8.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-1031816aff22ad94.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`
14432026-03-12T19:07:55.257Z 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=21e2712cba619815 -C extra-filename=-fd1113d5f2a0bd73 --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-517ead5c56ff7081.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-2013ead3d128ee08.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-9a83f219774b547f/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
14442026-03-12T19:07:55.637Z Compiling git2 v0.20.4
14452026-03-12T19:07:55.640Z 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=202926690c11e3b4 -C extra-filename=-aa6c7f566aecb420 --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-517ead5c56ff7081.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-fd1113d5f2a0bd73.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-9a83f219774b547f/out/build -L native=/usr/lib/amd64`
14462026-03-12T19:07:56.387Z Compiling toml v0.8.23
14472026-03-12T19:07:56.391Z 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=732d51ab806faab1 -C extra-filename=-0df6017687441e5b --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-2389c60949e2c3b6.rmeta --cap-lints allow`
14482026-03-12T19:07:56.412Z Compiling integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
14492026-03-12T19:07:56.419Z 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`
14502026-03-12T19:07:56.499Z 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=a65aa5aa34b4a301 -C extra-filename=-8db9df46acc5f9ac --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-c89d82dcb2a3e8b8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-05060c71ebbfb7f9.rlib`
14512026-03-12T19:07:56.762Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-rs-ac12ea17aa38593f/build-script-build`
14522026-03-12T19:07:56.785Z 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=ee50a32091433add -C extra-filename=-865b2ad2e917abb6 --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-7eaf4989639b663f/out -l static=aws_lc_0_37_1_crypto --cfg universal`
14532026-03-12T19:07:57.324Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-c1229d751761c79d/build-script-build`
14542026-03-12T19:07:57.346Z Compiling rustfmt-wrapper v0.2.1
14552026-03-12T19:07:57.349Z 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=6ce61f92750933ca -C extra-filename=-e6d6de757be79860 --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-ba1f52275c21a736.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-096418af9db227f2.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-0df6017687441e5b.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-63a2a743ff0afbdc.rmeta --cap-lints allow`
14562026-03-12T19:07:57.710Z 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=c511af58f4e879ea -C extra-filename=-450f7dad2cf1f9cd --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-865b2ad2e917abb6.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-7eaf4989639b663f/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
14572026-03-12T19:07:58.623Z Compiling built v0.8.0
14582026-03-12T19:07:58.626Z 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=bfa1465950645653 -C extra-filename=-10351df73687aa76 --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-aa6c7f566aecb420.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-9a83f219774b547f/out/build -L native=/usr/lib/amd64`
14592026-03-12T19:07:59.149Z Compiling rustls-webpki v0.103.9
14602026-03-12T19:07:59.152Z 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=46e45979cc60318a -C extra-filename=-b866ba91ff35a557 --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-450f7dad2cf1f9cd.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-7eaf4989639b663f/out`
14612026-03-12T19:07:59.855Z 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=7a13c32713873463 -C extra-filename=-b05237fe9025314c --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-450f7dad2cf1f9cd.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-b866ba91ff35a557.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-7eaf4989639b663f/out`
14622026-03-12T19:07:59.982Z Compiling oxide-cli v0.15.0+2026021301.0.0 (/work/oxidecomputer/oxide.rs/cli)
14632026-03-12T19:07:59.985Z 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=441b9bbdff65ab56 -C extra-filename=-4e19bb16544faed5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-4e19bb16544faed5 -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-10351df73687aa76.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-9a83f219774b547f/out/build -L native=/usr/lib/amd64`
14642026-03-12T19:08:00.776Z Compiling typify-macro v0.6.1
14652026-03-12T19:08:00.776Z 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.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=ac51dfbf873a7ec2 -C extra-filename=-8e61855fdd69e92e --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-2440f9b21c36edb4.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-717f01ba8e9d1a59.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-13d767b667e4afc4.rlib --extern proc_macro --cap-lints allow`
14662026-03-12T19:08:00.821Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-4e19bb16544faed5/build-script-build`
14672026-03-12T19:08:03.221Z Compiling typify v0.6.1
14682026-03-12T19:08:03.224Z 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.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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=ef53a6d03cfc60fb -C extra-filename=-8652f98dfe5b4e39 --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-46f46c6638670900.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8e61855fdd69e92e.so --cap-lints allow`
14692026-03-12T19:08:03.322Z Compiling progenitor-impl v0.13.0 (https://github.com/oxidecomputer/progenitor#95a4c774)
14702026-03-12T19:08:03.325Z 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/95a4c77/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=e475fa2d192bffe3 -C extra-filename=-506231a391c3bdfe --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-9785b4938f4a3dba.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f7ab40f1960480f7.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-dc7336fc75a3d530.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-8652f98dfe5b4e39.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-f9320a4531fff45d.rmeta --cap-lints allow`
14712026-03-12T19:08:03.736Z Compiling tokio-rustls v0.26.4
14722026-03-12T19:08:03.739Z 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=ff2259fd53fd1b6b -C extra-filename=-e9b7e9b2cab2e723 --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-b05237fe9025314c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out`
14732026-03-12T19:08:04.046Z Compiling hyper-rustls v0.27.7
14742026-03-12T19:08:04.061Z 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=f79c7bd3fae7bbd3 -C extra-filename=-67fb670a8a584055 --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-26aa4e48a8ef4c72.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-7c800d773a7da31b.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-b05237fe9025314c.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-960a0dcdf288ddf4.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-e9b7e9b2cab2e723.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-7eaf4989639b663f/out`
14752026-03-12T19:08:04.064Z Compiling rustls-platform-verifier v0.6.2
14762026-03-12T19:08:04.092Z 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.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("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=32949ceb4b3a9151 -C extra-filename=-b50a725573e7858c --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-b05237fe9025314c.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-b866ba91ff35a557.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out`
14772026-03-12T19:08:04.803Z Compiling progenitor v0.13.0 (https://github.com/oxidecomputer/progenitor#95a4c774)
14782026-03-12T19:08:04.806Z 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/95a4c77/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=c32e75516b02b625 -C extra-filename=-adbbeb1fcb92d4c0 --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-506231a391c3bdfe.rmeta --cap-lints allow`
14792026-03-12T19:08:07.225Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
14802026-03-12T19:08:07.228Z 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=78fc5dcee9e7ad6a -C extra-filename=-fb6d7729d1bab1a4 --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-b41df79f1f29289d.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-adbbeb1fcb92d4c0.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-0fb23a1a8ab2d508.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-e6d6de757be79860.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-1c32539520123173.rlib`
14812026-03-12T19:08:07.368Z 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=8af10f0ae5fdab23 -C extra-filename=-c98ec390f9664e6e --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-b41df79f1f29289d.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-adbbeb1fcb92d4c0.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-0fb23a1a8ab2d508.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-e6d6de757be79860.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-1c32539520123173.rlib`
14822026-03-12T19:08:22.193Z 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.111/src/lib.rs --error-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=5faee1ba53fb9ec6 -C extra-filename=-303271938ac7aee5 --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-456f45d845e6cb44.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/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(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(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)'`
14832026-03-12T19:08:22.197Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-1a20bb1ebfa4144a/build-script-build`
14842026-03-12T19:08:22.197Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-a9d009dd1a1f33c4/build-script-build`
14852026-03-12T19:08:22.828Z 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.75/src/lib.rs --error-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=ebba8a62274dd617 -C extra-filename=-21faf72b39af24d6 --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-456f45d845e6cb44.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-b0dd4e19c05741bd.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-303271938ac7aee5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/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(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)'`
14862026-03-12T19:08:25.624Z 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=e1e202a780ac77bb -C extra-filename=-c06a0c8c09143ab8 --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-21faf72b39af24d6.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-303271938ac7aee5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
14872026-03-12T19:08:25.865Z Compiling tokio-native-tls v0.3.1
14882026-03-12T19:08:25.868Z 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=256459266e904e8e -C extra-filename=-8110acdbd425fb3f --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-c06a0c8c09143ab8.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
14892026-03-12T19:08:26.009Z Compiling hyper-tls v0.6.0
14902026-03-12T19:08:26.013Z 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=2020c638044697d0 -C extra-filename=-9b03279446cefe2a --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-26aa4e48a8ef4c72.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-7c800d773a7da31b.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c06a0c8c09143ab8.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-8110acdbd425fb3f.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-6d313074a8214142/out/openssl-build/install/lib`
14912026-03-12T19:08:26.176Z Compiling reqwest v0.13.2
14922026-03-12T19:08:26.179Z 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.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(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=8b8b6eca5bc0486f -C extra-filename=-1b1875b3d8cbef35 --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-76cdf927c2e83da2.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-26aa4e48a8ef4c72.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-67fb670a8a584055.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-9b03279446cefe2a.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-7c800d773a7da31b.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-c06a0c8c09143ab8.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-b05237fe9025314c.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-b50a725573e7858c.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-960a0dcdf288ddf4.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-8110acdbd425fb3f.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-e9b7e9b2cab2e723.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rmeta --extern tower=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower-c5c51b09f403a67e.rmeta --extern tower_http=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_http-a0a9691378c1658f.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-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
14932026-03-12T19:08:27.597Z Compiling progenitor-client v0.13.0
14942026-03-12T19:08:27.600Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4873454ef3338e13 -C extra-filename=-5190bb9b90931a73 --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-1b1875b3d8cbef35.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-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
14952026-03-12T19:08:27.844Z Compiling oxide v0.15.0+2026021301.0.0 (/work/oxidecomputer/oxide.rs/sdk)
14962026-03-12T19:08:27.847Z 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=e9963c35e84853bf -C extra-filename=-6a1dd07ad106e943 --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-b41df79f1f29289d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.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-5190bb9b90931a73.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c89d82dcb2a3e8b8.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-e260513024e022e8.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-960a0dcdf288ddf4.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
14972026-03-12T19:08:29.158Z 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=efa077db4f00ce2e -C extra-filename=-0ac1f2c1d7f64b48 --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-b41df79f1f29289d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.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-5190bb9b90931a73.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c89d82dcb2a3e8b8.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-e260513024e022e8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bfabec3e6c469a4d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-88588ef2151252b9.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
14982026-03-12T19:09:00.875Z Compiling oxide-httpmock v0.15.0+2026021301.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
14992026-03-12T19:09:00.878Z 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=526bf038aeb48fcf -C extra-filename=-9239355d035570c9 --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-ed6b6a54a4df289e.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.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-05060c71ebbfb7f9.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15002026-03-12T19:09:08.948Z Compiling mock-server v0.0.0 (/work/oxidecomputer/oxide.rs/mock-server)
15012026-03-12T19:09:08.953Z Running `/home/build/.rustup/toolchains/1.89-x86_64-unknown-illumos/bin/rustc --crate-name test_resolve_cert --edition=2021 cli/tests/test_resolve_cert.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=dfaab5f4cd7ce560 -C extra-filename=-a5d497a7fb167d43 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15022026-03-12T19:09:08.953Z 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=6aa4add73d7c5c91 -C extra-filename=-b84173f848527ab1 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15032026-03-12T19:09:08.953Z 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=075e6286a8445d6b -C extra-filename=-2b5402dddca82fac --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15042026-03-12T19:09:08.953Z 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=fbf846491c5a1ba4 -C extra-filename=-7707fd2cad65a6cf --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15052026-03-12T19:09:08.953Z 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a32ca8a077f50a -C extra-filename=-0bea16007c14e3c2 --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 httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-ed6b6a54a4df289e.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-f96d73d393ceb7be.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-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15062026-03-12T19:09:08.964Z 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=46e19a106db69d68 -C extra-filename=-8ee9ea80add8f0f8 --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-c4de51d97e8cb585.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-1949e5b35ee90a79.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-460b91b9ae30fa27.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15072026-03-12T19:09:08.967Z 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=abdee03bee0d5ec6 -C extra-filename=-f01cb87b60a072d7 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15082026-03-12T19:09:08.986Z 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=607cd8f3f121c68a -C extra-filename=-bc8ba4ba69a5a5d9 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15092026-03-12T19:09:09.872Z 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cd18b6be48380c5 -C extra-filename=-3e61917a4e921069 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15102026-03-12T19:09:10.680Zerror[E0432]: unresolved import `oxide::types::SwitchLocation`
15112026-03-12T19:09:10.680Z --> cli/src/cmd_net.rs:20:81
15122026-03-12T19:09:10.680Z |
15132026-03-12T19:09:10.680Z20 | SwitchInterfaceConfigCreate, SwitchInterfaceKind, SwitchInterfaceKind2, SwitchLocation,
15142026-03-12T19:09:10.681Z | ^^^^^^^^^^^^^^ no `SwitchLocation` in `generated_sdk::types`
15152026-03-12T19:09:10.681Z
15162026-03-12T19:09:10.788Z 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=bc8576e3a37754cb -C extra-filename=-7ab1a1bb02a9a3e7 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib`
15172026-03-12T19:09:11.021Zerror[E0063]: missing fields `time_created` and `time_modified` in initializer of `oxide::types::CurrentUser`
15182026-03-12T19:09:11.021Z --> cli/tests/test_auth.rs:63:22
15192026-03-12T19:09:11.021Z |
15202026-03-12T19:09:11.022Z63 | then.ok(&CurrentUser {
15212026-03-12T19:09:11.022Z | ^^^^^^^^^^^ missing `time_created` and `time_modified`
15222026-03-12T19:09:11.022Z
15232026-03-12T19:09:11.050Zerror[E0063]: missing fields `time_created` and `time_modified` in initializer of `oxide::types::CurrentUser`
15242026-03-12T19:09:11.051Z --> cli/tests/test_auth.rs:465:18
15252026-03-12T19:09:11.051Z |
15262026-03-12T19:09:11.051Z465 | then.ok(&oxide::types::CurrentUser {
15272026-03-12T19:09:11.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `time_created` and `time_modified`
15282026-03-12T19:09:11.051Z
15292026-03-12T19:09:11.054Zerror[E0063]: missing fields `time_created` and `time_modified` in initializer of `oxide::types::CurrentUser`
15302026-03-12T19:09:11.054Z --> cli/tests/test_auth.rs:531:18
15312026-03-12T19:09:11.054Z |
15322026-03-12T19:09:11.054Z531 | then.ok(&oxide::types::CurrentUser {
15332026-03-12T19:09:11.054Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `time_created` and `time_modified`
15342026-03-12T19:09:11.054Z
15352026-03-12T19:09:11.056Zerror[E0063]: missing fields `time_created` and `time_modified` in initializer of `oxide::types::CurrentUser`
15362026-03-12T19:09:11.056Z --> cli/tests/test_auth.rs:635:18
15372026-03-12T19:09:11.056Z |
15382026-03-12T19:09:11.056Z635 | then.ok(&oxide::types::CurrentUser {
15392026-03-12T19:09:11.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `time_created` and `time_modified`
15402026-03-12T19:09:11.057Z
15412026-03-12T19:09:11.214ZFor more information about this error, try `rustc --explain E0063`.
15422026-03-12T19:09:11.247Zerror: could not compile `oxide-cli` (test "test_auth") due to 4 previous errors
15432026-03-12T19:09:11.248Z
15442026-03-12T19:09:11.248ZCaused by:
15452026-03-12T19:09:11.248Z process didn't exit successfully: `/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=bc8576e3a37754cb -C extra-filename=-7ab1a1bb02a9a3e7 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib` (exit status: 1)
15462026-03-12T19:09:11.249Zwarning: build failed, waiting for other jobs to finish...
15472026-03-12T19:09:11.545Zerror[E0027]: pattern does not mention fields `time_created`, `time_modified`
15482026-03-12T19:09:11.545Z --> cli/src/cmd_auth.rs:422:13
15492026-03-12T19:09:11.545Z |
15502026-03-12T19:09:11.545Z422 | let CurrentUser {
15512026-03-12T19:09:11.546Z | _____________^
15522026-03-12T19:09:11.546Z423 | | display_name,
15532026-03-12T19:09:11.546Z424 | | id,
15542026-03-12T19:09:11.546Z425 | | silo_id,
15552026-03-12T19:09:11.546Z... |
15562026-03-12T19:09:11.546Z428 | | silo_admin: _,
15572026-03-12T19:09:11.546Z429 | | } = &user;
15582026-03-12T19:09:11.546Z | |_________^ missing fields `time_created`, `time_modified`
15592026-03-12T19:09:11.546Z |
15602026-03-12T19:09:11.546Zhelp: include the missing fields in the pattern
15612026-03-12T19:09:11.546Z |
15622026-03-12T19:09:11.546Z428 - silo_admin: _,
15632026-03-12T19:09:11.546Z429 - } = &user;
15642026-03-12T19:09:11.546Z428 + silo_admin: _, time_created, time_modified } = &user;
15652026-03-12T19:09:11.546Z |
15662026-03-12T19:09:11.546Zhelp: if you don't care about these missing fields, you can explicitly ignore them
15672026-03-12T19:09:11.546Z |
15682026-03-12T19:09:11.546Z428 - silo_admin: _,
15692026-03-12T19:09:11.546Z429 - } = &user;
15702026-03-12T19:09:11.546Z428 + silo_admin: _, time_created: _, time_modified: _ } = &user;
15712026-03-12T19:09:11.546Z |
15722026-03-12T19:09:11.546Zhelp: or always ignore missing fields here
15732026-03-12T19:09:11.546Z |
15742026-03-12T19:09:11.546Z428 - silo_admin: _,
15752026-03-12T19:09:11.546Z429 - } = &user;
15762026-03-12T19:09:11.546Z428 + silo_admin: _, .. } = &user;
15772026-03-12T19:09:11.546Z |
15782026-03-12T19:09:11.546Z
15792026-03-12T19:09:11.812Zerror[E0599]: no method named `switch_location` found for struct `NetworkingSwitchPortStatus` in the current scope
15802026-03-12T19:09:11.812Z --> cli/src/cmd_net.rs:1594:18
15812026-03-12T19:09:11.812Z |
15822026-03-12T19:09:11.812Z1590 | let status = c
15832026-03-12T19:09:11.812Z | __________________________-
15842026-03-12T19:09:11.812Z1591 | | .networking_switch_port_status()
15852026-03-12T19:09:11.812Z1592 | | .port(p.port_name.clone())
15862026-03-12T19:09:11.812Z1593 | | .rack_id(p.rack_id)
15872026-03-12T19:09:11.813Z1594 | | .switch_location(sw)
15882026-03-12T19:09:11.813Z | |_________________-^^^^^^^^^^^^^^^
15892026-03-12T19:09:11.813Z |
15902026-03-12T19:09:11.813Zhelp: there is a method `switch_slot` with a similar name
15912026-03-12T19:09:11.813Z |
15922026-03-12T19:09:11.813Z1594 - .switch_location(sw)
15932026-03-12T19:09:11.813Z1594 + .switch_slot(sw)
15942026-03-12T19:09:11.813Z |
15952026-03-12T19:09:11.813Z
15962026-03-12T19:09:11.934Zerror[E0609]: no field `switch_location` on type `&oxide::types::SwitchPort`
15972026-03-12T19:09:11.934Z --> cli/src/cmd_net.rs:1910:22
15982026-03-12T19:09:11.934Z |
15992026-03-12T19:09:11.934Z1910 | && x.switch_location == switch.to_string()
16002026-03-12T19:09:11.934Z | ^^^^^^^^^^^^^^^ unknown field
16012026-03-12T19:09:11.934Z |
16022026-03-12T19:09:11.934Z = note: available fields are: `id`, `port_name`, `port_settings_id`, `rack_id`, `switch_slot`
16032026-03-12T19:09:11.934Z
16042026-03-12T19:09:17.642Zerror[E0609]: no field `switch_location` on type `&oxide::types::SwitchPort`
16052026-03-12T19:09:17.642Z --> cli/src/cmd_net.rs:1269:23
16062026-03-12T19:09:17.642Z |
16072026-03-12T19:09:17.642Z1269 | p.switch_location.to_string().blue(),
16082026-03-12T19:09:17.642Z | ^^^^^^^^^^^^^^^ unknown field
16092026-03-12T19:09:17.642Z |
16102026-03-12T19:09:17.642Z = note: available fields are: `id`, `port_name`, `port_settings_id`, `rack_id`, `switch_slot`
16112026-03-12T19:09:17.642Z
16122026-03-12T19:09:17.645Zerror[E0609]: no field `switch_location` on type `&oxide::types::SwitchPort`
16132026-03-12T19:09:17.645Z --> cli/src/cmd_net.rs:1276:54
16142026-03-12T19:09:17.645Z |
16152026-03-12T19:09:17.645Z1276 | "=".repeat(p.port_name.len() + p.switch_location.to_string().len() + 1)
16162026-03-12T19:09:17.645Z | ^^^^^^^^^^^^^^^ unknown field
16172026-03-12T19:09:17.645Z |
16182026-03-12T19:09:17.645Z = note: available fields are: `id`, `port_name`, `port_settings_id`, `rack_id`, `switch_slot`
16192026-03-12T19:09:17.646Z
16202026-03-12T19:09:17.687Zerror[E0609]: no field `switch_location` on type `&&oxide::types::SwitchPort`
16212026-03-12T19:09:17.687Z --> cli/src/cmd_net.rs:1511:30
16222026-03-12T19:09:17.688Z |
16232026-03-12T19:09:17.688Z1511 | .partition(|x| x.switch_location.as_str() == "switch0");
16242026-03-12T19:09:17.688Z | ^^^^^^^^^^^^^^^ unknown field
16252026-03-12T19:09:17.688Z |
16262026-03-12T19:09:17.688Z = note: available fields are: `id`, `port_name`, `port_settings_id`, `rack_id`, `switch_slot`
16272026-03-12T19:09:17.688Z
16282026-03-12T19:09:24.087ZSome errors have detailed explanations: E0027, E0432, E0599, E0609.
16292026-03-12T19:09:24.087ZFor more information about an error, try `rustc --explain E0027`.
16302026-03-12T19:09:24.224Zerror: could not compile `oxide-cli` (bin "oxide" test) due to 7 previous errors
16312026-03-12T19:09:24.224Z
16322026-03-12T19:09:24.224ZCaused by:
16332026-03-12T19:09:24.224Z 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cd18b6be48380c5 -C extra-filename=-3e61917a4e921069 --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-a4faddc601f13055.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-b41df79f1f29289d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b9957ba08d14ff01.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-8cefada1a4608766.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-e873fdf66095a471.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3a4a33373bd04d83.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-62653689ecb945f9.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-c4de51d97e8cb585.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a7c394b50e514421.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-2cb69ac0bbae46ca.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-ed6b6a54a4df289e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-9dacd49ce6fd4221.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-b8e547e5f30c24e4.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-456f45d845e6cb44.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-f08603bcdcf4bd76.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-a8bd3933a9663ccb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a1dd07ad106e943.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-9239355d035570c9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-809191d2f335d880.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-c89d82dcb2a3e8b8.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-f9eabd14a731a014.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-6305584c0cc4a7ca.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-1b1875b3d8cbef35.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-dc7336fc75a3d530.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-312930ebbc48ef3f.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d207aa353f165490.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-ba1f52275c21a736.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ebf5b433f2125ee4.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-2aca5c6b859ef61d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-960a0dcdf288ddf4.rlib --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-83276baca9042e4e.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-f542f651d06258c8.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-405ab437f2257b7c.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-09ae229b0a0ae2fa.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-cf9b272bf43c804f.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-05060c71ebbfb7f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-740528728fafa776/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/aws-lc-sys-7eaf4989639b663f/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-6d313074a8214142/out/openssl-build/install/lib` (exit status: 1)
16342026-03-12T19:09:24.516Z
16352026-03-12T19:09:24.519Zreal 2:40.126976958
16362026-03-12T19:09:24.519Zuser 11:27.104398178
16372026-03-12T19:09:24.519Zsys 1:57.022327183
16382026-03-12T19:09:24.519Ztrap 0.328331233
16392026-03-12T19:09:24.519Ztflt 0.368968932
16402026-03-12T19:09:24.519Zdflt 0.272863414
16412026-03-12T19:09:24.519Zkflt 0.006732494
16422026-03-12T19:09:24.519Zlock 21:40.144848571
16432026-03-12T19:09:24.519Zslp 49:07.120215116
16442026-03-12T19:09:24.519Zlat 44.687717073
16452026-03-12T19:09:24.519Zstop 1:36.727091207
16462026-03-12T19:09:24.519Zprocess exited: duration 177981 ms, exit code 101
 
16472026-03-12T19:09:24.525Zfound 0 output files