01JW9F93YP690TRXHZGSQ8P002: build-and-test / illumos

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

Buildomat Job: 01JW9F9DW29T4CV9T31MYHTYT0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-27T18:15:45.577Zjob assigned to worker 01JW9F9EVB86SD8P1KE4VNC269 [factory gimlet-EVT22200007-propolis, EVT22200007/28481] (queued for 28 s)
 
22025-05-27T18:15:53.923Zstarting task 0: "setup"
32025-05-27T18:15:53.948Z++ uname -s
42025-05-27T18:15:53.948Z+ kern=SunOS
52025-05-27T18:15:53.948Z+ build_user=build
62025-05-27T18:15:53.948Z+ build_uid=12345
72025-05-27T18:15:53.948Z+ work_dir=/work
82025-05-27T18:15:53.949Z+ input_dir=/input
92025-05-27T18:15:53.949Z+ [[ 0 == 12345 ]]
102025-05-27T18:15:53.949Z+ case "$kern" in
112025-05-27T18:15:53.949Z+ groupadd -g 12345 build
122025-05-27T18:15:53.949Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-27T18:15:55.950Z+ zfs create -o mountpoint=/work rpool/work
142025-05-27T18:15:55.985Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-27T18:15:56.011Z+ home_fs=zfs
162025-05-27T18:15:56.011Z+ [[ zfs == autofs ]]
172025-05-27T18:15:56.011Z+ mkdir -p /home/build
182025-05-27T18:15:56.011Z+ chown build:build /home/build /work
192025-05-27T18:15:57.996Z+ chmod 0700 /home/build /work
202025-05-27T18:15:58.021Zprocess exited: duration 4077 ms, exit code 0
 
212025-05-27T18:15:58.076Zstarting task 1: "rust-toolchain"
222025-05-27T18:15:58.102Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-05-27T18:15:58.102Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-27T18:15:58.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-05-27T18:15:58.102Z * rust toolchain channel = "stable"
262025-05-27T18:15:58.102Z * rust toolchain profile = "default"
272025-05-27T18:15:58.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-27T18:15:58.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-27T18:15:58.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-05-27T18:15:58.273Zinfo: downloading installer
312025-05-27T18:15:58.820Zwarn: It looks like you have an existing installation of Rust at:
322025-05-27T18:15:58.820Zwarn: /opt/ooce/bin
332025-05-27T18:15:58.820Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-27T18:15:58.820Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-27T18:15:58.820Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-27T18:15:58.820Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-27T18:15:58.820Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-27T18:15:58.820Zerror: cannot install while Rust is installed
392025-05-27T18:15:58.820Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-27T18:15:58.846Zinfo: profile set to 'default'
412025-05-27T18:15:58.846Zinfo: default host triple is x86_64-unknown-illumos
422025-05-27T18:15:58.846Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-05-27T18:15:58.963Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-05-27T18:15:58.963Zinfo: downloading component 'cargo'
452025-05-27T18:15:59.214Zinfo: downloading component 'clippy'
462025-05-27T18:15:59.310Zinfo: downloading component 'rust-docs'
472025-05-27T18:15:59.644Zinfo: downloading component 'rust-std'
482025-05-27T18:16:00.044Zinfo: downloading component 'rustc'
492025-05-27T18:16:01.458Zinfo: downloading component 'rustfmt'
502025-05-27T18:16:01.484Zinfo: installing component 'cargo'
512025-05-27T18:16:02.765Zinfo: installing component 'clippy'
522025-05-27T18:16:03.296Zinfo: installing component 'rust-docs'
532025-05-27T18:16:06.615Zinfo: installing component 'rust-std'
542025-05-27T18:16:08.836Zinfo: installing component 'rustc'
552025-05-27T18:16:17.372Zinfo: installing component 'rustfmt'
562025-05-27T18:16:17.790Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-05-27T18:16:17.790Z
582025-05-27T18:16:17.957Z stable-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-05-27T18:16:17.958Z
602025-05-27T18:16:17.958Z
612025-05-27T18:16:17.958ZRust is installed now. Great!
622025-05-27T18:16:17.958Z
632025-05-27T18:16:17.958ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-27T18:16:17.958Zenvironment variable. This has not been done automatically.
652025-05-27T18:16:17.958Z
662025-05-27T18:16:17.958ZTo configure your current shell, you need to source
672025-05-27T18:16:17.958Zthe corresponding env file under $HOME/.cargo.
682025-05-27T18:16:17.958Z
692025-05-27T18:16:17.958ZThis is usually done by running one of the following (note the leading DOT):
702025-05-27T18:16:17.958Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-27T18:16:17.958Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-27T18:16:17.958Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-27T18:16:18.072Z+ rustup --version
742025-05-27T18:16:18.098Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-27T18:16:18.098Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-27T18:16:18.230Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-05-27T18:16:18.255Z+ cargo --version
782025-05-27T18:16:18.360Zcargo 1.87.0 (99624be96 2025-05-06)
792025-05-27T18:16:18.386Z+ rustc --version
802025-05-27T18:16:18.516Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-05-27T18:16:18.541Zprocess exited: duration 20449 ms, exit code 0
 
822025-05-27T18:16:18.592Zstarting task 2: "authentication"
832025-05-27T18:16:18.657Zprocess exited: duration 64 ms, exit code 0
 
842025-05-27T18:16:18.711Zstarting task 3: "clone repository"
852025-05-27T18:16:18.737Z+ mkdir -p /work/oxidecomputer/oxide.rs
862025-05-27T18:16:18.737Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
872025-05-27T18:16:18.762ZCloning into '/work/oxidecomputer/oxide.rs'...
882025-05-27T18:16:22.633Z+ cd /work/oxidecomputer/oxide.rs
892025-05-27T18:16:22.633Z+ git fetch origin fe901109e8613a6ec7cff2820886166fd04da69d
902025-05-27T18:16:23.069ZFrom https://github.com/oxidecomputer/oxide.rs
912025-05-27T18:16:23.069Z * branch fe901109e8613a6ec7cff2820886166fd04da69d -> FETCH_HEAD
922025-05-27T18:16:23.095Z+ [[ -n progenitor-0.11 ]]
932025-05-27T18:16:23.095Z++ git branch --show-current
942025-05-27T18:16:23.095Z+ current=main
952025-05-27T18:16:23.095Z+ [[ main != progenitor-0.11 ]]
962025-05-27T18:16:23.095Z+ git branch -f progenitor-0.11 fe901109e8613a6ec7cff2820886166fd04da69d
972025-05-27T18:16:23.120Z+ git checkout -f progenitor-0.11
982025-05-27T18:16:23.164ZSwitched to branch 'progenitor-0.11'
992025-05-27T18:16:23.189Z+ git reset --hard fe901109e8613a6ec7cff2820886166fd04da69d
1002025-05-27T18:16:23.189ZHEAD is now at fe90110 update progenitor-client to 0.11.0
1012025-05-27T18:16:23.189Zprocess exited: duration 4466 ms, exit code 0
 
1022025-05-27T18:16:23.243Zstarting task 4: "build"
1032025-05-27T18:16:23.268Z+ rustup show active-toolchain
1042025-05-27T18:16:23.268Zinfo: syncing channel updates for '1.84-x86_64-unknown-illumos'
1052025-05-27T18:16:23.365Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
1062025-05-27T18:16:23.365Zinfo: downloading component 'cargo'
1072025-05-27T18:16:23.569Zinfo: downloading component 'clippy'
1082025-05-27T18:16:23.782Zinfo: downloading component 'rust-docs'
1092025-05-27T18:16:23.991Zinfo: downloading component 'rust-std'
1102025-05-27T18:16:24.335Zinfo: downloading component 'rustc'
1112025-05-27T18:16:25.483Zinfo: downloading component 'rustfmt'
1122025-05-27T18:16:25.556Zinfo: installing component 'cargo'
1132025-05-27T18:16:26.621Zinfo: installing component 'clippy'
1142025-05-27T18:16:27.074Zinfo: installing component 'rust-docs'
1152025-05-27T18:16:30.058Zinfo: installing component 'rust-std'
1162025-05-27T18:16:32.404Zinfo: installing component 'rustc'
1172025-05-27T18:16:40.185Zinfo: installing component 'rustfmt'
1182025-05-27T18:16:40.578Z1.84-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/oxide.rs/rust-toolchain.toml')
1192025-05-27T18:16:40.670Z+ cargo --version
1202025-05-27T18:16:40.784Zcargo 1.84.1 (66221abde 2024-11-19)
1212025-05-27T18:16:40.809Z+ rustc --version
1222025-05-27T18:16:40.954Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1232025-05-27T18:16:40.979Z+ banner build
1242025-05-27T18:16:40.979Z
1252025-05-27T18:16:40.979Z ##### # # # # #####
1262025-05-27T18:16:40.979Z # # # # # # # #
1272025-05-27T18:16:40.979Z ##### # # # # # #
1282025-05-27T18:16:40.979Z # # # # # # # #
1292025-05-27T18:16:40.979Z # # # # # # # #
1302025-05-27T18:16:40.979Z ##### #### # ###### #####
1312025-05-27T18:16:40.979Z
1322025-05-27T18:16:40.979Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1332025-05-27T18:16:41.236Z Updating crates.io index
1342025-05-27T18:16:41.308Z Updating git repository `https://github.com/oxidecomputer/thouart`
1352025-05-27T18:16:41.735Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1362025-05-27T18:16:46.145Z Downloading crates ...
1372025-05-27T18:16:46.224Z Downloaded async-stream-impl v0.3.6
1382025-05-27T18:16:46.250Z Downloaded darling_macro v0.20.11
1392025-05-27T18:16:46.250Z Downloaded crunchy v0.2.2
1402025-05-27T18:16:46.250Z Downloaded doc-comment v0.3.3
1412025-05-27T18:16:46.250Z Downloaded event-listener v2.5.3
1422025-05-27T18:16:46.250Z Downloaded phf_shared v0.10.0
1432025-05-27T18:16:46.250Z Downloaded openssl-probe v0.1.5
1442025-05-27T18:16:46.277Z Downloaded displaydoc v0.2.5
1452025-05-27T18:16:46.277Z Downloaded openssl-macros v0.1.1
1462025-05-27T18:16:46.277Z Downloaded event-listener v5.3.1
1472025-05-27T18:16:46.277Z Downloaded clap v4.5.38
1482025-05-27T18:16:46.303Z Downloaded take_mut v0.2.2
1492025-05-27T18:16:46.303Z Downloaded is-wsl v0.4.0
1502025-05-27T18:16:46.303Z Downloaded is-docker v0.2.0
1512025-05-27T18:16:46.303Z Downloaded utf8parse v0.2.2
1522025-05-27T18:16:46.330Z Downloaded is-terminal v0.4.13
1532025-05-27T18:16:46.330Z Downloaded thiserror-impl v1.0.69
1542025-05-27T18:16:46.330Z Downloaded thiserror v1.0.69
1552025-05-27T18:16:46.330Z Downloaded tower-service v0.3.3
1562025-05-27T18:16:46.330Z Downloaded hostname v0.4.0
1572025-05-27T18:16:46.355Z Downloaded tracing-attributes v0.1.28
1582025-05-27T18:16:46.355Z Downloaded waitgroup v0.1.2
1592025-05-27T18:16:46.355Z Downloaded lru v0.12.5
1602025-05-27T18:16:46.355Z Downloaded want v0.3.1
1612025-05-27T18:16:46.355Z Downloaded zerofrom v0.1.5
1622025-05-27T18:16:46.355Z Downloaded num_threads v0.1.7
1632025-05-27T18:16:46.355Z Downloaded walkdir v2.5.0
1642025-05-27T18:16:46.355Z Downloaded foreign-types-shared v0.1.1
1652025-05-27T18:16:46.355Z Downloaded serde_urlencoded v0.7.1
1662025-05-27T18:16:46.381Z Downloaded foldhash v0.1.4
1672025-05-27T18:16:46.381Z Downloaded fnv v1.0.7
1682025-05-27T18:16:46.381Z Downloaded foreign-types v0.3.2
1692025-05-27T18:16:46.381Z Downloaded futures-io v0.3.31
1702025-05-27T18:16:46.381Z Downloaded zerocopy-derive v0.7.35
1712025-05-27T18:16:46.381Z Downloaded futures-executor v0.3.31
1722025-05-27T18:16:46.381Z Downloaded futures-channel v0.3.31
1732025-05-27T18:16:46.381Z Downloaded flume v0.11.1
1742025-05-27T18:16:46.407Z Downloaded futures-core v0.3.31
1752025-05-27T18:16:46.407Z Downloaded form_urlencoded v1.2.1
1762025-05-27T18:16:46.407Z Downloaded dropshot v0.13.0
1772025-05-27T18:16:46.433Z Downloaded zerocopy v0.7.35
1782025-05-27T18:16:46.459Z Downloaded num-traits v0.2.19
1792025-05-27T18:16:46.459Z Downloaded unicode-width v0.1.14
1802025-05-27T18:16:46.459Z Downloaded httparse v1.9.5
1812025-05-27T18:16:46.504Z Downloaded webpki-roots v0.26.7
1822025-05-27T18:16:46.504Z Downloaded oauth2 v5.0.0
1832025-05-27T18:16:46.504Z Downloaded typenum v1.17.0
1842025-05-27T18:16:46.504Z Downloaded portable-atomic v1.10.0
1852025-05-27T18:16:46.504Z Downloaded zip v2.6.1
1862025-05-27T18:16:46.504Z Downloaded tokio-util v0.7.13
1872025-05-27T18:16:46.504Z Downloaded quinn-proto v0.11.9
1882025-05-27T18:16:46.531Z Downloaded winnow v0.7.7
1892025-05-27T18:16:46.531Z Downloaded tracing-subscriber v0.3.19
1902025-05-27T18:16:46.556Z Downloaded hyper v0.14.32
1912025-05-27T18:16:46.556Z Downloaded lalrpop v0.20.2
1922025-05-27T18:16:46.581Z Downloaded regex-syntax v0.6.29
1932025-05-27T18:16:46.581Z Downloaded rustls v0.23.20
1942025-05-27T18:16:46.607Z Downloaded regex-syntax v0.8.5
1952025-05-27T18:16:46.608Z Downloaded rustls v0.22.4
1962025-05-27T18:16:46.633Z Downloaded rustix v0.38.42
1972025-05-27T18:16:46.658Z Downloaded regress v0.10.3
1982025-05-27T18:16:46.658Z Downloaded rustix v1.0.2
1992025-05-27T18:16:46.683Z Downloaded tokio v1.45.1
2002025-05-27T18:16:46.718Z Downloaded libz-sys v1.1.20
2012025-05-27T18:16:46.743Z Downloaded libc v0.2.172
2022025-05-27T18:16:46.771Z Downloaded regex v1.11.1
2032025-05-27T18:16:46.797Z Downloaded bzip2-sys v0.1.13+1.0.8
2042025-05-27T18:16:46.823Z Downloaded itertools v0.13.0
2052025-05-27T18:16:46.823Z Downloaded itertools v0.11.0
2062025-05-27T18:16:46.823Z Downloaded ratatui v0.29.0
2072025-05-27T18:16:46.848Z Downloaded encoding_rs v0.8.35
2082025-05-27T18:16:46.873Z Downloaded hyper v1.5.2
2092025-05-27T18:16:46.898Z Downloaded typify-impl v0.4.1
2102025-05-27T18:16:46.924Z Downloaded regex-automata v0.4.9
2112025-05-27T18:16:46.924Z Downloaded rustls-webpki v0.102.8
2122025-05-27T18:16:46.949Z Downloaded reqwest v0.12.15
2132025-05-27T18:16:46.974Z Downloaded zerovec v0.10.4
2142025-05-27T18:16:46.974Z Downloaded petgraph v0.6.5
2152025-05-27T18:16:46.999Z Downloaded yansi v1.0.1
2162025-05-27T18:16:46.999Z Downloaded libgit2-sys v0.18.0+1.9.0
2172025-05-27T18:16:47.046Z Downloaded time v0.3.37
2182025-05-27T18:16:47.072Z Downloaded unicode-width v0.2.0
2192025-05-27T18:16:47.072Z Downloaded serde_json v1.0.140
2202025-05-27T18:16:47.072Z Downloaded openapiv3 v2.1.0
2212025-05-27T18:16:47.098Z Downloaded syn v2.0.101
2222025-05-27T18:16:47.098Z Downloaded regex-automata v0.1.10
2232025-05-27T18:16:47.123Z Downloaded nu-ansi-term v0.46.0
2242025-05-27T18:16:47.123Z Downloaded native-tls v0.2.12
2252025-05-27T18:16:47.123Z Downloaded icu_provider v1.5.0
2262025-05-27T18:16:47.123Z Downloaded httpmock v0.7.0
2272025-05-27T18:16:47.123Z Downloaded h2 v0.4.7
2282025-05-27T18:16:47.149Z Downloaded tracing-core v0.1.33
2292025-05-27T18:16:47.149Z Downloaded vcpkg v0.2.15
2302025-05-27T18:16:47.174Z Downloaded syn v1.0.109
2312025-05-27T18:16:47.199Z Downloaded parking_lot v0.12.3
2322025-05-27T18:16:47.199Z Downloaded flate2 v1.0.35
2332025-05-27T18:16:47.199Z Downloaded bstr v1.11.1
2342025-05-27T18:16:47.224Z Downloaded async-std v1.13.0
2352025-05-27T18:16:47.249Z Downloaded writeable v0.5.5
2362025-05-27T18:16:47.249Z Downloaded tracing-log v0.2.0
2372025-05-27T18:16:47.249Z Downloaded tiny-keccak v2.0.2
2382025-05-27T18:16:47.249Z Downloaded time-macros v0.2.19
2392025-05-27T18:16:47.249Z Downloaded thread_local v1.1.8
2402025-05-27T18:16:47.249Z Downloaded once_cell v1.20.2
2412025-05-27T18:16:47.249Z Downloaded hyper-rustls v0.27.5
2422025-05-27T18:16:47.249Z Downloaded hashbrown v0.15.2
2432025-05-27T18:16:47.249Z Downloaded toml v0.8.22
2442025-05-27T18:16:47.284Z Downloaded rustls-pki-types v1.10.1
2452025-05-27T18:16:47.310Z Downloaded openssl v0.10.72
2462025-05-27T18:16:47.310Z Downloaded zerovec-derive v0.10.3
2472025-05-27T18:16:47.310Z Downloaded zeroize v1.8.1
2482025-05-27T18:16:47.310Z Downloaded zerofrom-derive v0.1.5
2492025-05-27T18:16:47.310Z Downloaded yoke v0.7.5
2502025-05-27T18:16:47.310Z Downloaded tracing-serde v0.2.0
2512025-05-27T18:16:47.310Z Downloaded thiserror-impl v2.0.12
2522025-05-27T18:16:47.310Z Downloaded terminal_size v0.4.1
2532025-05-27T18:16:47.335Z Downloaded jobserver v0.1.32
2542025-05-27T18:16:47.335Z Downloaded itoa v1.0.14
2552025-05-27T18:16:47.335Z Downloaded ident_case v1.0.1
2562025-05-27T18:16:47.335Z Downloaded http v0.2.12
2572025-05-27T18:16:47.335Z Downloaded icu_properties_data v1.5.0
2582025-05-27T18:16:47.336Z Downloaded git2 v0.20.0
2592025-05-27T18:16:47.361Z Downloaded parking_lot_core v0.9.10
2602025-05-27T18:16:47.361Z Downloaded open v4.2.0
2612025-05-27T18:16:47.361Z Downloaded mio v1.0.3
2622025-05-27T18:16:47.361Z Downloaded http v1.3.1
2632025-05-27T18:16:47.361Z Downloaded semver v1.0.26
2642025-05-27T18:16:47.361Z Downloaded pin-project-lite v0.2.15
2652025-05-27T18:16:47.387Z Downloaded openssl-sys v0.9.107
2662025-05-27T18:16:47.387Z Downloaded levenshtein v1.0.5
2672025-05-27T18:16:47.387Z Downloaded lazy_static v1.5.0
2682025-05-27T18:16:47.387Z Downloaded toml_edit v0.22.26
2692025-05-27T18:16:47.412Z Downloaded serde v1.0.219
2702025-05-27T18:16:47.437Z Downloaded rand v0.8.5
2712025-05-27T18:16:47.438Z Downloaded chrono v0.4.41
2722025-05-27T18:16:47.438Z Downloaded zopfli v0.8.2
2732025-05-27T18:16:47.438Z Downloaded typify v0.4.1
2742025-05-27T18:16:47.438Z Downloaded tungstenite v0.20.1
2752025-05-27T18:16:47.463Z Downloaded miniz_oxide v0.8.2
2762025-05-27T18:16:47.463Z Downloaded http-body-util v0.1.2
2772025-05-27T18:16:47.463Z Downloaded tower v0.5.2
2782025-05-27T18:16:47.463Z Downloaded idna v1.0.3
2792025-05-27T18:16:47.463Z Downloaded pretty_assertions v1.4.1
2802025-05-27T18:16:47.463Z Downloaded tinyvec v1.8.1
2812025-05-27T18:16:47.489Z Downloaded lalrpop-util v0.20.2
2822025-05-27T18:16:47.489Z Downloaded kv-log-macro v1.0.7
2832025-05-27T18:16:47.489Z Downloaded hyper-tls v0.6.0
2842025-05-27T18:16:47.489Z Downloaded yasna v0.5.2
2852025-05-27T18:16:47.489Z Downloaded wait-timeout v0.2.0
2862025-05-27T18:16:47.489Z Downloaded log v0.4.27
2872025-05-27T18:16:47.489Z Downloaded humantime v2.2.0
2882025-05-27T18:16:47.489Z Downloaded httpdate v1.0.3
2892025-05-27T18:16:47.489Z Downloaded serde_tokenstream v0.2.2
2902025-05-27T18:16:47.489Z Downloaded polling v3.7.4
2912025-05-27T18:16:47.489Z Downloaded float-cmp v0.10.0
2922025-05-27T18:16:47.515Z Downloaded write16 v1.0.0
2932025-05-27T18:16:47.515Z Downloaded try-lock v0.2.5
2942025-05-27T18:16:47.515Z Downloaded tokio-tungstenite v0.20.1
2952025-05-27T18:16:47.515Z Downloaded tokio-rustls v0.26.1
2962025-05-27T18:16:47.515Z Downloaded tokio-rustls v0.25.0
2972025-05-27T18:16:47.515Z Downloaded yoke-derive v0.7.5
2982025-05-27T18:16:47.515Z Downloaded number_prefix v0.4.0
2992025-05-27T18:16:47.515Z Downloaded lock_api v0.4.12
3002025-05-27T18:16:47.515Z Downloaded litemap v0.7.4
3012025-05-27T18:16:47.515Z Downloaded futures-lite v2.5.0
3022025-05-27T18:16:47.515Z Downloaded unicode-segmentation v1.12.0
3032025-05-27T18:16:47.515Z Downloaded powerfmt v0.2.0
3042025-05-27T18:16:47.515Z Downloaded time-core v0.1.2
3052025-05-27T18:16:47.515Z Downloaded num-conv v0.1.0
3062025-05-27T18:16:47.515Z Downloaded normalize-line-endings v0.3.0
3072025-05-27T18:16:47.541Z Downloaded newline-converter v0.3.0
3082025-05-27T18:16:47.541Z Downloaded multer v3.1.0
3092025-05-27T18:16:47.541Z Downloaded tracing v0.1.41
3102025-05-27T18:16:47.541Z Downloaded tokio-native-tls v0.3.1
3112025-05-27T18:16:47.541Z Downloaded tokio-macros v2.5.0
3122025-05-27T18:16:47.541Z Downloaded tinystr v0.7.6
3132025-05-27T18:16:47.541Z Downloaded is_terminal_polyfill v1.70.1
3142025-05-27T18:16:47.541Z Downloaded futures-util v0.3.31
3152025-05-27T18:16:47.567Z Downloaded quinn v0.11.6
3162025-05-27T18:16:47.567Z Downloaded new_debug_unreachable v1.0.6
3172025-05-27T18:16:47.567Z Downloaded nanorand v0.7.0
3182025-05-27T18:16:47.567Z Downloaded schemars v0.8.22
3192025-05-27T18:16:47.592Z Downloaded sharded-slab v0.1.7
3202025-05-27T18:16:47.592Z Downloaded serde_derive v1.0.219
3212025-05-27T18:16:47.592Z Downloaded indexmap v2.9.0
3222025-05-27T18:16:47.592Z Downloaded tinyvec_macros v0.1.1
3232025-05-27T18:16:47.592Z Downloaded icu_provider_macros v1.5.0
3242025-05-27T18:16:47.592Z Downloaded http-body v1.0.1
3252025-05-27T18:16:47.593Z Downloaded http-body v0.4.6
3262025-05-27T18:16:47.593Z Downloaded hostname v0.3.1
3272025-05-27T18:16:47.593Z Downloaded home v0.5.11
3282025-05-27T18:16:47.593Z Downloaded heck v0.5.0
3292025-05-27T18:16:47.593Z Downloaded futures-sink v0.3.31
3302025-05-27T18:16:47.593Z Downloaded futures-macro v0.3.31
3312025-05-27T18:16:47.593Z Downloaded futures v0.3.31
3322025-05-27T18:16:47.618Z Downloaded clap_builder v4.5.38
3332025-05-27T18:16:47.618Z Downloaded indicatif v0.17.11
3342025-05-27T18:16:47.618Z Downloaded url v2.5.4
3352025-05-27T18:16:47.618Z Downloaded memchr v2.7.4
3362025-05-27T18:16:47.644Z Downloaded socket2 v0.5.8
3372025-05-27T18:16:47.644Z Downloaded slog v2.7.0
3382025-05-27T18:16:47.644Z Downloaded similar v2.7.0
3392025-05-27T18:16:47.644Z Downloaded signal-hook v0.3.17
3402025-05-27T18:16:47.644Z Downloaded ryu v1.0.18
3412025-05-27T18:16:47.669Z Downloaded aho-corasick v1.1.3
3422025-05-27T18:16:47.669Z Downloaded tower-layer v0.3.3
3432025-05-27T18:16:47.669Z Downloaded toolchain_find v0.4.0
3442025-05-27T18:16:47.669Z Downloaded toml_write v0.1.1
3452025-05-27T18:16:47.669Z Downloaded toml_datetime v0.6.9
3462025-05-27T18:16:47.669Z Downloaded thiserror v2.0.12
3472025-05-27T18:16:47.669Z Downloaded termini v1.0.0
3482025-05-27T18:16:47.669Z Downloaded version_check v0.9.5
3492025-05-27T18:16:47.669Z Downloaded uuid v1.17.0
3502025-05-27T18:16:47.695Z Downloaded unicode-ident v1.0.18
3512025-05-27T18:16:47.695Z Downloaded proc-macro2 v1.0.95
3522025-05-27T18:16:47.695Z Downloaded instability v0.3.7
3532025-05-27T18:16:47.695Z Downloaded overload v0.1.1
3542025-05-27T18:16:47.695Z Downloaded termtree v0.5.1
3552025-05-27T18:16:47.695Z Downloaded ipnet v2.10.1
3562025-05-27T18:16:47.695Z Downloaded value-bag v1.10.0
3572025-05-27T18:16:47.695Z Downloaded icu_collections v1.5.0
3582025-05-27T18:16:47.720Z Downloaded ipnetwork v0.21.1
3592025-05-27T18:16:47.720Z Downloaded indoc v2.0.6
3602025-05-27T18:16:47.720Z Downloaded idna_adapter v1.2.0
3612025-05-27T18:16:47.720Z Downloaded unicode-truncate v1.1.0
3622025-05-27T18:16:47.720Z Downloaded hyper-util v0.1.10
3632025-05-27T18:16:47.720Z Downloaded smallvec v1.13.2
3642025-05-27T18:16:47.720Z Downloaded slog-term v2.9.1
3652025-05-27T18:16:47.721Z Downloaded shlex v1.3.0
3662025-05-27T18:16:47.721Z Downloaded serde_derive_internals v0.29.1
3672025-05-27T18:16:47.721Z Downloaded schemars_derive v0.8.22
3682025-05-27T18:16:47.721Z Downloaded crossterm v0.28.1
3692025-05-27T18:16:47.746Z Downloaded utf16_iter v1.0.5
3702025-05-27T18:16:47.746Z Downloaded utf-8 v0.7.6
3712025-05-27T18:16:47.746Z Downloaded untrusted v0.9.0
3722025-05-27T18:16:47.746Z Downloaded untrusted v0.7.1
3732025-05-27T18:16:47.746Z Downloaded typify-macro v0.4.1
3742025-05-27T18:16:47.746Z Downloaded tempfile v3.20.0
3752025-05-27T18:16:47.746Z Downloaded tabwriter v1.4.1
3762025-05-27T18:16:47.746Z Downloaded icu_properties v1.5.1
3772025-05-27T18:16:47.746Z Downloaded slog-json v2.6.1
3782025-05-27T18:16:47.771Z Downloaded sha2 v0.10.8
3792025-05-27T18:16:47.771Z Downloaded unicode-xid v0.2.6
3802025-05-27T18:16:47.771Z Downloaded term v0.7.0
3812025-05-27T18:16:47.772Z Downloaded strum_macros v0.26.4
3822025-05-27T18:16:47.772Z Downloaded icu_normalizer_data v1.5.0
3832025-05-27T18:16:47.772Z Downloaded icu_normalizer v1.5.0
3842025-05-27T18:16:47.797Z Downloaded icu_locid v1.5.0
3852025-05-27T18:16:47.797Z Downloaded getrandom v0.3.1
3862025-05-27T18:16:47.797Z Downloaded spin v0.9.8
3872025-05-27T18:16:47.797Z Downloaded rustls-pemfile v2.2.0
3882025-05-27T18:16:47.797Z Downloaded rcgen v0.10.0
3892025-05-27T18:16:47.797Z Downloaded quinn-udp v0.5.9
3902025-05-27T18:16:47.824Z Downloaded progenitor-client v0.11.0
3912025-05-27T18:16:47.824Z Downloaded expectorate v1.2.0
3922025-05-27T18:16:47.824Z Downloaded termcolor v1.4.1
3932025-05-27T18:16:47.824Z Downloaded synstructure v0.13.1
3942025-05-27T18:16:47.824Z Downloaded support-bundle-viewer v0.1.0
3952025-05-27T18:16:47.824Z Downloaded subtle v2.6.1
3962025-05-27T18:16:47.824Z Downloaded mime v0.3.17
3972025-05-27T18:16:47.825Z Downloaded icu_locid_transform_data v1.5.0
3982025-05-27T18:16:47.825Z Downloaded icu_locid_transform v1.5.0
3992025-05-27T18:16:47.825Z Downloaded iana-time-zone v0.1.61
4002025-05-27T18:16:47.825Z Downloaded getrandom v0.2.15
4012025-05-27T18:16:47.825Z Downloaded signal-hook-registry v1.4.2
4022025-05-27T18:16:47.851Z Downloaded shell-words v1.1.0
4032025-05-27T18:16:47.851Z Downloaded serde_regex v1.1.0
4042025-05-27T18:16:47.851Z Downloaded same-file v1.0.6
4052025-05-27T18:16:47.851Z Downloaded rustversion v1.0.18
4062025-05-27T18:16:47.851Z Downloaded rustfmt-wrapper v0.2.1
4072025-05-27T18:16:47.851Z Downloaded ring v0.17.8
4082025-05-27T18:16:47.914Z Downloaded rand_core v0.6.4
4092025-05-27T18:16:47.939Z Downloaded rand_chacha v0.3.1
4102025-05-27T18:16:47.939Z Downloaded quote v1.0.40
4112025-05-27T18:16:47.939Z Downloaded predicates-tree v1.0.12
4122025-05-27T18:16:47.940Z Downloaded predicates v3.1.3
4132025-05-27T18:16:47.940Z Downloaded pin-utils v0.1.0
4142025-05-27T18:16:47.940Z Downloaded pico-args v0.5.0
4152025-05-27T18:16:47.940Z Downloaded percent-encoding v2.3.1
4162025-05-27T18:16:47.940Z Downloaded pathdiff v0.2.3
4172025-05-27T18:16:47.940Z Downloaded paste v1.0.15
4182025-05-27T18:16:47.940Z Downloaded parking v2.2.1
4192025-05-27T18:16:47.940Z Downloaded oxnet v0.1.2
4202025-05-27T18:16:47.940Z Downloaded crossbeam-channel v0.5.15
4212025-05-27T18:16:47.966Z Downloaded cc v1.2.5
4222025-05-27T18:16:47.966Z Downloaded bumpalo v3.17.0
4232025-05-27T18:16:47.966Z Downloaded sync_wrapper v1.0.2
4242025-05-27T18:16:47.966Z Downloaded strum v0.26.3
4252025-05-27T18:16:47.966Z Downloaded md5 v0.7.0
4262025-05-27T18:16:47.966Z Downloaded matchers v0.1.0
4272025-05-27T18:16:47.966Z Downloaded match_cfg v0.1.0
4282025-05-27T18:16:47.966Z Downloaded generic-array v0.14.7
4292025-05-27T18:16:47.966Z Downloaded futures-task v0.3.31
4302025-05-27T18:16:47.966Z Downloaded strsim v0.11.1
4312025-05-27T18:16:47.966Z Downloaded string_cache v0.8.7
4322025-05-27T18:16:47.966Z Downloaded static_assertions v1.1.0
4332025-05-27T18:16:47.966Z Downloaded stable_deref_trait v1.2.0
4342025-05-27T18:16:47.966Z Downloaded spin v0.5.2
4352025-05-27T18:16:47.966Z Downloaded slog-bunyan v2.5.0
4362025-05-27T18:16:47.992Z Downloaded slog-async v2.8.0
4372025-05-27T18:16:47.992Z Downloaded slab v0.4.9
4382025-05-27T18:16:47.992Z Downloaded siphasher v0.3.11
4392025-05-27T18:16:47.992Z Downloaded simd-adler32 v0.3.7
4402025-05-27T18:16:47.992Z Downloaded signal-hook-mio v0.2.4
4412025-05-27T18:16:47.992Z Downloaded sha1 v0.10.6
4422025-05-27T18:16:47.992Z Downloaded serde_spanned v0.6.8
4432025-05-27T18:16:47.992Z Downloaded serde_path_to_error v0.1.16
4442025-05-27T18:16:47.992Z Downloaded scopeguard v1.2.0
4452025-05-27T18:16:47.992Z Downloaded rustc-hash v2.1.0
4462025-05-27T18:16:47.992Z Downloaded predicates-core v1.0.9
4472025-05-27T18:16:47.992Z Downloaded precomputed-hash v0.1.1
4482025-05-27T18:16:47.992Z Downloaded ppv-lite86 v0.2.20
4492025-05-27T18:16:47.992Z Downloaded pkg-config v0.3.31
4502025-05-27T18:16:48.018Z Downloaded piper v0.2.4
4512025-05-27T18:16:48.018Z Downloaded ring v0.16.20
4522025-05-27T18:16:48.087Z Downloaded pem v1.1.1
4532025-05-27T18:16:48.113Z Downloaded darling_core v0.20.11
4542025-05-27T18:16:48.113Z Downloaded bytes v1.10.1
4552025-05-27T18:16:48.113Z Downloaded base64 v0.22.1
4562025-05-27T18:16:48.113Z Downloaded base64 v0.21.7
4572025-05-27T18:16:48.113Z Downloaded env_logger v0.10.2
4582025-05-27T18:16:48.113Z Downloaded dropshot_endpoint v0.13.0
4592025-05-27T18:16:48.139Z Downloaded diff v0.1.13
4602025-05-27T18:16:48.139Z Downloaded compact_str v0.8.1
4612025-05-27T18:16:48.139Z Downloaded clap_complete v4.5.50
4622025-05-27T18:16:48.139Z Downloaded bzip2 v0.5.2
4632025-05-27T18:16:48.139Z Downloaded built v0.7.7
4642025-05-27T18:16:48.139Z Downloaded base64 v0.13.1
4652025-05-27T18:16:48.139Z Downloaded allocator-api2 v0.2.21
4662025-05-27T18:16:48.139Z Downloaded crossbeam-utils v0.8.21
4672025-05-27T18:16:48.165Z Downloaded clap_derive v4.5.32
4682025-05-27T18:16:48.165Z Downloaded bitflags v2.6.0
4692025-05-27T18:16:48.165Z Downloaded anyhow v1.0.98
4702025-05-27T18:16:48.165Z Downloaded dialoguer v0.10.4
4712025-05-27T18:16:48.165Z Downloaded darling v0.20.11
4722025-05-27T18:16:48.165Z Downloaded crc32fast v1.4.2
4732025-05-27T18:16:48.165Z Downloaded console v0.15.10
4742025-05-27T18:16:48.190Z Downloaded colored v2.2.0
4752025-05-27T18:16:48.190Z Downloaded camino v1.1.9
4762025-05-27T18:16:48.190Z Downloaded autocfg v1.4.0
4772025-05-27T18:16:48.190Z Downloaded async-lock v3.4.0
4782025-05-27T18:16:48.190Z Downloaded async-io v2.4.0
4792025-05-27T18:16:48.190Z Downloaded anstream v0.6.18
4802025-05-27T18:16:48.190Z Downloaded fixedbitset v0.4.2
4812025-05-27T18:16:48.190Z Downloaded fastrand v2.3.0
4822025-05-27T18:16:48.190Z Downloaded event-listener-strategy v0.5.3
4832025-05-27T18:16:48.190Z Downloaded errno v0.3.10
4842025-05-27T18:16:48.190Z Downloaded equivalent v1.0.1
4852025-05-27T18:16:48.190Z Downloaded ena v0.14.3
4862025-05-27T18:16:48.190Z Downloaded dyn-clone v1.0.17
4872025-05-27T18:16:48.216Z Downloaded dirs-sys-next v0.1.2
4882025-05-27T18:16:48.216Z Downloaded dirs-sys v0.3.7
4892025-05-27T18:16:48.216Z Downloaded dirs v4.0.0
4902025-05-27T18:16:48.216Z Downloaded digest v0.10.7
4912025-05-27T18:16:48.216Z Downloaded difflib v0.4.0
4922025-05-27T18:16:48.216Z Downloaded deranged v0.3.11
4932025-05-27T18:16:48.216Z Downloaded debug-ignore v1.0.5
4942025-05-27T18:16:48.216Z Downloaded bit-set v0.5.3
4952025-05-27T18:16:48.216Z Downloaded async-trait v0.1.88
4962025-05-27T18:16:48.216Z Downloaded async-executor v1.13.1
4972025-05-27T18:16:48.216Z Downloaded anstyle-query v1.1.2
4982025-05-27T18:16:48.216Z Downloaded dirs-next v2.0.0
4992025-05-27T18:16:48.216Z Downloaded data-encoding v2.6.0
5002025-05-27T18:16:48.216Z Downloaded concurrent-queue v2.5.0
5012025-05-27T18:16:48.241Z Downloaded colorchoice v1.0.3
5022025-05-27T18:16:48.241Z Downloaded clap_lex v0.7.4
5032025-05-27T18:16:48.241Z Downloaded castaway v0.2.3
5042025-05-27T18:16:48.242Z Downloaded cassowary v0.3.0
5052025-05-27T18:16:48.242Z Downloaded blocking v1.6.1
5062025-05-27T18:16:48.242Z Downloaded block-buffer v0.10.4
5072025-05-27T18:16:48.242Z Downloaded async-task v4.7.1
5082025-05-27T18:16:48.242Z Downloaded async-process v2.3.0
5092025-05-27T18:16:48.242Z Downloaded assert_cmd v2.0.17
5102025-05-27T18:16:48.242Z Downloaded byteorder v1.5.0
5112025-05-27T18:16:48.242Z Downloaded async-stream v0.3.6
5122025-05-27T18:16:48.242Z Downloaded async-channel v2.3.1
5132025-05-27T18:16:48.242Z Downloaded anstyle-parse v0.2.6
5142025-05-27T18:16:48.242Z Downloaded cfg-if v1.0.0
5152025-05-27T18:16:48.242Z Downloaded atomic-waker v1.1.2
5162025-05-27T18:16:48.242Z Downloaded async-signal v0.2.10
5172025-05-27T18:16:48.267Z Downloaded async-global-executor v2.4.1
5182025-05-27T18:16:48.267Z Downloaded async-channel v1.9.0
5192025-05-27T18:16:48.267Z Downloaded async-attributes v1.1.2
5202025-05-27T18:16:48.267Z Downloaded assert-json-diff v2.0.2
5212025-05-27T18:16:48.267Z Downloaded ascii-canvas v3.0.0
5222025-05-27T18:16:48.267Z Downloaded adler2 v2.0.0
5232025-05-27T18:16:48.267Z Downloaded cpufeatures v0.2.16
5242025-05-27T18:16:48.267Z Downloaded cfg_aliases v0.2.1
5252025-05-27T18:16:48.267Z Downloaded basic-cookies v0.1.5
5262025-05-27T18:16:48.267Z Downloaded atomicwrites v0.4.4
5272025-05-27T18:16:48.267Z Downloaded anstyle v1.0.10
5282025-05-27T18:16:48.267Z Downloaded async-object-pool v0.1.5
5292025-05-27T18:16:48.321Z Downloaded openssl-src v300.4.1+3.4.0
5302025-05-27T18:16:51.222Z Downloaded crypto-common v0.1.6
5312025-05-27T18:16:51.248Z Downloaded bit-vec v0.6.3
5322025-05-27T18:16:51.248Z Downloaded either v1.13.0
5332025-05-27T18:16:51.273Z Downloaded utf8_iter v1.0.4
5342025-05-27T18:16:51.468Z Compiling proc-macro2 v1.0.95
5352025-05-27T18:16:51.468Z Compiling unicode-ident v1.0.18
5362025-05-27T18:16:51.468Z Compiling libc v0.2.172
5372025-05-27T18:16:51.494Z Compiling cfg-if v1.0.0
5382025-05-27T18:16:51.494Z Compiling autocfg v1.4.0
5392025-05-27T18:16:51.494Z Compiling serde v1.0.219
5402025-05-27T18:16:51.494Z Compiling once_cell v1.20.2
5412025-05-27T18:16:51.494Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.95/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=08ea27acdce34bc9 -C extra-filename=-08ea27acdce34bc9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-08ea27acdce34bc9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5422025-05-27T18:16:51.494Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5365dddad96048e9 -C extra-filename=-5365dddad96048e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5432025-05-27T18:16:51.494Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.172/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=7382378ee474bf8a -C extra-filename=-7382378ee474bf8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-7382378ee474bf8a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5442025-05-27T18:16:51.494Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84d3faaad3e9bcee -C extra-filename=-84d3faaad3e9bcee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5452025-05-27T18:16:51.494Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=09321f28181a8599 -C extra-filename=-09321f28181a8599 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5462025-05-27T18:16:51.520Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.172/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)' --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=6877a43e650cac99 -C extra-filename=-6877a43e650cac99 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-6877a43e650cac99 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5472025-05-27T18:16:51.520Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=59d15e57fd2af0e4 -C extra-filename=-59d15e57fd2af0e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5482025-05-27T18:16:51.520Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.219/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=74929d86862e3a55 -C extra-filename=-74929d86862e3a55 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-74929d86862e3a55 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5492025-05-27T18:16:51.628Z Compiling memchr v2.7.4
5502025-05-27T18:16:51.654Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=275f3770ee224559 -C extra-filename=-275f3770ee224559 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5512025-05-27T18:16:51.771Z Compiling itoa v1.0.14
5522025-05-27T18:16:51.797Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=086fe987e33d90e2 -C extra-filename=-086fe987e33d90e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5532025-05-27T18:16:52.015Z Compiling shlex v1.3.0
5542025-05-27T18:16:52.041Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=656f24d847402481 -C extra-filename=-656f24d847402481 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5552025-05-27T18:16:52.041Z Compiling pin-project-lite v0.2.15
5562025-05-27T18:16:52.041Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-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 -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)' --check-cfg 'cfg(feature, values())' -C metadata=a9fcf09d7edd784a -C extra-filename=-a9fcf09d7edd784a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5572025-05-27T18:16:52.201Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-74929d86862e3a55/build-script-build`
5582025-05-27T18:16:52.226Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-08ea27acdce34bc9/build-script-build`
5592025-05-27T18:16:52.253Z Compiling value-bag v1.10.0
5602025-05-27T18:16:52.278Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.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="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=32d42cc68501d8e7 -C extra-filename=-32d42cc68501d8e7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5612025-05-27T18:16:52.304Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-6877a43e650cac99/build-script-build`
5622025-05-27T18:16:52.304Z Compiling futures-core v0.3.31
5632025-05-27T18:16:52.329Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=b4d57a95905efbf8 -C extra-filename=-b4d57a95905efbf8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5642025-05-27T18:16:52.329Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-7382378ee474bf8a/build-script-build`
5652025-05-27T18:16:52.354Z Compiling lock_api v0.4.12
5662025-05-27T18:16:52.380Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=2dd85b61c043f39d -C extra-filename=-2dd85b61c043f39d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-2dd85b61c043f39d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-84d3faaad3e9bcee.rlib --cap-lints allow`
5672025-05-27T18:16:52.405Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.172/src/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)' --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=28691cb3798ac920 -C extra-filename=-28691cb3798ac920 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5682025-05-27T18:16:52.405Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.172/src/lib.rs --error-format=json --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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=42674506c3728a09 -C extra-filename=-42674506c3728a09 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5692025-05-27T18:16:52.430Z Compiling foldhash v0.1.4
5702025-05-27T18:16:52.431Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfb29534497524d3 -C extra-filename=-bfb29534497524d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5712025-05-27T18:16:52.598Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.95/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=feeda5c249ed3df3 -C extra-filename=-feeda5c249ed3df3 --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-5365dddad96048e9.rmeta --cap-lints allow --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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)'`
5722025-05-27T18:16:52.623Z Compiling allocator-api2 v0.2.21
5732025-05-27T18:16:52.623Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=34e3d8a581579357 -C extra-filename=-34e3d8a581579357 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5742025-05-27T18:16:52.712Z Compiling log v0.4.27
5752025-05-27T18:16:52.737Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --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", "std", "sval", "sval_ref", "value-bag"))' -C metadata=12cd9162b4a32364 -C extra-filename=-12cd9162b4a32364 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern value_bag=/work/oxidecomputer/oxide.rs/target/debug/deps/libvalue_bag-32d42cc68501d8e7.rmeta --cap-lints allow`
5762025-05-27T18:16:52.762Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-2dd85b61c043f39d/build-script-build`
5772025-05-27T18:16:52.867Z Compiling equivalent v1.0.1
5782025-05-27T18:16:52.892Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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)' --check-cfg 'cfg(feature, values())' -C metadata=f83f9b049e060bad -C extra-filename=-f83f9b049e060bad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5792025-05-27T18:16:52.917Z Compiling parking_lot_core v0.9.10
5802025-05-27T18:16:52.942Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3555be1beb7bf063 -C extra-filename=-3555be1beb7bf063 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3555be1beb7bf063 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5812025-05-27T18:16:53.019Z Compiling jobserver v0.1.32
5822025-05-27T18:16:53.045Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=acd7e985e5bb89ed -C extra-filename=-acd7e985e5bb89ed --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-28691cb3798ac920.rmeta --cap-lints allow`
5832025-05-27T18:16:53.045Z Compiling bitflags v2.6.0
5842025-05-27T18:16:53.070Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0e41198fff5511bd -C extra-filename=-0e41198fff5511bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5852025-05-27T18:16:53.198Z Compiling bytes v1.10.1
5862025-05-27T18:16:53.223Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=ac75a02c91a3c046 -C extra-filename=-ac75a02c91a3c046 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5872025-05-27T18:16:53.291Z Compiling hashbrown v0.15.2
5882025-05-27T18:16:53.316Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=478083753e38d375 -C extra-filename=-478083753e38d375 --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-34e3d8a581579357.rmeta --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-f83f9b049e060bad.rmeta --extern foldhash=/work/oxidecomputer/oxide.rs/target/debug/deps/libfoldhash-bfb29534497524d3.rmeta --cap-lints allow`
5892025-05-27T18:16:53.387Z Compiling quote v1.0.40
5902025-05-27T18:16:53.412Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.40/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=920bfcb47ee5ab8c -C extra-filename=-920bfcb47ee5ab8c --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-feeda5c249ed3df3.rmeta --cap-lints allow`
5912025-05-27T18:16:53.500Z Compiling cc v1.2.5
5922025-05-27T18:16:53.527Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=dd646a0f1aeaa11c -C extra-filename=-dd646a0f1aeaa11c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern jobserver=/work/oxidecomputer/oxide.rs/target/debug/deps/libjobserver-acd7e985e5bb89ed.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-28691cb3798ac920.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-656f24d847402481.rmeta --cap-lints allow`
5932025-05-27T18:16:53.552Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3555be1beb7bf063/build-script-build`
5942025-05-27T18:16:53.552Z Compiling scopeguard v1.2.0
5952025-05-27T18:16:53.552Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=accf4dcd8f2a0b8a -C extra-filename=-accf4dcd8f2a0b8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5962025-05-27T18:16:53.701Z Compiling fnv v1.0.7
5972025-05-27T18:16:53.726Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ae347af2b6c37ad8 -C extra-filename=-ae347af2b6c37ad8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5982025-05-27T18:16:53.752Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=8ff3fba9d0289131 -C extra-filename=-8ff3fba9d0289131 --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-accf4dcd8f2a0b8a.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
5992025-05-27T18:16:53.777Z Compiling smallvec v1.13.2
6002025-05-27T18:16:53.777Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=e7813f47c4816351 -C extra-filename=-e7813f47c4816351 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6012025-05-27T18:16:53.856Z Compiling syn v2.0.101
6022025-05-27T18:16:53.882Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.101/src/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=df11b73f9bf469c5 -C extra-filename=-df11b73f9bf469c5 --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow`
6032025-05-27T18:16:54.151Z Compiling ryu v1.0.18
6042025-05-27T18:16:54.176Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=85699d0f4c96ccfa -C extra-filename=-85699d0f4c96ccfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6052025-05-27T18:16:54.202Z Compiling signal-hook-registry v1.4.2
6062025-05-27T18:16:54.202Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5efa4950925d2e76 -C extra-filename=-5efa4950925d2e76 --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-42674506c3728a09.rmeta --cap-lints allow`
6072025-05-27T18:16:54.227Z Compiling slab v0.4.9
6082025-05-27T18:16:54.227Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f06153de278a2389 -C extra-filename=-f06153de278a2389 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-f06153de278a2389 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-84d3faaad3e9bcee.rlib --cap-lints allow`
6092025-05-27T18:16:54.252Z Compiling futures-io v0.3.31
6102025-05-27T18:16:54.252Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=06c5b62988cc6122 -C extra-filename=-06c5b62988cc6122 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6112025-05-27T18:16:54.456Z Compiling pkg-config v0.3.31
6122025-05-27T18:16:54.482Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=825853a6a94c599d -C extra-filename=-825853a6a94c599d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6132025-05-27T18:16:54.512Z Compiling stable_deref_trait v1.2.0
6142025-05-27T18:16:54.537Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c3a80893b09da7c8 -C extra-filename=-c3a80893b09da7c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6152025-05-27T18:16:54.562Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-f06153de278a2389/build-script-build`
6162025-05-27T18:16:54.562Z Compiling serde_json v1.0.140
6172025-05-27T18:16:54.562Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.140/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f5583c80b68eb636 -C extra-filename=-f5583c80b68eb636 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-f5583c80b68eb636 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6182025-05-27T18:16:54.630Z Compiling errno v0.3.10
6192025-05-27T18:16:54.656Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bce40a060b4ef5b9 -C extra-filename=-bce40a060b4ef5b9 --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-42674506c3728a09.rmeta --cap-lints allow`
6202025-05-27T18:16:54.681Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=13af6c883cecb3cc -C extra-filename=-13af6c883cecb3cc --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-09321f28181a8599.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e7813f47c4816351.rmeta --cap-lints allow`
6212025-05-27T18:16:54.707Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e7b23b46ef68c4d8 -C extra-filename=-e7b23b46ef68c4d8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6222025-05-27T18:16:54.911Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-f5583c80b68eb636/build-script-build`
6232025-05-27T18:16:54.936Z Compiling mio v1.0.3
6242025-05-27T18:16:54.936Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --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)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=eda959245c9682fa -C extra-filename=-eda959245c9682fa --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-42674506c3728a09.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --cap-lints allow`
6252025-05-27T18:16:54.961Z Compiling litemap v0.7.4
6262025-05-27T18:16:54.961Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.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)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=052c940787108084 -C extra-filename=-052c940787108084 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6272025-05-27T18:16:54.961Z Compiling writeable v0.5.5
6282025-05-27T18:16:54.986Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=b33f036585200167 -C extra-filename=-b33f036585200167 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6292025-05-27T18:16:55.012Z Compiling tracing-core v0.1.33
6302025-05-27T18:16:55.012Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.33/src/lib.rs --error-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)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=db767567bed1db60 -C extra-filename=-db767567bed1db60 --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-59d15e57fd2af0e4.rmeta --cap-lints allow`
6312025-05-27T18:16:55.258Z Compiling parking_lot v0.12.3
6322025-05-27T18:16:55.284Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=4e276ebd57a1282f -C extra-filename=-4e276ebd57a1282f --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-8ff3fba9d0289131.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-13af6c883cecb3cc.rmeta --cap-lints allow`
6332025-05-27T18:16:55.284Z Compiling futures-sink v0.3.31
6342025-05-27T18:16:55.284Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-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 --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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=abd1f69cf0a40ad4 -C extra-filename=-abd1f69cf0a40ad4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6352025-05-27T18:16:55.436Z Compiling getrandom v0.2.15
6362025-05-27T18:16:55.462Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 -C debuginfo=2 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --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=9b0cb0fc14474e46 -C extra-filename=-9b0cb0fc14474e46 --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-09321f28181a8599.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --cap-lints allow`
6372025-05-27T18:16:55.488Z Compiling rustix v0.38.42
6382025-05-27T18:16:55.488Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.42/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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=6af3b90b08a06d41 -C extra-filename=-6af3b90b08a06d41 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-6af3b90b08a06d41 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6392025-05-27T18:16:55.516Z Compiling icu_locid_transform_data v1.5.0
6402025-05-27T18:16:55.541Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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)' --check-cfg 'cfg(feature, values())' -C metadata=f7b36b877010cb0e -C extra-filename=-f7b36b877010cb0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6412025-05-27T18:16:55.621Z Compiling vcpkg v0.2.15
6422025-05-27T18:16:55.646Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=50797bd8eab31f7b -C extra-filename=-50797bd8eab31f7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6432025-05-27T18:16:55.738Z Compiling socket2 v0.5.8
6442025-05-27T18:16:55.764Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.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="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=216d7d76738b8720 -C extra-filename=-216d7d76738b8720 --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-42674506c3728a09.rmeta --cap-lints allow`
6452025-05-27T18:16:55.985Z Compiling pin-utils v0.1.0
6462025-05-27T18:16:56.010Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=96085f880629f694 -C extra-filename=-96085f880629f694 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6472025-05-27T18:16:56.036Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-6af3b90b08a06d41/build-script-build`
6482025-05-27T18:16:56.074Z Compiling icu_properties_data v1.5.0
6492025-05-27T18:16:56.100Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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)' --check-cfg 'cfg(feature, values())' -C metadata=42fb44f4b2583682 -C extra-filename=-42fb44f4b2583682 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6502025-05-27T18:16:56.100Z Compiling num-traits v0.2.19
6512025-05-27T18:16:56.100Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2882aaeece3eebe0 -C extra-filename=-2882aaeece3eebe0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-2882aaeece3eebe0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-84d3faaad3e9bcee.rlib --cap-lints allow`
6522025-05-27T18:16:56.167Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.42/src/lib.rs --error-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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=089b7c3ad1172207 -C extra-filename=-089b7c3ad1172207 --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-0e41198fff5511bd.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-bce40a060b4ef5b9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6532025-05-27T18:16:56.224Z Compiling icu_normalizer_data v1.5.0
6542025-05-27T18:16:56.249Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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)' --check-cfg 'cfg(feature, values())' -C metadata=34fcb206219149cd -C extra-filename=-34fcb206219149cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6552025-05-27T18:16:56.305Z Compiling getrandom v0.3.1
6562025-05-27T18:16:56.331Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.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(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=6d169caa0930aaea -C extra-filename=-6d169caa0930aaea --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/getrandom-6d169caa0930aaea -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6572025-05-27T18:16:56.356Z Compiling utf16_iter v1.0.5
6582025-05-27T18:16:56.356Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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)' --check-cfg 'cfg(feature, values())' -C metadata=d5228cc754125ec9 -C extra-filename=-d5228cc754125ec9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6592025-05-27T18:16:56.403Z Compiling write16 v1.0.0
6602025-05-27T18:16:56.429Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=ba295447653ede66 -C extra-filename=-ba295447653ede66 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6612025-05-27T18:16:56.540Z Compiling utf8_iter v1.0.4
6622025-05-27T18:16:56.565Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ec06c607b2ee60e5 -C extra-filename=-ec06c607b2ee60e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6632025-05-27T18:16:56.566Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-2882aaeece3eebe0/build-script-build`
6642025-05-27T18:16:56.635Z Compiling futures-channel v0.3.31
6652025-05-27T18:16:56.660Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=b06eeca6cb9ded98 -C extra-filename=-b06eeca6cb9ded98 --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-b4d57a95905efbf8.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --cap-lints allow`
6662025-05-27T18:16:56.660Z Compiling futures-task v0.3.31
6672025-05-27T18:16:56.660Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=7b69cd47c99f2909 -C extra-filename=-7b69cd47c99f2909 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6682025-05-27T18:16:56.726Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-6d169caa0930aaea/build-script-build`
6692025-05-27T18:16:56.752Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=b9e2c56c63a3e082 -C extra-filename=-b9e2c56c63a3e082 --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-09321f28181a8599.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --cap-lints allow`
6702025-05-27T18:16:56.777Z Compiling heck v0.5.0
6712025-05-27T18:16:56.808Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d58d7f2b89fa3c2d -C extra-filename=-d58d7f2b89fa3c2d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6722025-05-27T18:16:56.833Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e9d74ea83f3039f2 -C extra-filename=-e9d74ea83f3039f2 --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)'`
6732025-05-27T18:16:56.922Z Compiling fastrand v2.3.0
6742025-05-27T18:16:56.947Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=e90085a1a148e819 -C extra-filename=-e90085a1a148e819 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6752025-05-27T18:16:56.972Z Compiling crossbeam-utils v0.8.21
6762025-05-27T18:16:56.972Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=81285d6570d7a8df -C extra-filename=-81285d6570d7a8df --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-81285d6570d7a8df -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6772025-05-27T18:16:56.998Z Compiling http v1.3.1
6782025-05-27T18:16:56.998Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b86e7b27b7a942ef -C extra-filename=-b86e7b27b7a942ef --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-ac75a02c91a3c046.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-ae347af2b6c37ad8.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --cap-lints allow`
6792025-05-27T18:16:57.024Z Compiling aho-corasick v1.1.3
6802025-05-27T18:16:57.050Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=9e63ebbd7ad80e43 -C extra-filename=-9e63ebbd7ad80e43 --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-275f3770ee224559.rmeta --cap-lints allow`
6812025-05-27T18:16:57.308Z Compiling atomic-waker v1.1.2
6822025-05-27T18:16:57.334Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=636ace94770eb0d6 -C extra-filename=-636ace94770eb0d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6832025-05-27T18:16:57.444Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-81285d6570d7a8df/build-script-build`
6842025-05-27T18:16:57.469Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a708f0b0422c4fc4 -C extra-filename=-a708f0b0422c4fc4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6852025-05-27T18:16:57.496Z Compiling regex-syntax v0.8.5
6862025-05-27T18:16:57.496Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-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="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)' --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=10870d64117f3ed4 -C extra-filename=-10870d64117f3ed4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6872025-05-27T18:16:57.521Z Compiling httparse v1.9.5
6882025-05-27T18:16:57.521Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7bf8764220f8e0a4 -C extra-filename=-7bf8764220f8e0a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-7bf8764220f8e0a4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6892025-05-27T18:16:58.084Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-7bf8764220f8e0a4/build-script-build`
6902025-05-27T18:16:58.115Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=35e995dd3207f49f -C extra-filename=-35e995dd3207f49f --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)'`
6912025-05-27T18:16:58.155Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 --check-cfg 'cfg(docsrs)' --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", "std", "sval", "sval_ref", "value-bag"))' -C metadata=92559e878044b748 -C extra-filename=-92559e878044b748 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6922025-05-27T18:16:58.472Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58305fd82354871e -C extra-filename=-58305fd82354871e --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`
6932025-05-27T18:16:58.657Z Compiling ring v0.17.8
6942025-05-27T18:16:58.683Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/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)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=82c4959acdd74c5b -C extra-filename=-82c4959acdd74c5b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-82c4959acdd74c5b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --cap-lints allow`
6952025-05-27T18:16:59.182Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=92f313a5bd64f408 -C extra-filename=-92f313a5bd64f408 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6962025-05-27T18:16:59.207Z Compiling dyn-clone v1.0.17
6972025-05-27T18:16:59.207Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-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)' --check-cfg 'cfg(feature, values())' -C metadata=822c94f19c030a73 -C extra-filename=-822c94f19c030a73 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6982025-05-27T18:16:59.232Z Compiling spin v0.9.8
6992025-05-27T18:16:59.257Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f48f7b84d3190902 -C extra-filename=-f48f7b84d3190902 --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-8ff3fba9d0289131.rmeta --cap-lints allow`
7002025-05-27T18:16:59.424Z Compiling iana-time-zone v0.1.61
7012025-05-27T18:16:59.449Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=19b722884eb166c2 -C extra-filename=-19b722884eb166c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7022025-05-27T18:16:59.515Z Compiling openssl-src v300.4.1+3.4.0
7032025-05-27T18:16:59.540Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.4.1+3.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 --cfg 'feature="default"' --cfg 'feature="legacy"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "no-dso", "seed", "weak-crypto"))' -C metadata=25a58d761d4a5645 -C extra-filename=-25a58d761d4a5645 --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-dd646a0f1aeaa11c.rmeta --cap-lints allow`
7042025-05-27T18:16:59.569Z Compiling schemars v0.8.22
7052025-05-27T18:16:59.595Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=efb02548820b9f85 -C extra-filename=-efb02548820b9f85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-efb02548820b9f85 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7062025-05-27T18:16:59.595Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-82c4959acdd74c5b/build-script-build`
7072025-05-27T18:16:59.839Z Compiling rustls-pki-types v1.10.1
7082025-05-27T18:16:59.865Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=a652872054cf4ac7 -C extra-filename=-a652872054cf4ac7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7092025-05-27T18:16:59.926Z Compiling version_check v0.9.5
7102025-05-27T18:16:59.952Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=00ab67336c0caa90 -C extra-filename=-00ab67336c0caa90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7112025-05-27T18:17:00.036Z Compiling openssl-sys v0.9.107
7122025-05-27T18:17:00.061Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.107/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)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=da4e96befcb7d425 -C extra-filename=-da4e96befcb7d425 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-da4e96befcb7d425 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-25a58d761d4a5645.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-825853a6a94c599d.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-50797bd8eab31f7b.rlib --cap-lints allow`
7132025-05-27T18:17:00.508Z Compiling synstructure v0.13.1
7142025-05-27T18:17:00.533Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=94b6b2cf91f39425 -C extra-filename=-94b6b2cf91f39425 --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rmeta --cap-lints allow`
7152025-05-27T18:17:00.790Z Compiling regex-automata v0.4.9
7162025-05-27T18:17:00.815Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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="alloc"' --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)' --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=f2af64a71e13d526 -C extra-filename=-f2af64a71e13d526 --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-9e63ebbd7ad80e43.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-10870d64117f3ed4.rmeta --cap-lints allow`
7172025-05-27T18:17:00.841Z Compiling serde_derive_internals v0.29.1
7182025-05-27T18:17:00.841Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fa80f91d4a4b8603 -C extra-filename=-fa80f91d4a4b8603 --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rmeta --cap-lints allow`
7192025-05-27T18:17:01.040Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-efb02548820b9f85/build-script-build`
7202025-05-27T18:17:01.065Z Compiling concurrent-queue v2.5.0
7212025-05-27T18:17:01.065Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=c1b6c4bb792909e6 -C extra-filename=-c1b6c4bb792909e6 --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-35e995dd3207f49f.rmeta --cap-lints allow`
7222025-05-27T18:17:01.368Z Compiling percent-encoding v2.3.1
7232025-05-27T18:17:01.394Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5195ab0439137848 -C extra-filename=-5195ab0439137848 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7242025-05-27T18:17:01.603Z Compiling try-lock v0.2.5
7252025-05-27T18:17:01.629Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=731cc0d8860ccdb7 -C extra-filename=-731cc0d8860ccdb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7262025-05-27T18:17:01.681Z Compiling parking v2.2.1
7272025-05-27T18:17:01.706Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=14175537aafb0a59 -C extra-filename=-14175537aafb0a59 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7282025-05-27T18:17:01.762Z Compiling untrusted v0.9.0
7292025-05-27T18:17:01.789Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f99140c501932ff2 -C extra-filename=-f99140c501932ff2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7302025-05-27T18:17:01.789Z Compiling strsim v0.11.1
7312025-05-27T18:17:01.820Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=43a75aa415d7f1b3 -C extra-filename=-43a75aa415d7f1b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7322025-05-27T18:17:01.951Z Compiling want v0.3.1
7332025-05-27T18:17:01.976Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f09a7517f61c1a1e -C extra-filename=-f09a7517f61c1a1e --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-731cc0d8860ccdb7.rmeta --cap-lints allow`
7342025-05-27T18:17:02.020Z Compiling form_urlencoded v1.2.1
7352025-05-27T18:17:02.045Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e1d76f7b09036684 -C extra-filename=-e1d76f7b09036684 --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-5195ab0439137848.rmeta --cap-lints allow`
7362025-05-27T18:17:02.239Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-da4e96befcb7d425/build-script-main`
7372025-05-27T18:17:02.332Z Compiling zeroize v1.8.1
7382025-05-27T18:17:02.357Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=2de570c9a6254d53 -C extra-filename=-2de570c9a6254d53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7392025-05-27T18:17:02.575Z Compiling byteorder v1.5.0
7402025-05-27T18:17:02.600Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ccd07a254bcd06e0 -C extra-filename=-ccd07a254bcd06e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7412025-05-27T18:17:02.600Z Compiling thiserror v2.0.12
7422025-05-27T18:17:02.600Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.12/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c079e881c56a513 -C extra-filename=-5c079e881c56a513 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-5c079e881c56a513 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7432025-05-27T18:17:02.646Z Compiling tower-service v0.3.3
7442025-05-27T18:17:02.671Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c235037d01e65096 -C extra-filename=-c235037d01e65096 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7452025-05-27T18:17:02.779Z Compiling httpdate v1.0.3
7462025-05-27T18:17:02.805Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0adc340e9f53bfb -C extra-filename=-e0adc340e9f53bfb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7472025-05-27T18:17:02.985Z Compiling http-body v1.0.1
7482025-05-27T18:17:03.010Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=837b423806a029ff -C extra-filename=-837b423806a029ff --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-ac75a02c91a3c046.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --cap-lints allow`
7492025-05-27T18:17:03.127Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-5c079e881c56a513/build-script-build`
7502025-05-27T18:17:03.222Z Compiling anstyle v1.0.10
7512025-05-27T18:17:03.247Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --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=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' '--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::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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ad443ee008e7d9c -C extra-filename=-2ad443ee008e7d9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7522025-05-27T18:17:03.247Z Compiling subtle v2.6.1
7532025-05-27T18:17:03.247Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ff3c0dc702415a06 -C extra-filename=-ff3c0dc702415a06 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7542025-05-27T18:17:03.430Z Compiling event-listener v5.3.1
7552025-05-27T18:17:03.456Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=fbec46ea56d45259 -C extra-filename=-fbec46ea56d45259 --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-c1b6c4bb792909e6.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-14175537aafb0a59.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
7562025-05-27T18:17:03.481Z Compiling rand_core v0.6.4
7572025-05-27T18:17:03.481Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=7e177705254d8b0b -C extra-filename=-7e177705254d8b0b --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-9b0cb0fc14474e46.rmeta --cap-lints allow`
7582025-05-27T18:17:03.507Z Compiling either v1.13.0
7592025-05-27T18:17:03.507Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=d1d5ed99ac482bcf -C extra-filename=-d1d5ed99ac482bcf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7602025-05-27T18:17:03.619Z Compiling openssl v0.10.72
7612025-05-27T18:17:03.644Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.72/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)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7c6acb662af8ed49 -C extra-filename=-7c6acb662af8ed49 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-7c6acb662af8ed49 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7622025-05-27T18:17:03.858Z Compiling foreign-types-shared v0.1.1
7632025-05-27T18:17:03.885Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=920d5b20fd5e6e1f -C extra-filename=-920d5b20fd5e6e1f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7642025-05-27T18:17:03.885Z Compiling event-listener-strategy v0.5.3
7652025-05-27T18:17:03.910Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=859d3fa8ae337673 -C extra-filename=-859d3fa8ae337673 --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-fbec46ea56d45259.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
7662025-05-27T18:17:04.030Z Compiling serde_derive v1.0.219
7672025-05-27T18:17:04.030Z Compiling zerofrom-derive v0.1.5
7682025-05-27T18:17:04.030Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.219/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=7848054b214fd8b3 -C extra-filename=-7848054b214fd8b3 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7692025-05-27T18:17:04.030Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=6050f7bbb883df37 -C extra-filename=-6050f7bbb883df37 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-94b6b2cf91f39425.rlib --extern proc_macro --cap-lints allow`
7702025-05-27T18:17:04.093Z Compiling yoke-derive v0.7.5
7712025-05-27T18:17:04.119Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.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)' --check-cfg 'cfg(feature, values())' -C metadata=36969783449f3117 -C extra-filename=-36969783449f3117 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-94b6b2cf91f39425.rlib --extern proc_macro --cap-lints allow`
7722025-05-27T18:17:04.144Z Compiling zerovec-derive v0.10.3
7732025-05-27T18:17:04.144Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/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)' --check-cfg 'cfg(feature, values())' -C metadata=76a279affe5f1efe -C extra-filename=-76a279affe5f1efe --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7742025-05-27T18:17:04.200Z Compiling displaydoc v0.2.5
7752025-05-27T18:17:04.225Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=704dbef69247bdb7 -C extra-filename=-704dbef69247bdb7 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7762025-05-27T18:17:04.742Z Compiling icu_provider_macros v1.5.0
7772025-05-27T18:17:04.767Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.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)' --check-cfg 'cfg(feature, values())' -C metadata=408a2d4331d3d1db -C extra-filename=-408a2d4331d3d1db --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7782025-05-27T18:17:05.570Z Compiling tracing-attributes v0.1.28
7792025-05-27T18:17:05.595Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.28/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(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=c3d925398f377a49 -C extra-filename=-c3d925398f377a49 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7802025-05-27T18:17:05.688Z Compiling tokio-macros v2.5.0
7812025-05-27T18:17:05.714Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.5.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)' --check-cfg 'cfg(feature, values())' -C metadata=7d718eca558958ba -C extra-filename=-7d718eca558958ba --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7822025-05-27T18:17:06.142Z Compiling futures-macro v0.3.31
7832025-05-27T18:17:06.167Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=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)' --check-cfg 'cfg(feature, values())' -C metadata=b6e92d27e95cc666 -C extra-filename=-b6e92d27e95cc666 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7842025-05-27T18:17:06.193Z Compiling schemars_derive v0.8.22
7852025-05-27T18:17:06.193Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2110df560ca1a7a4 -C extra-filename=-2110df560ca1a7a4 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-fa80f91d4a4b8603.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
7862025-05-27T18:17:06.804Z Compiling zerofrom v0.1.5
7872025-05-27T18:17:06.829Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=23d647983b879fa5 -C extra-filename=-23d647983b879fa5 --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-6050f7bbb883df37.so --cap-lints allow`
7882025-05-27T18:17:06.977Z Compiling yoke v0.7.5
7892025-05-27T18:17:07.002Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.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="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=e721e11fa751096a -C extra-filename=-e721e11fa751096a --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-c3a80893b09da7c8.rmeta --extern yoke_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke_derive-36969783449f3117.so --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-23d647983b879fa5.rmeta --cap-lints allow`
7902025-05-27T18:17:07.002Z Compiling tokio v1.45.1
7912025-05-27T18:17:07.002Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.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(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=65399a4fbdd036bc -C extra-filename=-65399a4fbdd036bc --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-ac75a02c91a3c046.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-eda959245c9682fa.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-4e276ebd57a1282f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-5efa4950925d2e76.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-216d7d76738b8720.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-7d718eca558958ba.so --cap-lints allow`
7922025-05-27T18:17:07.302Z Compiling zerovec v0.10.4
7932025-05-27T18:17:07.328Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-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 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=70344c8bb5a80a55 -C extra-filename=-70344c8bb5a80a55 --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-e721e11fa751096a.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-23d647983b879fa5.rmeta --extern zerovec_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec_derive-76a279affe5f1efe.so --cap-lints allow`
7942025-05-27T18:17:07.681Z Compiling futures-util v0.3.31
7952025-05-27T18:17:07.706Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-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 --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)' --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", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=386b0e1129151dcf -C extra-filename=-386b0e1129151dcf --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-b06eeca6cb9ded98.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-b6e92d27e95cc666.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-7b69cd47c99f2909.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-96085f880629f694.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-e7b23b46ef68c4d8.rmeta --cap-lints allow`
7962025-05-27T18:17:08.214Z Compiling tracing v0.1.41
7972025-05-27T18:17:08.240Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --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=2e6be4c78aa8708d -C extra-filename=-2e6be4c78aa8708d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-c3d925398f377a49.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-db767567bed1db60.rmeta --cap-lints allow`
7982025-05-27T18:17:08.673Z Compiling regex v1.11.1
7992025-05-27T18:17:08.698Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-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 --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)' --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=3e065740cc515e1b -C extra-filename=-3e065740cc515e1b --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-9e63ebbd7ad80e43.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-f2af64a71e13d526.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-10870d64117f3ed4.rmeta --cap-lints allow`
8002025-05-27T18:17:08.767Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=bca58abf356cce8d -C extra-filename=-bca58abf356cce8d --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-09321f28181a8599.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-9b0cb0fc14474e46.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f48f7b84d3190902.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-f99140c501932ff2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
8012025-05-27T18:17:09.336Z Compiling tinystr v0.7.6
8022025-05-27T18:17:09.361Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=690e129caaf11fd4 -C extra-filename=-690e129caaf11fd4 --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-704dbef69247bdb7.so --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8032025-05-27T18:17:09.733Z Compiling icu_locid v1.5.0
8042025-05-27T18:17:09.758Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=37c4a58beea362e2 -C extra-filename=-37c4a58beea362e2 --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-704dbef69247bdb7.so --extern litemap=/work/oxidecomputer/oxide.rs/target/debug/deps/liblitemap-052c940787108084.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-690e129caaf11fd4.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-b33f036585200167.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8052025-05-27T18:17:09.834Z Compiling icu_collections v1.5.0
8062025-05-27T18:17:09.860Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=d146ece2bb785d87 -C extra-filename=-d146ece2bb785d87 --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-704dbef69247bdb7.so --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-e721e11fa751096a.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-23d647983b879fa5.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8072025-05-27T18:17:10.025Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.219/src/lib.rs --error-format=json --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="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3a9e76031e5842dc -C extra-filename=-3a9e76031e5842dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-7848054b214fd8b3.so --cap-lints allow --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
8082025-05-27T18:17:10.324Z Compiling zerocopy-derive v0.7.35
8092025-05-27T18:17:10.349Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/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)' --check-cfg 'cfg(feature, values())' -C metadata=0235f0116c673133 -C extra-filename=-0235f0116c673133 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
8102025-05-27T18:17:11.180Z Compiling icu_provider v1.5.0
8112025-05-27T18:17:11.206Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=bd5179781956db49 -C extra-filename=-bd5179781956db49 --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-704dbef69247bdb7.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-37c4a58beea362e2.rmeta --extern icu_provider_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider_macros-408a2d4331d3d1db.so --extern stable_deref_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libstable_deref_trait-c3a80893b09da7c8.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-690e129caaf11fd4.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-b33f036585200167.rmeta --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-e721e11fa751096a.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-23d647983b879fa5.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8122025-05-27T18:17:11.746Z Compiling rustls-webpki v0.102.8
8132025-05-27T18:17:11.771Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=352257c19daf5a3b -C extra-filename=-352257c19daf5a3b --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-bca58abf356cce8d.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-f99140c501932ff2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
8142025-05-27T18:17:12.010Z Compiling icu_locid_transform v1.5.0
8152025-05-27T18:17:12.036Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=f148e6df46aa81fb -C extra-filename=-f148e6df46aa81fb --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-704dbef69247bdb7.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-37c4a58beea362e2.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform_data-f7b36b877010cb0e.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-bd5179781956db49.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-690e129caaf11fd4.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8162025-05-27T18:17:12.148Z Compiling zerocopy v0.7.35
8172025-05-27T18:17:12.173Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=a96922dcea6ce2ee -C extra-filename=-a96922dcea6ce2ee --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-ccd07a254bcd06e0.rmeta --extern zerocopy_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy_derive-0235f0116c673133.so --cap-lints allow`
8182025-05-27T18:17:12.216Z Compiling thiserror-impl v2.0.12
8192025-05-27T18:17:12.241Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.12/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)' --check-cfg 'cfg(feature, values())' -C metadata=d39d139bd0674344 -C extra-filename=-d39d139bd0674344 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
8202025-05-27T18:17:12.614Z Compiling foreign-types v0.3.2
8212025-05-27T18:17:12.640Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=211789c66725fbb1 -C extra-filename=-211789c66725fbb1 --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-920d5b20fd5e6e1f.rmeta --cap-lints allow`
8222025-05-27T18:17:12.709Z Compiling openssl-macros v0.1.1
8232025-05-27T18:17:12.734Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6188ce4bb0db5429 -C extra-filename=-6188ce4bb0db5429 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
8242025-05-27T18:17:13.320Z Compiling icu_properties v1.5.1
8252025-05-27T18:17:13.345Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=0ca2476aa5d2f904 -C extra-filename=-0ca2476aa5d2f904 --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-704dbef69247bdb7.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d146ece2bb785d87.rmeta --extern icu_locid_transform=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform-f148e6df46aa81fb.rmeta --extern icu_properties_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties_data-42fb44f4b2583682.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-bd5179781956db49.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-690e129caaf11fd4.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8262025-05-27T18:17:13.428Z Compiling ppv-lite86 v0.2.20
8272025-05-27T18:17:13.454Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=90dc487164d4d998 -C extra-filename=-90dc487164d4d998 --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-a96922dcea6ce2ee.rmeta --cap-lints allow`
8282025-05-27T18:17:13.632Z Compiling typenum v1.17.0
8292025-05-27T18:17:13.657Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4669df0e4d233c49 -C extra-filename=-4669df0e4d233c49 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-4669df0e4d233c49 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8302025-05-27T18:17:14.238Z Compiling rand_chacha v0.3.1
8312025-05-27T18:17:14.263Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=a42dbb5307d2a386 -C extra-filename=-a42dbb5307d2a386 --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-90dc487164d4d998.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-7e177705254d8b0b.rmeta --cap-lints allow`
8322025-05-27T18:17:14.506Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.140/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bd3584cac431f9df -C extra-filename=-bd3584cac431f9df --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-086fe987e33d90e2.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-85699d0f4c96ccfa.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
8332025-05-27T18:17:14.538Z Compiling indexmap v2.9.0
8342025-05-27T18:17:14.563Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=c02ddf59e4acc141 -C extra-filename=-c02ddf59e4acc141 --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-f83f9b049e060bad.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-478083753e38d375.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
8352025-05-27T18:17:14.784Z Compiling chrono v0.4.41
8362025-05-27T18:17:14.809Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --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)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "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=bd5fc99ffc954867 -C extra-filename=-bd5fc99ffc954867 --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-19b722884eb166c2.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-e9d74ea83f3039f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
8372025-05-27T18:17:14.809Z Compiling uuid v1.17.0
8382025-05-27T18:17:14.836Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=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)' --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=ffe5248221aed59c -C extra-filename=-ffe5248221aed59c --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-b9e2c56c63a3e082.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
8392025-05-27T18:17:15.230Z Compiling tokio-util v0.7.13
8402025-05-27T18:17:15.255Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=8a8211d967dff09b -C extra-filename=-8a8211d967dff09b --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-ac75a02c91a3c046.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --cap-lints allow`
8412025-05-27T18:17:15.572Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8a71a42663d0a1d6 -C extra-filename=-8a71a42663d0a1d6 --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-d39d139bd0674344.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8422025-05-27T18:17:15.728Z Compiling utf8parse v0.2.2
8432025-05-27T18:17:15.753Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=c593c70ae5c0fe81 -C extra-filename=-c593c70ae5c0fe81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8442025-05-27T18:17:15.790Z Compiling native-tls v0.2.12
8452025-05-27T18:17:15.816Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/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="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=9adcd3bd44028842 -C extra-filename=-9adcd3bd44028842 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-9adcd3bd44028842 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8462025-05-27T18:17:15.899Z Compiling rustls v0.23.20
8472025-05-27T18:17:15.924Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.20/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="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2e0314361937516b -C extra-filename=-2e0314361937516b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-2e0314361937516b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8482025-05-27T18:17:16.132Z Compiling h2 v0.4.7
8492025-05-27T18:17:16.157Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.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(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=ba3dceff289dd3a0 -C extra-filename=-ba3dceff289dd3a0 --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-636ace94770eb0d6.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-ae347af2b6c37ad8.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-c02ddf59e4acc141.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-e7b23b46ef68c4d8.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-8a8211d967dff09b.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --cap-lints allow`
8502025-05-27T18:17:16.195Z Compiling same-file v1.0.6
8512025-05-27T18:17:16.220Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0a572e2ba132939d -C extra-filename=-0a572e2ba132939d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8522025-05-27T18:17:16.440Z Compiling walkdir v2.5.0
8532025-05-27T18:17:16.465Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6acdae7fd9019a59 -C extra-filename=-6acdae7fd9019a59 --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-0a572e2ba132939d.rmeta --cap-lints allow`
8542025-05-27T18:17:16.490Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-2e0314361937516b/build-script-build`
8552025-05-27T18:17:16.516Z Compiling anstyle-parse v0.2.6
8562025-05-27T18:17:16.517Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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=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=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' '--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::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)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=84dec734c4f3d0a2 -C extra-filename=-84dec734c4f3d0a2 --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-c593c70ae5c0fe81.rmeta --cap-lints allow`
8572025-05-27T18:17:16.826Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a3bb47845347bb48 -C extra-filename=-a3bb47845347bb48 --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-bd5fc99ffc954867.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-822c94f19c030a73.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-2110df560ca1a7a4.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8582025-05-27T18:17:16.980Z Compiling icu_normalizer v1.5.0
8592025-05-27T18:17:17.006Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=a1fd88d7777b2e3d -C extra-filename=-a1fd88d7777b2e3d --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-704dbef69247bdb7.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d146ece2bb785d87.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-34fcb206219149cd.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-0ca2476aa5d2f904.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-bd5179781956db49.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e7813f47c4816351.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-d5228cc754125ec9.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-ec06c607b2ee60e5.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-ba295447653ede66.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
8602025-05-27T18:17:17.146Z Compiling rand v0.8.5
8612025-05-27T18:17:17.171Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --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=30f44f675efe998a -C extra-filename=-30f44f675efe998a --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-42674506c3728a09.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-a42dbb5307d2a386.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-7e177705254d8b0b.rmeta --cap-lints allow`
8622025-05-27T18:17:17.735Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-4669df0e4d233c49/build-script-main`
8632025-05-27T18:17:17.881Z Compiling idna_adapter v1.2.0
8642025-05-27T18:17:17.913Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=cc25e3215124fab6 -C extra-filename=-cc25e3215124fab6 --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-a1fd88d7777b2e3d.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-0ca2476aa5d2f904.rmeta --cap-lints allow`
8652025-05-27T18:17:18.106Z Compiling idna v1.0.3
8662025-05-27T18:17:18.131Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=85b10f7e5d6b32cf -C extra-filename=-85b10f7e5d6b32cf --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-cc25e3215124fab6.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e7813f47c4816351.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-ec06c607b2ee60e5.rmeta --cap-lints allow`
8672025-05-27T18:17:18.163Z Compiling toml_datetime v0.6.9
8682025-05-27T18:17:18.188Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-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 '--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' '--warn=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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=add13b34b9549728 -C extra-filename=-add13b34b9549728 --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-3a9e76031e5842dc.rmeta --cap-lints allow`
8692025-05-27T18:17:18.479Z Compiling serde_spanned v0.6.8
8702025-05-27T18:17:18.504Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-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 --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=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' '--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::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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=60fc3e1bd15013fc -C extra-filename=-60fc3e1bd15013fc --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-3a9e76031e5842dc.rmeta --cap-lints allow`
8712025-05-27T18:17:18.628Z Compiling futures-lite v2.5.0
8722025-05-27T18:17:18.653Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=7f9ecc16b43b1dd0 -C extra-filename=-7f9ecc16b43b1dd0 --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-e90085a1a148e819.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-14175537aafb0a59.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
8732025-05-27T18:17:18.721Z Compiling url v2.5.4
8742025-05-27T18:17:18.747Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=16927be0700a2ce2 -C extra-filename=-16927be0700a2ce2 --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-e1d76f7b09036684.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-85b10f7e5d6b32cf.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-5195ab0439137848.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
8752025-05-27T18:17:18.747Z Compiling generic-array v0.14.7
8762025-05-27T18:17:18.747Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=e2aa3431bcc547ef -C extra-filename=-e2aa3431bcc547ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-e2aa3431bcc547ef -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-00ab67336c0caa90.rlib --cap-lints allow`
8772025-05-27T18:17:19.122Z Compiling regress v0.10.3
8782025-05-27T18:17:19.148Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=2c29b91a18bf0a10 -C extra-filename=-2c29b91a18bf0a10 --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-478083753e38d375.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --cap-lints allow`
8792025-05-27T18:17:19.850Z Compiling toml_write v0.1.1
8802025-05-27T18:17:19.875Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_write-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 --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=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' '--warn=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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e9927b3c575d3816 -C extra-filename=-e9927b3c575d3816 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8812025-05-27T18:17:20.103Z Compiling winnow v0.7.7
8822025-05-27T18:17:20.128Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.7.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' '--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=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' '--warn=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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=7cd9db1ae2058c27 -C extra-filename=-7cd9db1ae2058c27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8832025-05-27T18:17:20.175Z Compiling colorchoice v1.0.3
8842025-05-27T18:17:20.200Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 --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=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' '--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::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)' --check-cfg 'cfg(feature, values())' -C metadata=82f1791a74c98eaa -C extra-filename=-82f1791a74c98eaa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8852025-05-27T18:17:20.225Z Compiling is_terminal_polyfill v1.70.1
8862025-05-27T18:17:20.225Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.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::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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=430a83c61ca243ff -C extra-filename=-430a83c61ca243ff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8872025-05-27T18:17:20.349Z Compiling hyper v1.5.2
8882025-05-27T18:17:20.375Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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 --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)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=30796ab6711b1d9d -C extra-filename=-30796ab6711b1d9d --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-ac75a02c91a3c046.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-b06eeca6cb9ded98.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-ba3dceff289dd3a0.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-837b423806a029ff.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58305fd82354871e.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-e0adc340e9f53bfb.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e7813f47c4816351.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-f09a7517f61c1a1e.rmeta --cap-lints allow`
8892025-05-27T18:17:20.375Z Compiling openssl-probe v0.1.5
8902025-05-27T18:17:20.400Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-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)' --check-cfg 'cfg(feature, values())' -C metadata=c5fc14699bf7c751 -C extra-filename=-c5fc14699bf7c751 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8912025-05-27T18:17:20.474Z Compiling anstyle-query v1.1.2
8922025-05-27T18:17:20.499Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 --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=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' '--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::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)' --check-cfg 'cfg(feature, values())' -C metadata=372b14c8573f825b -C extra-filename=-372b14c8573f825b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8932025-05-27T18:17:20.631Z Compiling rustix v1.0.2
8942025-05-27T18:17:20.657Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-1.0.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(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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "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=871882f2539d3e9e -C extra-filename=-871882f2539d3e9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-871882f2539d3e9e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8952025-05-27T18:17:20.701Z Compiling anstream v0.6.18
8962025-05-27T18:17:20.727Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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=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' '--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::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)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=71365a1e9b872332 -C extra-filename=-71365a1e9b872332 --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-2ad443ee008e7d9c.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-84dec734c4f3d0a2.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-372b14c8573f825b.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-82f1791a74c98eaa.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-430a83c61ca243ff.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-c593c70ae5c0fe81.rmeta --cap-lints allow`
8972025-05-27T18:17:20.928Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-e2aa3431bcc547ef/build-script-build`
8982025-05-27T18:17:20.993Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9b8f03d2a11fc53d -C extra-filename=-9b8f03d2a11fc53d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8992025-05-27T18:17:21.197Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-871882f2539d3e9e/build-script-build`
9002025-05-27T18:17:21.338Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b1faec5ebc75b333 -C extra-filename=-b1faec5ebc75b333 --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-59d15e57fd2af0e4.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-bca58abf356cce8d.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-352257c19daf5a3b.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-ff3c0dc702415a06.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2de570c9a6254d53.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
9012025-05-27T18:17:21.365Z Compiling http-body-util v0.1.2
9022025-05-27T18:17:21.365Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=14b4f2dbb43351ac -C extra-filename=-14b4f2dbb43351ac --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-ac75a02c91a3c046.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-837b423806a029ff.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
9032025-05-27T18:17:21.775Z Compiling terminal_size v0.4.1
9042025-05-27T18:17:21.800Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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)' --check-cfg 'cfg(feature, values())' -C metadata=17600eea7478a293 -C extra-filename=-17600eea7478a293 --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-089b7c3ad1172207.rmeta --cap-lints allow`
9052025-05-27T18:17:21.958Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7688c67103a57edd -C extra-filename=-7688c67103a57edd --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-a708f0b0422c4fc4.rmeta --cap-lints allow`
9062025-05-27T18:17:21.996Z Compiling dirs-sys-next v0.1.2
9072025-05-27T18:17:22.021Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7ce65659ca3a6975 -C extra-filename=-7ce65659ca3a6975 --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-28691cb3798ac920.rmeta --cap-lints allow`
9082025-05-27T18:17:22.599Z Compiling hyper-util v0.1.10
9092025-05-27T18:17:22.624Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=98808f5ff435b9fa -C extra-filename=-98808f5ff435b9fa --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-ac75a02c91a3c046.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-b06eeca6cb9ded98.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-837b423806a029ff.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-30796ab6711b1d9d.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-216d7d76738b8720.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --cap-lints allow`
9102025-05-27T18:17:22.913Z Compiling toml_edit v0.22.26
9112025-05-27T18:17:22.938Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.26/src/lib.rs --error-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=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' '--warn=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"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=09d31062c1cae999 -C extra-filename=-09d31062c1cae999 --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-c02ddf59e4acc141.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-60fc3e1bd15013fc.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-add13b34b9549728.rmeta --extern toml_write=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_write-e9927b3c575d3816.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-7cd9db1ae2058c27.rmeta --cap-lints allow`
9122025-05-27T18:17:23.161Z Compiling encoding_rs v0.8.35
9132025-05-27T18:17:23.187Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bc1dd156be103668 -C extra-filename=-bc1dd156be103668 --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-09321f28181a8599.rmeta --cap-lints allow`
9142025-05-27T18:17:23.334Z Compiling mime v0.3.17
9152025-05-27T18:17:23.363Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=15f8d6c1dad0515d -C extra-filename=-15f8d6c1dad0515d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9162025-05-27T18:17:23.850Z Compiling crunchy v0.2.2
9172025-05-27T18:17:23.876Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.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="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d6138f66add56fc4 -C extra-filename=-d6138f66add56fc4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-d6138f66add56fc4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9182025-05-27T18:17:24.146Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-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 --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)' --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=0298d7466833f187 -C extra-filename=-0298d7466833f187 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9192025-05-27T18:17:24.326Z Compiling clap_lex v0.7.4
9202025-05-27T18:17:24.352Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.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::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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' '--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' '--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_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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9ca8e049d0c620a -C extra-filename=-d9ca8e049d0c620a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9212025-05-27T18:17:24.787Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=2995c357669775b9 -C extra-filename=-2995c357669775b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9222025-05-27T18:17:24.936Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=2f61295298c95dbe -C extra-filename=-2f61295298c95dbe --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-2995c357669775b9.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
9232025-05-27T18:17:25.063Z Compiling clap_builder v4.5.38
9242025-05-27T18:17:25.088Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.38/src/lib.rs --error-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 '--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' '--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' '--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_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' '--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)' --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=6020698d1b0250ab -C extra-filename=-6020698d1b0250ab --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-71365a1e9b872332.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-2ad443ee008e7d9c.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-d9ca8e049d0c620a.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-43a75aa415d7f1b3.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-17600eea7478a293.rmeta --cap-lints allow`
9252025-05-27T18:17:25.354Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-d6138f66add56fc4/build-script-build`
9262025-05-27T18:17:25.383Z Compiling dirs-next v2.0.0
9272025-05-27T18:17:25.408Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4313bf41473d9924 -C extra-filename=-4313bf41473d9924 --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-09321f28181a8599.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-7ce65659ca3a6975.rmeta --cap-lints allow`
9282025-05-27T18:17:25.576Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=279c3d292ad1713d -C extra-filename=-279c3d292ad1713d --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-9b8f03d2a11fc53d.rmeta --cap-lints allow --cfg relaxed_coherence`
9292025-05-27T18:17:26.566Z Compiling toml v0.8.22
9302025-05-27T18:17:26.591Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 --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=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' '--warn=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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=c210a097243b1496 -C extra-filename=-c210a097243b1496 --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-3a9e76031e5842dc.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-60fc3e1bd15013fc.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-add13b34b9549728.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rmeta --cap-lints allow`
9312025-05-27T18:17:26.891Z Compiling tokio-rustls v0.26.1
9322025-05-27T18:17:26.916Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.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="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=9057577abf7f88f9 -C extra-filename=-9057577abf7f88f9 --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-b1faec5ebc75b333.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
9332025-05-27T18:17:27.202Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "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=8a17ed4e8ea3f0d0 -C extra-filename=-8a17ed4e8ea3f0d0 --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-0e41198fff5511bd.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-bce40a060b4ef5b9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
9342025-05-27T18:17:27.291Z Compiling serde_urlencoded v0.7.1
9352025-05-27T18:17:27.317Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f9d77c0caa88da73 -C extra-filename=-f9d77c0caa88da73 --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-e1d76f7b09036684.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-85699d0f4c96ccfa.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
9362025-05-27T18:17:27.769Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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)' --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=36c6f39c723fad94 -C extra-filename=-36c6f39c723fad94 --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-7688c67103a57edd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a708f0b0422c4fc4.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0298d7466833f187.rmeta --cap-lints allow`
9372025-05-27T18:17:28.085Z Compiling polling v3.7.4
9382025-05-27T18:17:28.110Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.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(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3527727f1fadac30 -C extra-filename=-3527727f1fadac30 --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-09321f28181a8599.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-089b7c3ad1172207.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --cap-lints allow`
9392025-05-27T18:17:28.664Z Compiling async-lock v3.4.0
9402025-05-27T18:17:28.689Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=335d46c9ffeff0b8 -C extra-filename=-335d46c9ffeff0b8 --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-fbec46ea56d45259.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-859d3fa8ae337673.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
9412025-05-27T18:17:29.208Z Compiling clap_derive v4.5.32
9422025-05-27T18:17:29.233Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=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 '--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' '--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' '--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_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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=7ffb0bc8e1a1831c -C extra-filename=-7ffb0bc8e1a1831c --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-d58d7f2b89fa3c2d.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
9432025-05-27T18:17:29.374Z Compiling rustls-pemfile v2.2.0
9442025-05-27T18:17:29.399Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=07633eb6286987b5 -C extra-filename=-07633eb6286987b5 --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-a652872054cf4ac7.rmeta --cap-lints allow`
9452025-05-27T18:17:29.713Z Compiling webpki-roots v0.26.7
9462025-05-27T18:17:29.738Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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)' --check-cfg 'cfg(feature, values())' -C metadata=adb005902ac6e39d -C extra-filename=-adb005902ac6e39d --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-a652872054cf4ac7.rmeta --cap-lints allow`
9472025-05-27T18:17:29.808Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=11b773a38bda292a -C extra-filename=-11b773a38bda292a --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-09321f28181a8599.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-28691cb3798ac920.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-92f313a5bd64f408.rmeta --cap-lints allow`
9482025-05-27T18:17:29.909Z Compiling http v0.2.12
9492025-05-27T18:17:29.935Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=db0eacc301afb706 -C extra-filename=-db0eacc301afb706 --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-ac75a02c91a3c046.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-ae347af2b6c37ad8.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --cap-lints allow`
9502025-05-27T18:17:30.370Z Compiling sync_wrapper v1.0.2
9512025-05-27T18:17:30.395Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4542332ed008581b -C extra-filename=-4542332ed008581b --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-b4d57a95905efbf8.rmeta --cap-lints allow`
9522025-05-27T18:17:30.529Z Compiling siphasher v0.3.11
9532025-05-27T18:17:30.555Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=2c790f674dd9f6f3 -C extra-filename=-2c790f674dd9f6f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9542025-05-27T18:17:30.869Z Compiling tiny-keccak v2.0.2
9552025-05-27T18:17:30.894Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.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="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3330dbf95c27bf6c -C extra-filename=-3330dbf95c27bf6c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-3330dbf95c27bf6c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9562025-05-27T18:17:30.933Z Compiling semver v1.0.26
9572025-05-27T18:17:30.959Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2814eaa19c7e5dd4 -C extra-filename=-2814eaa19c7e5dd4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-2814eaa19c7e5dd4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9582025-05-27T18:17:31.187Z Compiling base64 v0.22.1
9592025-05-27T18:17:31.212Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b85a699ee828e980 -C extra-filename=-b85a699ee828e980 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9602025-05-27T18:17:31.390Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d0e219e1699a2d51 -C extra-filename=-d0e219e1699a2d51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-d0e219e1699a2d51 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9612025-05-27T18:17:31.857Z Compiling thiserror v1.0.69
9622025-05-27T18:17:31.884Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=88599cf9c65b9414 -C extra-filename=-88599cf9c65b9414 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-88599cf9c65b9414 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9632025-05-27T18:17:31.884Z Compiling tower-layer v0.3.3
9642025-05-27T18:17:31.884Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=57c74a58a0489d7f -C extra-filename=-57c74a58a0489d7f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9652025-05-27T18:17:32.040Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-d0e219e1699a2d51/build-script-build`
9662025-05-27T18:17:32.104Z Compiling tower v0.5.2
9672025-05-27T18:17:32.104Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "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=bdcbeba9ef1ee31f -C extra-filename=-bdcbeba9ef1ee31f --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-b4d57a95905efbf8.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-4542332ed008581b.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tower_layer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_layer-57c74a58a0489d7f.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --cap-lints allow`
9682025-05-27T18:17:32.141Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-2814eaa19c7e5dd4/build-script-build`
9692025-05-27T18:17:32.225Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-3330dbf95c27bf6c/build-script-build`
9702025-05-27T18:17:32.251Z Compiling phf_shared v0.10.0
9712025-05-27T18:17:32.276Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=680f86cd08990e29 -C extra-filename=-680f86cd08990e29 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern siphasher=/work/oxidecomputer/oxide.rs/target/debug/deps/libsiphasher-2c790f674dd9f6f3.rmeta --cap-lints allow`
9722025-05-27T18:17:32.368Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-88599cf9c65b9414/build-script-build`
9732025-05-27T18:17:32.572Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=2548c95de4c1c480 -C extra-filename=-2548c95de4c1c480 --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-2f61295298c95dbe.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-11b773a38bda292a.rmeta --cap-lints allow`
9742025-05-27T18:17:32.695Z Compiling hyper-rustls v0.27.5
9752025-05-27T18:17:32.721Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --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=3639a08de0232bef -C extra-filename=-3639a08de0232bef --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-386b0e1129151dcf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-30796ab6711b1d9d.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-98808f5ff435b9fa.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-b1faec5ebc75b333.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-9057577abf7f88f9.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-adb005902ac6e39d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
9762025-05-27T18:17:32.837Z Compiling async-io v2.4.0
9772025-05-27T18:17:32.862Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0c09102321cc348 -C extra-filename=-f0c09102321cc348 --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-335d46c9ffeff0b8.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-09321f28181a8599.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-c1b6c4bb792909e6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-14175537aafb0a59.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-3527727f1fadac30.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-089b7c3ad1172207.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-e7b23b46ef68c4d8.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --cap-lints allow`
9782025-05-27T18:17:32.965Z Compiling clap v4.5.38
9792025-05-27T18:17:32.991Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.38/src/lib.rs --error-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 '--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' '--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' '--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_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' '--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)' --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=f4b1b7495c06a874 -C extra-filename=-f4b1b7495c06a874 --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-6020698d1b0250ab.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-7ffb0bc8e1a1831c.so --cap-lints allow`
9802025-05-27T18:17:33.082Z Compiling tempfile v3.20.0
9812025-05-27T18:17:33.107Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.20.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)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=e77d144984a9896a -C extra-filename=-e77d144984a9896a --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-e90085a1a148e819.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-b9e2c56c63a3e082.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-8a17ed4e8ea3f0d0.rmeta --cap-lints allow`
9822025-05-27T18:17:33.279Z Compiling term v0.7.0
9832025-05-27T18:17:33.304Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=b558d96724e6b15f -C extra-filename=-b558d96724e6b15f --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-4313bf41473d9924.rmeta --cap-lints allow`
9842025-05-27T18:17:33.404Z Compiling futures-executor v0.3.31
9852025-05-27T18:17:33.404Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-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 --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=155ebcb93e4e9b7b -C extra-filename=-155ebcb93e4e9b7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9862025-05-27T18:17:33.430Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-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 --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)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=f7347e2b13412a3e -C extra-filename=-f7347e2b13412a3e --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-b4d57a95905efbf8.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-7b69cd47c99f2909.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --cap-lints allow`
9872025-05-27T18:17:33.524Z Compiling thiserror-impl v1.0.69
9882025-05-27T18:17:33.549Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cdf42b14c77a7eb4 -C extra-filename=-cdf42b14c77a7eb4 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
9892025-05-27T18:17:33.858Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=3e373f7aaa63cb59 -C extra-filename=-3e373f7aaa63cb59 --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-f83f9b049e060bad.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-478083753e38d375.rmeta --cap-lints allow`
9902025-05-27T18:17:33.947Z Compiling bit-vec v0.6.3
9912025-05-27T18:17:33.947Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=dea2654267a2af14 -C extra-filename=-dea2654267a2af14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9922025-05-27T18:17:34.005Z Compiling new_debug_unreachable v1.0.6
9932025-05-27T18:17:34.031Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eb205db23d9c9f0 -C extra-filename=-5eb205db23d9c9f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9942025-05-27T18:17:34.098Z Compiling precomputed-hash v0.1.1
9952025-05-27T18:17:34.123Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86327287edf6d35c -C extra-filename=-86327287edf6d35c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9962025-05-27T18:17:34.149Z Compiling async-task v4.7.1
9972025-05-27T18:17:34.149Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=ca2e9418f027c759 -C extra-filename=-ca2e9418f027c759 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9982025-05-27T18:17:34.237Z Compiling fixedbitset v0.4.2
9992025-05-27T18:17:34.262Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a9dc6ca7224d8f20 -C extra-filename=-a9dc6ca7224d8f20 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10002025-05-27T18:17:34.356Z Compiling ipnet v2.10.1
10012025-05-27T18:17:34.381Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=bde6d2d197139b1c -C extra-filename=-bde6d2d197139b1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10022025-05-27T18:17:34.572Z Compiling syn v1.0.109
10032025-05-27T18:17:34.597Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=726ede9b98d8580f -C extra-filename=-726ede9b98d8580f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/syn-726ede9b98d8580f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10042025-05-27T18:17:34.623Z Compiling bit-set v0.5.3
10052025-05-27T18:17:34.623Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f528c00160108037 -C extra-filename=-f528c00160108037 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bit_vec=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_vec-dea2654267a2af14.rmeta --cap-lints allow`
10062025-05-27T18:17:34.799Z Compiling string_cache v0.8.7
10072025-05-27T18:17:34.824Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=800149118a363975 -C extra-filename=-800149118a363975 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_unreachable-5eb205db23d9c9f0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-2548c95de4c1c480.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-680f86cd08990e29.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-86327287edf6d35c.rmeta --cap-lints allow`
10082025-05-27T18:17:34.849Z Compiling ascii-canvas v3.0.0
10092025-05-27T18:17:34.849Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=2e1ff3509497a720 -C extra-filename=-2e1ff3509497a720 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-b558d96724e6b15f.rmeta --cap-lints allow`
10102025-05-27T18:17:34.878Z Compiling futures v0.3.31
10112025-05-27T18:17:34.903Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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 --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)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=416b73542f6559cc -C extra-filename=-416b73542f6559cc --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-b06eeca6cb9ded98.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-f7347e2b13412a3e.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-7b69cd47c99f2909.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --cap-lints allow`
10122025-05-27T18:17:34.991Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-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 --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=480f68dfb43127a8 -C extra-filename=-480f68dfb43127a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crunchy=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrunchy-155ebcb93e4e9b7b.rmeta --cap-lints allow`
10132025-05-27T18:17:35.091Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-726ede9b98d8580f/build-script-build`
10142025-05-27T18:17:35.117Z Compiling petgraph v0.6.5
10152025-05-27T18:17:35.117Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=7d1727c650999bed -C extra-filename=-7d1727c650999bed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-a9dc6ca7224d8f20.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-3e373f7aaa63cb59.rmeta --cap-lints allow`
10162025-05-27T18:17:35.161Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/src/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=35458cde5dfabfde -C extra-filename=-35458cde5dfabfde --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-3a9e76031e5842dc.rmeta --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
10172025-05-27T18:17:35.187Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=33d35bca2d5954bc -C extra-filename=-33d35bca2d5954bc --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_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
10182025-05-27T18:17:35.257Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-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 --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)' --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=9bfd5114d2de4b61 -C extra-filename=-9bfd5114d2de4b61 --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-36c6f39c723fad94.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0298d7466833f187.rmeta --cap-lints allow`
10192025-05-27T18:17:35.446Z Compiling lalrpop-util v0.20.2
10202025-05-27T18:17:35.472Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.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 --cfg 'feature="lexer"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=b04e31156de31de2 -C extra-filename=-b04e31156de31de2 --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-36c6f39c723fad94.rmeta --cap-lints allow`
10212025-05-27T18:17:35.504Z Compiling block-buffer v0.10.4
10222025-05-27T18:17:35.529Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b4797b37f456ddfc -C extra-filename=-b4797b37f456ddfc --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-279c3d292ad1713d.rmeta --cap-lints allow`
10232025-05-27T18:17:35.816Z Compiling crypto-common v0.1.6
10242025-05-27T18:17:35.842Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=50c49dba30d08dc5 -C extra-filename=-50c49dba30d08dc5 --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-279c3d292ad1713d.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-9b8f03d2a11fc53d.rmeta --cap-lints allow`
10252025-05-27T18:17:35.842Z Compiling async-channel v2.3.1
10262025-05-27T18:17:35.842Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=667966afbc625f32 -C extra-filename=-667966afbc625f32 --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-c1b6c4bb792909e6.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-859d3fa8ae337673.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
10272025-05-27T18:17:35.842Z Compiling itertools v0.11.0
10282025-05-27T18:17:35.842Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.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 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=e971997e1049d808 -C extra-filename=-e971997e1049d808 --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-d1d5ed99ac482bcf.rmeta --cap-lints allow`
10292025-05-27T18:17:35.868Z Compiling ena v0.14.3
10302025-05-27T18:17:35.868Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=c8afd2e42e6c5238 -C extra-filename=-c8afd2e42e6c5238 --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-92559e878044b748.rmeta --cap-lints allow`
10312025-05-27T18:17:35.920Z Compiling piper v0.2.4
10322025-05-27T18:17:35.945Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=42af65d36dbb07b6 -C extra-filename=-42af65d36dbb07b6 --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-636ace94770eb0d6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-e90085a1a148e819.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --cap-lints allow`
10332025-05-27T18:17:36.058Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b9c6a9fa0b754d94 -C extra-filename=-b9c6a9fa0b754d94 --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-cdf42b14c77a7eb4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
10342025-05-27T18:17:36.084Z Compiling libz-sys v1.1.20
10352025-05-27T18:17:36.084Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/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)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=78821dccb26bc141 -C extra-filename=-78821dccb26bc141 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-78821dccb26bc141 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-825853a6a94c599d.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-50797bd8eab31f7b.rlib --cap-lints allow`
10362025-05-27T18:17:36.109Z Compiling lazy_static v1.5.0
10372025-05-27T18:17:36.109Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=a155ad5782c24beb -C extra-filename=-a155ad5782c24beb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10382025-05-27T18:17:36.214Z Compiling rustversion v1.0.18
10392025-05-27T18:17:36.249Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.18/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)' --check-cfg 'cfg(feature, values())' -C metadata=2adf2497839aecb4 -C extra-filename=-2adf2497839aecb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-2adf2497839aecb4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10402025-05-27T18:17:36.249Z Compiling unicode-xid v0.2.6
10412025-05-27T18:17:36.249Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=5c4758e9119404b4 -C extra-filename=-5c4758e9119404b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10422025-05-27T18:17:36.274Z Compiling pico-args v0.5.0
10432025-05-27T18:17:36.274Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pico_args --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pico-args-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("combined-flags", "default", "eq-separator", "short-space-opt"))' -C metadata=db3147d28ad11e04 -C extra-filename=-db3147d28ad11e04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10442025-05-27T18:17:36.337Z Compiling blocking v1.6.1
10452025-05-27T18:17:36.362Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=2c956cadee5485b9 -C extra-filename=-2c956cadee5485b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-667966afbc625f32.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-ca2e9418f027c759.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-42af65d36dbb07b6.rmeta --cap-lints allow`
10462025-05-27T18:17:36.429Z Compiling digest v0.10.7
10472025-05-27T18:17:36.454Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=3a4a6c755a8aec18 -C extra-filename=-3a4a6c755a8aec18 --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-b4797b37f456ddfc.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-50c49dba30d08dc5.rmeta --cap-lints allow`
10482025-05-27T18:17:36.605Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6fce35bb8852eab4 -C extra-filename=-6fce35bb8852eab4 --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
10492025-05-27T18:17:36.712Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-78821dccb26bc141/build-script-build`
10502025-05-27T18:17:36.759Z Compiling async-executor v1.13.1
10512025-05-27T18:17:36.784Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=1a6e970a2f6a8e34 -C extra-filename=-1a6e970a2f6a8e34 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-ca2e9418f027c759.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-c1b6c4bb792909e6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-e90085a1a148e819.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-e7b23b46ef68c4d8.rmeta --cap-lints allow`
10522025-05-27T18:17:36.784Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-2adf2497839aecb4/build-script-build`
10532025-05-27T18:17:36.844Z Compiling async-signal v0.2.10
10542025-05-27T18:17:36.870Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.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)' --check-cfg 'cfg(feature, values())' -C metadata=b07d92052ac78aa1 -C extra-filename=-b07d92052ac78aa1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-f0c09102321cc348.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-09321f28181a8599.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-089b7c3ad1172207.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-5efa4950925d2e76.rmeta --cap-lints allow`
10552025-05-27T18:17:36.870Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=d47cd147ee5de355 -C extra-filename=-d47cd147ee5de355 --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-704dbef69247bdb7.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d146ece2bb785d87.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-34fcb206219149cd.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-0ca2476aa5d2f904.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-bd5179781956db49.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-92f313a5bd64f408.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-d5228cc754125ec9.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-ec06c607b2ee60e5.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-ba295447653ede66.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-70344c8bb5a80a55.rmeta --cap-lints allow`
10562025-05-27T18:17:36.928Z Compiling serde_tokenstream v0.2.2
10572025-05-27T18:17:36.953Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=07b2cf6bdeacfbcc -C extra-filename=-07b2cf6bdeacfbcc --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rmeta --cap-lints allow`
10582025-05-27T18:17:37.226Z Compiling async-trait v0.1.88
10592025-05-27T18:17:37.252Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.88/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)' --check-cfg 'cfg(feature, values())' -C metadata=b04d4f211792fcb6 -C extra-filename=-b04d4f211792fcb6 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
10602025-05-27T18:17:37.252Z Compiling nanorand v0.7.0
10612025-05-27T18:17:37.252Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-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="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=21782e0d53304bba -C extra-filename=-21782e0d53304bba --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-9b0cb0fc14474e46.rmeta --cap-lints allow`
10622025-05-27T18:17:37.421Z Compiling dirs-sys v0.3.7
10632025-05-27T18:17:37.447Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=88a9c5799dd53c0f -C extra-filename=-88a9c5799dd53c0f --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-42674506c3728a09.rmeta --cap-lints allow`
10642025-05-27T18:17:37.489Z Compiling unicode-width v0.2.0
10652025-05-27T18:17:37.515Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0007cf7b704429dd -C extra-filename=-0007cf7b704429dd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10662025-05-27T18:17:37.741Z Compiling powerfmt v0.2.0
10672025-05-27T18:17:37.767Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=47c515d0de6a5cdc -C extra-filename=-47c515d0de6a5cdc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10682025-05-27T18:17:37.998Z Compiling lalrpop v0.20.2
10692025-05-27T18:17:38.024Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=95b96c1fe7e6f78e -C extra-filename=-95b96c1fe7e6f78e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/oxide.rs/target/debug/deps/libascii_canvas-2e1ff3509497a720.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-f528c00160108037.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-c8afd2e42e6c5238.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-e971997e1049d808.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-b04e31156de31de2.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-7d1727c650999bed.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-db3147d28ad11e04.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9bfd5114d2de4b61.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0298d7466833f187.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-800149118a363975.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-b558d96724e6b15f.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-480f68dfb43127a8.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-5c4758e9119404b4.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-6acdae7fd9019a59.rmeta --cap-lints allow`
10702025-05-27T18:17:38.024Z Compiling unicode-segmentation v1.12.0
10712025-05-27T18:17:38.025Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fd61697944ee32b0 -C extra-filename=-fd61697944ee32b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10722025-05-27T18:17:38.025Z Compiling event-listener v2.5.3
10732025-05-27T18:17:38.050Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fbe74b5dfed4a5c -C extra-filename=-9fbe74b5dfed4a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10742025-05-27T18:17:38.113Z Compiling time-core v0.1.2
10752025-05-27T18:17:38.139Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-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)' --check-cfg 'cfg(feature, values())' -C metadata=775b5156f18d433a -C extra-filename=-775b5156f18d433a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10762025-05-27T18:17:38.297Z Compiling num-conv v0.1.0
10772025-05-27T18:17:38.323Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e769947db0f15ea -C extra-filename=-0e769947db0f15ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10782025-05-27T18:17:38.465Z Compiling cpufeatures v0.2.16
10792025-05-27T18:17:38.491Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a1437b8a5919061 -C extra-filename=-5a1437b8a5919061 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10802025-05-27T18:17:38.577Z Compiling similar v2.7.0
10812025-05-27T18:17:38.639Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=32168c8ad37ea67d -C extra-filename=-32168c8ad37ea67d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10822025-05-27T18:17:38.639Z Compiling time-macros v0.2.19
10832025-05-27T18:17:38.639Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.19/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 --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=e7d0e909bb727422 -C extra-filename=-e7d0e909bb727422 --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-0e769947db0f15ea.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-775b5156f18d433a.rlib --extern proc_macro --cap-lints allow`
10842025-05-27T18:17:38.664Z Compiling async-channel v1.9.0
10852025-05-27T18:17:38.664Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.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)' --check-cfg 'cfg(feature, values())' -C metadata=85cb3178ac110667 -C extra-filename=-85cb3178ac110667 --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-c1b6c4bb792909e6.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9fbe74b5dfed4a5c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --cap-lints allow`
10862025-05-27T18:17:38.848Z Compiling deranged v0.3.11
10872025-05-27T18:17:38.873Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=47feedf7dfcf4d99 -C extra-filename=-47feedf7dfcf4d99 --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-47c515d0de6a5cdc.rmeta --cap-lints allow`
10882025-05-27T18:17:38.947Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=c3e898a3bdf271e5 -C extra-filename=-c3e898a3bdf271e5 --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-d47cd147ee5de355.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-0ca2476aa5d2f904.rmeta --cap-lints allow`
10892025-05-27T18:17:39.213Z Compiling dirs v4.0.0
10902025-05-27T18:17:39.239Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.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)' --check-cfg 'cfg(feature, values())' -C metadata=2bf48a522f65e2c7 -C extra-filename=-2bf48a522f65e2c7 --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-88a9c5799dd53c0f.rmeta --cap-lints allow`
10912025-05-27T18:17:39.352Z Compiling flume v0.11.1
10922025-05-27T18:17:39.377Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=822349ee6bcb49a3 -C extra-filename=-822349ee6bcb49a3 --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-b4d57a95905efbf8.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-abd1f69cf0a40ad4.rmeta --extern nanorand=/work/oxidecomputer/oxide.rs/target/debug/deps/libnanorand-21782e0d53304bba.rmeta --extern spin1=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f48f7b84d3190902.rmeta --cap-lints allow`
10932025-05-27T18:17:39.414Z Compiling async-global-executor v2.4.1
10942025-05-27T18:17:39.440Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.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="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=d45e15da64aa2352 -C extra-filename=-d45e15da64aa2352 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-667966afbc625f32.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-1a6e970a2f6a8e34.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-f0c09102321cc348.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-335d46c9ffeff0b8.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-2c956cadee5485b9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --cap-lints allow`
10952025-05-27T18:17:39.907Z Compiling async-process v2.3.0
10962025-05-27T18:17:39.932Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03e97fc2a27df688 -C extra-filename=-03e97fc2a27df688 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-f0c09102321cc348.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-335d46c9ffeff0b8.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-b07d92052ac78aa1.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-09321f28181a8599.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-fbec46ea56d45259.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-089b7c3ad1172207.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --cap-lints allow`
10972025-05-27T18:17:40.158Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.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)' --check-cfg 'cfg(feature, values())' -C metadata=c48911708a26d696 -C extra-filename=-c48911708a26d696 --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"))'`
10982025-05-27T18:17:40.596Z Compiling libgit2-sys v0.18.0+1.9.0
10992025-05-27T18:17:40.621Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.18.0+1.9.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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=fac55c08e51bf553 -C extra-filename=-fac55c08e51bf553 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-fac55c08e51bf553 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-825853a6a94c599d.rlib --cap-lints allow`
11002025-05-27T18:17:40.763Z Compiling kv-log-macro v1.0.7
11012025-05-27T18:17:40.789Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=748682c47c48d3dd -C extra-filename=-748682c47c48d3dd --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-12cd9162b4a32364.rmeta --cap-lints allow`
11022025-05-27T18:17:40.943Z Compiling signal-hook v0.3.17
11032025-05-27T18:17:40.943Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/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)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5db484f51393b3c3 -C extra-filename=-5db484f51393b3c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-5db484f51393b3c3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11042025-05-27T18:17:40.988Z Compiling slog v2.7.0
11052025-05-27T18:17:41.013Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.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="dynamic-keys"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=a8ce39f68e38d1b3 -C extra-filename=-a8ce39f68e38d1b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-a8ce39f68e38d1b3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11062025-05-27T18:17:41.242Z Compiling ident_case v1.0.1
11072025-05-27T18:17:41.267Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6172add8428c1790 -C extra-filename=-6172add8428c1790 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11082025-05-27T18:17:41.267Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4e386c2bf30db722 -C extra-filename=-4e386c2bf30db722 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11092025-05-27T18:17:41.292Z Compiling home v0.5.11
11102025-05-27T18:17:41.293Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--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)' --check-cfg 'cfg(feature, values())' -C metadata=cd711cb666300201 -C extra-filename=-cd711cb666300201 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11112025-05-27T18:17:41.317Z Compiling num_threads v0.1.7
11122025-05-27T18:17:41.318Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1168430a804bba36 -C extra-filename=-1168430a804bba36 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11132025-05-27T18:17:41.430Z Compiling time v0.3.37
11142025-05-27T18:17:41.456Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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 --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cb7ee2d04c0a5769 -C extra-filename=-cb7ee2d04c0a5769 --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-47feedf7dfcf4d99.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-0e769947db0f15ea.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-1168430a804bba36.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-47c515d0de6a5cdc.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-775b5156f18d433a.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-e7d0e909bb727422.so --cap-lints allow`
11152025-05-27T18:17:41.481Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-a8ce39f68e38d1b3/build-script-build`
11162025-05-27T18:17:41.506Z Compiling darling_core v0.20.11
11172025-05-27T18:17:41.507Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=c2e4855674756a61 -C extra-filename=-c2e4855674756a61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-ae347af2b6c37ad8.rmeta --extern ident_case=/work/oxidecomputer/oxide.rs/target/debug/deps/libident_case-6172add8428c1790.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-43a75aa415d7f1b3.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rmeta --cap-lints allow`
11182025-05-27T18:17:41.540Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=15b6ce11bd9c59dc -C extra-filename=-15b6ce11bd9c59dc --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-4e386c2bf30db722.rmeta --cap-lints allow`
11192025-05-27T18:17:41.565Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-fac55c08e51bf553/build-script-build`
11202025-05-27T18:17:41.590Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-5db484f51393b3c3/build-script-build`
11212025-05-27T18:17:41.615Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=5f82bb3ffbd8fe76 -C extra-filename=-5f82bb3ffbd8fe76 --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-c3e898a3bdf271e5.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-92f313a5bd64f408.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-ec06c607b2ee60e5.rmeta --cap-lints allow`
11222025-05-27T18:17:41.804Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=dbf69f35dff57f5e -C extra-filename=-dbf69f35dff57f5e --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-28691cb3798ac920.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
11232025-05-27T18:17:41.950Z Compiling http-body v0.4.6
11242025-05-27T18:17:41.975Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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)' --check-cfg 'cfg(feature, values())' -C metadata=c6d2baf613331897 -C extra-filename=-c6d2baf613331897 --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-ac75a02c91a3c046.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-db0eacc301afb706.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
11252025-05-27T18:17:42.376Z Compiling bzip2-sys v0.1.13+1.0.8
11262025-05-27T18:17:42.401Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.13+1.0.8/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)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=39ed6b88e024f001 -C extra-filename=-39ed6b88e024f001 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-39ed6b88e024f001 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-825853a6a94c599d.rlib --cap-lints allow`
11272025-05-27T18:17:42.878Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=45bd3ad174a82486 -C extra-filename=-45bd3ad174a82486 --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-42674506c3728a09.rmeta --cap-lints allow`
11282025-05-27T18:17:43.322Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.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"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=0ce2527ecd8ef271 -C extra-filename=-0ce2527ecd8ef271 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11292025-05-27T18:17:43.507Z Compiling paste v1.0.15
11302025-05-27T18:17:43.532Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=193cf9a6bd4ae68d -C extra-filename=-193cf9a6bd4ae68d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-193cf9a6bd4ae68d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11312025-05-27T18:17:43.663Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6dc8055c5ecb5069 -C extra-filename=-6dc8055c5ecb5069 --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-09321f28181a8599.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-45bd3ad174a82486.rmeta --cap-lints allow`
11322025-05-27T18:17:43.743Z Compiling async-attributes v1.1.2
11332025-05-27T18:17:43.768Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=4e8842a2cd3d6eaa -C extra-filename=-4e8842a2cd3d6eaa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-6fce35bb8852eab4.rlib --extern proc_macro --cap-lints allow`
11342025-05-27T18:17:43.861Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-39ed6b88e024f001/build-script-build`
11352025-05-27T18:17:43.974Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-193cf9a6bd4ae68d/build-script-build`
11362025-05-27T18:17:44.055Z Compiling hyper v0.14.32
11372025-05-27T18:17:44.080Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=45cfb28f50cd8c8e -C extra-filename=-45cfb28f50cd8c8e --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-ac75a02c91a3c046.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-b06eeca6cb9ded98.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-db0eacc301afb706.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-c6d2baf613331897.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58305fd82354871e.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-e0adc340e9f53bfb.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-216d7d76738b8720.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-f09a7517f61c1a1e.rmeta --cap-lints allow`
11382025-05-27T18:17:44.627Z Compiling async-std v1.13.0
11392025-05-27T18:17:44.653Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=e5951e627e343e3c -C extra-filename=-e5951e627e343e3c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_attributes-4e8842a2cd3d6eaa.so --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-85cb3178ac110667.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-d45e15da64aa2352.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-f0c09102321cc348.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-335d46c9ffeff0b8.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-03e97fc2a27df688.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-35e995dd3207f49f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-06c5b62988cc6122.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7f9ecc16b43b1dd0.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-748682c47c48d3dd.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-96085f880629f694.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-e7b23b46ef68c4d8.rmeta --cap-lints allow`
11402025-05-27T18:17:44.890Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=0629b579b5337152 -C extra-filename=-0629b579b5337152 --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-15b6ce11bd9c59dc.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-5f82bb3ffbd8fe76.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-4e386c2bf30db722.rmeta --cap-lints allow`
11412025-05-27T18:17:45.503Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=6c7e7f68b0f0fb1b -C extra-filename=-6c7e7f68b0f0fb1b --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-42674506c3728a09.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-5efa4950925d2e76.rmeta --cap-lints allow`
11422025-05-27T18:17:46.236Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-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="dynamic-keys"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=4bcae2e417e72879 -C extra-filename=-4bcae2e417e72879 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
11432025-05-27T18:17:46.359Z Compiling darling_macro v0.20.11
11442025-05-27T18:17:46.384Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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)' --check-cfg 'cfg(feature, values())' -C metadata=ee5db6f24447407d -C extra-filename=-ee5db6f24447407d --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-c2e4855674756a61.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
11452025-05-27T18:17:46.448Z Compiling sha1 v0.10.6
11462025-05-27T18:17:46.473Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=3a6d4855dd4e7819 -C extra-filename=-3a6d4855dd4e7819 --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-09321f28181a8599.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-5a1437b8a5919061.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-3a4a6c755a8aec18.rmeta --cap-lints allow`
11472025-05-27T18:17:46.855Z Compiling assert-json-diff v2.0.2
11482025-05-27T18:17:46.881Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9359a9ef707cee93 -C extra-filename=-9359a9ef707cee93 --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-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --cap-lints allow`
11492025-05-27T18:17:46.939Z Compiling openapiv3 v2.1.0
11502025-05-27T18:17:46.965Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=69075b68b46668d2 -C extra-filename=-69075b68b46668d2 --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-c02ddf59e4acc141.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --cap-lints allow`
11512025-05-27T18:17:47.297Z Compiling serde_regex v1.1.0
11522025-05-27T18:17:47.322Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a15121d30f52395b -C extra-filename=-a15121d30f52395b --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-3e065740cc515e1b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
11532025-05-27T18:17:47.551Z Compiling thread_local v1.1.8
11542025-05-27T18:17:47.576Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b1bf1d351129da70 -C extra-filename=-b1bf1d351129da70 --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-09321f28181a8599.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --cap-lints allow`
11552025-05-27T18:17:47.576Z Compiling crc32fast v1.4.2
11562025-05-27T18:17:47.576Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=ee28caef662c39ef -C extra-filename=-ee28caef662c39ef --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-09321f28181a8599.rmeta --cap-lints allow`
11572025-05-27T18:17:47.738Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7b9bb75e8946fec7 -C extra-filename=-7b9bb75e8946fec7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11582025-05-27T18:17:47.911Z Compiling adler2 v2.0.0
11592025-05-27T18:17:47.937Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=79e1bdca00ddcc0e -C extra-filename=-79e1bdca00ddcc0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11602025-05-27T18:17:48.078Z Compiling camino v1.1.9
11612025-05-27T18:17:48.078Z Compiling base64 v0.21.7
11622025-05-27T18:17:48.103Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=4ca1a52963e09db7 -C extra-filename=-4ca1a52963e09db7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-4ca1a52963e09db7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11632025-05-27T18:17:48.103Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d455d4d484711b20 -C extra-filename=-d455d4d484711b20 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11642025-05-27T18:17:48.133Z Compiling levenshtein v1.0.5
11652025-05-27T18:17:48.158Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/levenshtein-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)' --check-cfg 'cfg(feature, values())' -C metadata=167d53ab2ddb385f -C extra-filename=-167d53ab2ddb385f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11662025-05-27T18:17:48.374Z Compiling async-object-pool v0.1.5
11672025-05-27T18:17:48.400Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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)' --check-cfg 'cfg(feature, values())' -C metadata=10d0324699a02c68 -C extra-filename=-10d0324699a02c68 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-e5951e627e343e3c.rmeta --cap-lints allow`
11682025-05-27T18:17:48.556Z Compiling predicates-core v1.0.9
11692025-05-27T18:17:48.582Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=bfb437e8b0c5efdc -C extra-filename=-bfb437e8b0c5efdc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11702025-05-27T18:17:48.640Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-4ca1a52963e09db7/build-script-build`
11712025-05-27T18:17:48.713Z Compiling miniz_oxide v0.8.2
11722025-05-27T18:17:48.738Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=3d4b05ae2b78019f -C extra-filename=-3d4b05ae2b78019f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern adler2=/work/oxidecomputer/oxide.rs/target/debug/deps/libadler2-79e1bdca00ddcc0e.rmeta --cap-lints allow`
11732025-05-27T18:17:48.781Z Compiling darling v0.20.11
11742025-05-27T18:17:48.806Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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 --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e2903ad931f8c332 -C extra-filename=-e2903ad931f8c332 --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-c2e4855674756a61.rmeta --extern darling_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libdarling_macro-ee5db6f24447407d.so --cap-lints allow`
11752025-05-27T18:17:48.915Z Compiling signal-hook-mio v0.2.4
11762025-05-27T18:17:48.941Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-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="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --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=5f30d887c5ec7cec -C extra-filename=-5f30d887c5ec7cec --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-42674506c3728a09.rmeta --extern mio_1_0=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-eda959245c9682fa.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-6c7e7f68b0f0fb1b.rmeta --cap-lints allow`
11772025-05-27T18:17:49.007Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-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)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=a1706eba9df10133 -C extra-filename=-a1706eba9df10133 --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/bzip2-sys-0310b732ab2941e7/out/lib -l static=bz2`
11782025-05-27T18:17:49.147Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=84171df3337c1944 -C extra-filename=-84171df3337c1944 --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"))'`
11792025-05-27T18:17:49.171Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=23c04b104658cc45 -C extra-filename=-23c04b104658cc45 --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-6dc8055c5ecb5069.rmeta --cap-lints allow`
11802025-05-27T18:17:50.063Z Compiling castaway v0.2.3
11812025-05-27T18:17:50.088Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=15bf409d62f353bf -C extra-filename=-15bf409d62f353bf --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-c48911708a26d696.so --cap-lints allow`
11822025-05-27T18:17:50.215Z Compiling strum_macros v0.26.4
11832025-05-27T18:17:50.240Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d2f2e46bcf6efffc -C extra-filename=-d2f2e46bcf6efffc --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-d58d7f2b89fa3c2d.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-c48911708a26d696.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
11842025-05-27T18:17:50.240Z Compiling console v0.15.10
11852025-05-27T18:17:50.240Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6b8d908c29b99f4d -C extra-filename=-6b8d908c29b99f4d --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-42674506c3728a09.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-0007cf7b704429dd.rmeta --cap-lints allow`
11862025-05-27T18:17:50.447Z Compiling itertools v0.13.0
11872025-05-27T18:17:50.476Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=208c2ad7a5be458f -C extra-filename=-208c2ad7a5be458f --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-d1d5ed99ac482bcf.rmeta --cap-lints allow`
11882025-05-27T18:17:50.587Z Compiling float-cmp v0.10.0
11892025-05-27T18:17:50.612Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=e840b982a4427274 -C extra-filename=-e840b982a4427274 --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-e9d74ea83f3039f2.rmeta --cap-lints allow`
11902025-05-27T18:17:50.813Z Compiling is-terminal v0.4.13
11912025-05-27T18:17:50.838Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73a26d8ac5a9fe36 -C extra-filename=-73a26d8ac5a9fe36 --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-42674506c3728a09.rmeta --cap-lints allow`
11922025-05-27T18:17:50.951Z Compiling regex-syntax v0.6.29
11932025-05-27T18:17:50.976Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.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="default"' --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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=71be67ccde518272 -C extra-filename=-71be67ccde518272 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11942025-05-27T18:17:51.443Z Compiling simd-adler32 v0.3.7
11952025-05-27T18:17:51.468Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.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)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=202047edffb8e996 -C extra-filename=-202047edffb8e996 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11962025-05-27T18:17:51.678Z Compiling bumpalo v3.17.0
11972025-05-27T18:17:51.703Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=cf8a79d7a387f15c -C extra-filename=-cf8a79d7a387f15c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11982025-05-27T18:17:52.003Z Compiling rustls v0.22.4
11992025-05-27T18:17:52.028Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=ff1ff0dc4f235300 -C extra-filename=-ff1ff0dc4f235300 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-ff1ff0dc4f235300 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12002025-05-27T18:17:52.161Z Compiling zip v2.6.1
12012025-05-27T18:17:52.186Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.6.1/src/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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=2bfb06d6585cc23b -C extra-filename=-2bfb06d6585cc23b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/zip-2bfb06d6585cc23b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12022025-05-27T18:17:52.324Z Compiling normalize-line-endings v0.3.0
12032025-05-27T18:17:52.349Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=198e26a5006eb26a -C extra-filename=-198e26a5006eb26a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12042025-05-27T18:17:52.464Z Compiling portable-atomic v1.10.0
12052025-05-27T18:17:52.489Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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(target_arch,values("xtensa"))' --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_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=8fed61bb6ec187d7 -C extra-filename=-8fed61bb6ec187d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8fed61bb6ec187d7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12062025-05-27T18:17:52.489Z Compiling anyhow v1.0.98
12072025-05-27T18:17:52.489Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.98/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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0b6f0cba3241e3c5 -C extra-filename=-0b6f0cba3241e3c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-0b6f0cba3241e3c5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12082025-05-27T18:17:53.039Z Compiling difflib v0.4.0
12092025-05-27T18:17:53.063Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0d23ffd2278cb2b -C extra-filename=-c0d23ffd2278cb2b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12102025-05-27T18:17:53.064Z Compiling indoc v2.0.6
12112025-05-27T18:17:53.064Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=199535bf58c47eed -C extra-filename=-199535bf58c47eed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow`
12122025-05-27T18:17:53.310Z Compiling unicode-width v0.1.14
12132025-05-27T18:17:53.335Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=8d382582713bf955 -C extra-filename=-8d382582713bf955 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12142025-05-27T18:17:53.851Z Compiling utf-8 v0.7.6
12152025-05-27T18:17:53.875Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4041c610572b6fd4 -C extra-filename=-4041c610572b6fd4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12162025-05-27T18:17:53.900Z Compiling static_assertions v1.1.0
12172025-05-27T18:17:53.900Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8c234823c8432207 -C extra-filename=-8c234823c8432207 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12182025-05-27T18:17:53.977Z Compiling data-encoding v2.6.0
12192025-05-27T18:17:54.004Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5526ee64e8972f2c -C extra-filename=-5526ee64e8972f2c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12202025-05-27T18:17:54.048Z Compiling compact_str v0.8.1
12212025-05-27T18:17:54.074Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ecb09f03b0890fa9 -C extra-filename=-ecb09f03b0890fa9 --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-15bf409d62f353bf.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-09321f28181a8599.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-086fe987e33d90e2.rmeta --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-c48911708a26d696.so --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-85699d0f4c96ccfa.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-8c234823c8432207.rmeta --cap-lints allow`
12222025-05-27T18:17:54.243Z Compiling strum v0.26.3
12232025-05-27T18:17:54.269Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=ed3765ba4001647e -C extra-filename=-ed3765ba4001647e --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-d2f2e46bcf6efffc.so --cap-lints allow`
12242025-05-27T18:17:54.432Z Compiling regex-automata v0.1.10
12252025-05-27T18:17:54.458Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.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="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=c2850e2276580197 -C extra-filename=-c2850e2276580197 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-71be67ccde518272.rmeta --cap-lints allow`
12262025-05-27T18:17:54.610Z Compiling tungstenite v0.20.1
12272025-05-27T18:17:54.635Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c06c2d41775da397 -C extra-filename=-c06c2d41775da397 --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-ccd07a254bcd06e0.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-5526ee64e8972f2c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-db0eacc301afb706.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58305fd82354871e.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-3a6d4855dd4e7819.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9c6a9fa0b754d94.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-4041c610572b6fd4.rmeta --cap-lints allow`
12282025-05-27T18:17:55.421Z Compiling instability v0.3.7
12292025-05-27T18:17:55.447Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=a03f721ff7bc35e5 -C extra-filename=-a03f721ff7bc35e5 --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-e2903ad931f8c332.rlib --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-199535bf58c47eed.so --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
12302025-05-27T18:17:56.015Z Compiling unicode-truncate v1.1.0
12312025-05-27T18:17:56.041Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe290fbc7d0e867a -C extra-filename=-fe290fbc7d0e867a --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-208c2ad7a5be458f.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fd61697944ee32b0.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-8d382582713bf955.rmeta --cap-lints allow`
12322025-05-27T18:17:56.240Z Compiling predicates v3.1.3
12332025-05-27T18:17:56.266Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 --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=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' '--warn=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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=e6a5798ed30f71ec -C extra-filename=-e6a5798ed30f71ec --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-2ad443ee008e7d9c.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-c0d23ffd2278cb2b.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-e840b982a4427274.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-198e26a5006eb26a.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-bfb437e8b0c5efdc.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --cap-lints allow`
12342025-05-27T18:17:56.471Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8fed61bb6ec187d7/build-script-build`
12352025-05-27T18:17:56.540Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-0b6f0cba3241e3c5/build-script-build`
12362025-05-27T18:17:56.654Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/zip-2bfb06d6585cc23b/build-script-build`
12372025-05-27T18:17:56.683Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-ff1ff0dc4f235300/build-script-build`
12382025-05-27T18:17:56.713Z Compiling zopfli v0.8.2
12392025-05-27T18:17:56.738Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-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="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=29eb4751eccfe906 -C extra-filename=-29eb4751eccfe906 --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-cf8a79d7a387f15c.rmeta --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-ee28caef662c39ef.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern simd_adler32=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimd_adler32-202047edffb8e996.rmeta --cap-lints allow`
12402025-05-27T18:17:56.767Z Compiling flate2 v1.0.35
12412025-05-27T18:17:56.793Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=0db311394a725b94 -C extra-filename=-0db311394a725b94 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-ee28caef662c39ef.rmeta --extern miniz_oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/libminiz_oxide-3d4b05ae2b78019f.rmeta --cap-lints allow`
12422025-05-27T18:17:56.912Z Compiling crossterm v0.28.1
12432025-05-27T18:17:56.937Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=69301b72ce9c6eb2 -C extra-filename=-69301b72ce9c6eb2 --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-0e41198fff5511bd.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-eda959245c9682fa.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-4e276ebd57a1282f.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-089b7c3ad1172207.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-6c7e7f68b0f0fb1b.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-5f30d887c5ec7cec.rmeta --cap-lints allow`
12442025-05-27T18:17:57.088Z Compiling bzip2 v0.5.2
12452025-05-27T18:17:57.116Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=fcd3fbc79dd32b26 -C extra-filename=-fcd3fbc79dd32b26 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libbzip2_sys-a1706eba9df10133.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
12462025-05-27T18:17:57.485Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=7ce1cc5edcd408f1 -C extra-filename=-7ce1cc5edcd408f1 --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-3a9e76031e5842dc.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
12472025-05-27T18:17:57.651Z Compiling newline-converter v0.3.0
12482025-05-27T18:17:57.676Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dafd5fbc8d758229 -C extra-filename=-dafd5fbc8d758229 --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-fd61697944ee32b0.rmeta --cap-lints allow`
12492025-05-27T18:17:57.676Z Compiling basic-cookies v0.1.5
12502025-05-27T18:17:57.676Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.5/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)' --check-cfg 'cfg(feature, values())' -C metadata=39204eb1440e5e7b -C extra-filename=-39204eb1440e5e7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-39204eb1440e5e7b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-95b96c1fe7e6f78e.rlib --cap-lints allow`
12512025-05-27T18:17:57.821Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
12522025-05-27T18:17:57.848Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=90f6c7e7674c961e -C extra-filename=-90f6c7e7674c961e --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-bd5fc99ffc954867.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rmeta`
12532025-05-27T18:17:57.848Z Compiling serde_path_to_error v0.1.16
12542025-05-27T18:17:57.848Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df75b241c32b2908 -C extra-filename=-df75b241c32b2908 --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-086fe987e33d90e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow`
12552025-05-27T18:17:58.244Z Compiling multer v3.1.0
12562025-05-27T18:17:58.269Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=dfc5ccf12f8cc96b -C extra-filename=-dfc5ccf12f8cc96b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-dfc5ccf12f8cc96b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-00ab67336c0caa90.rlib --cap-lints allow`
12572025-05-27T18:17:58.294Z Compiling ring v0.16.20
12582025-05-27T18:17:58.294Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/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"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=03b455d7b25e94aa -C extra-filename=-03b455d7b25e94aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-03b455d7b25e94aa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-dd646a0f1aeaa11c.rlib --cap-lints allow`
12592025-05-27T18:17:58.368Z Compiling lru v0.12.5
12602025-05-27T18:17:58.393Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a5e22f1ef144fcdf -C extra-filename=-a5e22f1ef144fcdf --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-478083753e38d375.rmeta --cap-lints allow`
12612025-05-27T18:17:58.537Z Compiling is-docker v0.2.0
12622025-05-27T18:17:58.562Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name is_docker --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cb2462b27b2bc557 -C extra-filename=-cb2462b27b2bc557 --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-59d15e57fd2af0e4.rmeta --cap-lints allow`
12632025-05-27T18:17:58.588Z Compiling doc-comment v0.3.3
12642025-05-27T18:17:58.588Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=96adad6a7c67930b -C extra-filename=-96adad6a7c67930b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-96adad6a7c67930b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12652025-05-27T18:17:58.643Z Compiling overload v0.1.1
12662025-05-27T18:17:58.668Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-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)' --check-cfg 'cfg(feature, values())' -C metadata=f437b4ae466befa5 -C extra-filename=-f437b4ae466befa5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12672025-05-27T18:17:58.762Z Compiling match_cfg v0.1.0
12682025-05-27T18:17:58.787Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e9820794f261126d -C extra-filename=-e9820794f261126d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12692025-05-27T18:17:58.868Z Compiling slog-async v2.8.0
12702025-05-27T18:17:58.894Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d3929f54aca0a43d -C extra-filename=-d3929f54aca0a43d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-d3929f54aca0a43d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12712025-05-27T18:17:58.894Z Compiling cassowary v0.3.0
12722025-05-27T18:17:58.894Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c79bca9ace57090e -C extra-filename=-c79bca9ace57090e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12732025-05-27T18:17:59.094Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-96adad6a7c67930b/build-script-build`
12742025-05-27T18:17:59.163Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-39204eb1440e5e7b/build-script-build`
12752025-05-27T18:17:59.213Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-03b455d7b25e94aa/build-script-build`
12762025-05-27T18:17:59.238Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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)' --check-cfg 'cfg(feature, values())' -C metadata=58da885b6175555c -C extra-filename=-58da885b6175555c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-0ce2527ecd8ef271.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --cap-lints allow`
12772025-05-27T18:17:59.264Z Compiling hostname v0.3.1
12782025-05-27T18:17:59.264Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=0704e5b0df7eb681 -C extra-filename=-0704e5b0df7eb681 --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-42674506c3728a09.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-e9820794f261126d.rmeta --cap-lints allow`
12792025-05-27T18:17:59.386Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-d3929f54aca0a43d/build-script-build`
12802025-05-27T18:17:59.460Z Compiling ratatui v0.29.0
12812025-05-27T18:17:59.489Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=12fc3565580ccd64 -C extra-filename=-12fc3565580ccd64 --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-0e41198fff5511bd.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-c79bca9ace57090e.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-ecb09f03b0890fa9.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rmeta --extern indoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libindoc-199535bf58c47eed.so --extern instability=/work/oxidecomputer/oxide.rs/target/debug/deps/libinstability-a03f721ff7bc35e5.so --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-208c2ad7a5be458f.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-a5e22f1ef144fcdf.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-84171df3337c1944.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-ed3765ba4001647e.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fd61697944ee32b0.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-fe290fbc7d0e867a.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-0007cf7b704429dd.rmeta --cap-lints allow`
12822025-05-27T18:17:59.515Z Compiling nu-ansi-term v0.46.0
12832025-05-27T18:17:59.515Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.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)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=e1405af121b68c68 -C extra-filename=-e1405af121b68c68 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern overload=/work/oxidecomputer/oxide.rs/target/debug/deps/liboverload-f437b4ae466befa5.rmeta --cap-lints allow`
12842025-05-27T18:17:59.896Z Compiling httpmock v0.7.0
12852025-05-27T18:17:59.922Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-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="basic-cookies"' --cfg 'feature="cookies"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("basic-cookies", "clap", "color", "colored", "cookies", "default", "env_logger", "isahc", "remote", "serde_yaml", "standalone"))' -C metadata=35442f6e8e39cdb7 -C extra-filename=-35442f6e8e39cdb7 --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-9359a9ef707cee93.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-10d0324699a02c68.rmeta --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-e5951e627e343e3c.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d455d4d484711b20.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-58da885b6175555c.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-35e995dd3207f49f.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-e1d76f7b09036684.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-45cfb28f50cd8c8e.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-a155ad5782c24beb.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-167d53ab2ddb385f.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-a15121d30f52395b.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-32168c8ad37ea67d.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rmeta --cap-lints allow`
12862025-05-27T18:18:00.141Z Compiling is-wsl v0.4.0
12872025-05-27T18:18:00.166Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b3dd5b6ad30e808f -C extra-filename=-b3dd5b6ad30e808f --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-cb2462b27b2bc557.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --cap-lints allow`
12882025-05-27T18:18:00.166Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-dfc5ccf12f8cc96b/build-script-build`
12892025-05-27T18:18:00.191Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=e4a051dca24f113f -C extra-filename=-e4a051dca24f113f --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-fcd3fbc79dd32b26.rmeta --extern crc32fast=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrc32fast-ee28caef662c39ef.rmeta --extern flate2=/work/oxidecomputer/oxide.rs/target/debug/deps/libflate2-0db311394a725b94.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-c02ddf59e4acc141.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern zopfli=/work/oxidecomputer/oxide.rs/target/debug/deps/libzopfli-29eb4751eccfe906.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
12902025-05-27T18:18:00.238Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.98/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a9e05cba7df4bb0e -C extra-filename=-a9e05cba7df4bb0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
12912025-05-27T18:18:00.389Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=bfa9eeb03adcdaa3 -C extra-filename=-bfa9eeb03adcdaa3 --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-12cd9162b4a32364.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-bca58abf356cce8d.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-352257c19daf5a3b.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-ff3c0dc702415a06.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2de570c9a6254d53.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
12922025-05-27T18:18:01.057Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=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(target_arch,values("xtensa"))' --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_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=5ba0a35122154b1e -C extra-filename=-5ba0a35122154b1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,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_offset_of,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_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,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","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
12932025-05-27T18:18:01.699Z Compiling matchers v0.1.0
12942025-05-27T18:18:01.724Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name matchers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matchers-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)' --check-cfg 'cfg(feature, values())' -C metadata=69cf424e25b97096 -C extra-filename=-69cf424e25b97096 --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-c2850e2276580197.rmeta --cap-lints allow`
12952025-05-27T18:18:01.920Z Compiling tokio-tungstenite v0.20.1
12962025-05-27T18:18:01.947Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b759a5960c9ab5a4 -C extra-filename=-b759a5960c9ab5a4 --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-386b0e1129151dcf.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-c06c2d41775da397.rmeta --cap-lints allow`
12972025-05-27T18:18:02.138Z Compiling slog-json v2.6.1
12982025-05-27T18:18:02.164Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=20b7a4c6e45b0a83 -C extra-filename=-20b7a4c6e45b0a83 --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-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-4bcae2e417e72879.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-cb7ee2d04c0a5769.rmeta --cap-lints allow`
12992025-05-27T18:18:02.452Z Compiling termini v1.0.0
13002025-05-27T18:18:02.477Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=70e06350c3ed9f90 -C extra-filename=-70e06350c3ed9f90 --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-cd711cb666300201.rmeta --cap-lints allow`
13012025-05-27T18:18:02.477Z Compiling sha2 v0.10.8
13022025-05-27T18:18:02.478Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=1b91c9c2220e3059 -C extra-filename=-1b91c9c2220e3059 --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-09321f28181a8599.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-5a1437b8a5919061.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-3a4a6c755a8aec18.rmeta --cap-lints allow`
13032025-05-27T18:18:02.503Z Compiling sharded-slab v0.1.7
13042025-05-27T18:18:02.503Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=09755711b43683ba -C extra-filename=-09755711b43683ba --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-a155ad5782c24beb.rmeta --cap-lints allow`
13052025-05-27T18:18:03.255Z Compiling tracing-serde v0.2.0
13062025-05-27T18:18:03.280Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing_serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("valuable", "valuable-serde", "valuable_crate"))' -C metadata=0eeeee35c1aaea47 -C extra-filename=-0eeeee35c1aaea47 --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-3a9e76031e5842dc.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-db767567bed1db60.rmeta --cap-lints allow`
13072025-05-27T18:18:03.527Z Compiling async-stream-impl v0.3.6
13082025-05-27T18:18:03.553Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=148574a5577fb21c -C extra-filename=-148574a5577fb21c --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
13092025-05-27T18:18:03.578Z Compiling dropshot v0.13.0
13102025-05-27T18:18:03.578Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4f706212cf0a9a22 -C extra-filename=-4f706212cf0a9a22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-4f706212cf0a9a22 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-00ab67336c0caa90.rlib --cap-lints allow`
13112025-05-27T18:18:03.618Z Compiling crossbeam-channel v0.5.15
13122025-05-27T18:18:03.643Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94b1913b415e0c58 -C extra-filename=-94b1913b415e0c58 --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-35e995dd3207f49f.rmeta --cap-lints allow`
13132025-05-27T18:18:03.908Z Compiling tracing-log v0.2.0
13142025-05-27T18:18:03.933Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=cc8ba7f9592065ff -C extra-filename=-cc8ba7f9592065ff --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-12cd9162b4a32364.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-db767567bed1db60.rmeta --cap-lints allow`
13152025-05-27T18:18:04.433Z Compiling assert_cmd v2.0.17
13162025-05-27T18:18:04.458Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.17/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=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' '--warn=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)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=3aab08d315d59c8a -C extra-filename=-3aab08d315d59c8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-3aab08d315d59c8a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13172025-05-27T18:18:04.619Z Compiling number_prefix v0.4.0
13182025-05-27T18:18:04.648Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f3dd12467dd91ab6 -C extra-filename=-f3dd12467dd91ab6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13192025-05-27T18:18:04.768Z Compiling untrusted v0.7.1
13202025-05-27T18:18:04.794Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-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)' --check-cfg 'cfg(feature, values())' -C metadata=7fe6a3275bd58982 -C extra-filename=-7fe6a3275bd58982 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13212025-05-27T18:18:04.819Z Compiling termtree v0.5.1
13222025-05-27T18:18:04.819Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=346958b0906755ad -C extra-filename=-346958b0906755ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13232025-05-27T18:18:04.848Z Compiling spin v0.5.2
13242025-05-27T18:18:04.874Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c6581961b6be9b7 -C extra-filename=-9c6581961b6be9b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13252025-05-27T18:18:04.960Z Compiling take_mut v0.2.2
13262025-05-27T18:18:04.986Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6dd60e7ac786c855 -C extra-filename=-6dd60e7ac786c855 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13272025-05-27T18:18:05.039Z Compiling humantime v2.2.0
13282025-05-27T18:18:05.064Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8f2b702b01c29d6 -C extra-filename=-f8f2b702b01c29d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13292025-05-27T18:18:05.089Z Compiling base64 v0.13.1
13302025-05-27T18:18:05.114Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=516a5eaafae7adf1 -C extra-filename=-516a5eaafae7adf1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13312025-05-27T18:18:05.115Z Compiling termcolor v1.4.1
13322025-05-27T18:18:05.115Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f4dd3fae31aadb4 -C extra-filename=-7f4dd3fae31aadb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13332025-05-27T18:18:05.512Z Compiling shell-words v1.1.0
13342025-05-27T18:18:05.538Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5dc2a79994e054b4 -C extra-filename=-5dc2a79994e054b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13352025-05-27T18:18:05.593Z Compiling ipnetwork v0.21.1
13362025-05-27T18:18:05.619Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=135e8ea40de599a1 -C extra-filename=-135e8ea40de599a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13372025-05-27T18:18:05.785Z Compiling pathdiff v0.2.3
13382025-05-27T18:18:05.811Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=f6df1b07121dff2e -C extra-filename=-f6df1b07121dff2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13392025-05-27T18:18:05.874Z Compiling dialoguer v0.10.4
13402025-05-27T18:18:05.899Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-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 --cfg 'feature="default"' --cfg 'feature="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("completion", "default", "editor", "fuzzy-matcher", "fuzzy-select", "history", "password", "tempfile", "zeroize"))' -C metadata=3eeefb7a1f549420 -C extra-filename=-3eeefb7a1f549420 --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-6b8d908c29b99f4d.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-5dc2a79994e054b4.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2de570c9a6254d53.rmeta --cap-lints allow`
13412025-05-27T18:18:05.931Z Compiling open v4.2.0
13422025-05-27T18:18:05.956Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-4.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)' --check-cfg 'cfg(feature, values())' -C metadata=0772631473c49f63 -C extra-filename=-0772631473c49f63 --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-b3dd5b6ad30e808f.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-f6df1b07121dff2e.rmeta --cap-lints allow`
13432025-05-27T18:18:06.138Z Compiling oxnet v0.1.2
13442025-05-27T18:18:06.164Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oxnet-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 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=2bd8d2b814d2117d -C extra-filename=-2bd8d2b814d2117d --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-135e8ea40de599a1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --cap-lints allow`
13452025-05-27T18:18:06.219Z Compiling env_logger v0.10.2
13462025-05-27T18:18:06.245Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.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="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=a5312af0e95398ed -C extra-filename=-a5312af0e95398ed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-73a26d8ac5a9fe36.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-7f4dd3fae31aadb4.rmeta --cap-lints allow`
13472025-05-27T18:18:06.369Z Compiling pem v1.1.1
13482025-05-27T18:18:06.394Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d992d2e92c2589e4 -C extra-filename=-d992d2e92c2589e4 --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-516a5eaafae7adf1.rmeta --cap-lints allow`
13492025-05-27T18:18:06.983Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=695e79568a9dd170 -C extra-filename=-695e79568a9dd170 --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-94b1913b415e0c58.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-4bcae2e417e72879.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-6dd60e7ac786c855.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-b1bf1d351129da70.rmeta --cap-lints allow --cfg integer128`
13502025-05-27T18:18:07.021Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=4197b5ab81231ee6 -C extra-filename=-4197b5ab81231ee6 --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-59d15e57fd2af0e4.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-9c6581961b6be9b7.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-7fe6a3275bd58982.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -l static=ring-core -l static=ring-test`
13512025-05-27T18:18:07.416Z Compiling predicates-tree v1.0.12
13522025-05-27T18:18:07.441Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=ca604b5f90a86762 -C extra-filename=-ca604b5f90a86762 --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-bfb437e8b0c5efdc.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-346958b0906755ad.rmeta --cap-lints allow`
13532025-05-27T18:18:07.521Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-3aab08d315d59c8a/build-script-build`
13542025-05-27T18:18:07.549Z Compiling indicatif v0.17.11
13552025-05-27T18:18:07.574Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=51433fc02ff7a34f -C extra-filename=-51433fc02ff7a34f --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-6b8d908c29b99f4d.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-f3dd12467dd91ab6.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-5ba0a35122154b1e.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-0007cf7b704429dd.rmeta --cap-lints allow`
13562025-05-27T18:18:07.913Z Compiling async-stream v0.3.6
13572025-05-27T18:18:07.939Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bd252bdc45e97631 -C extra-filename=-bd252bdc45e97631 --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-148574a5577fb21c.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --cap-lints allow`
13582025-05-27T18:18:08.075Z Compiling tracing-subscriber v0.3.19
13592025-05-27T18:18:08.101Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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="regex"' --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)' --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=2628d0d00399b067 -C extra-filename=-2628d0d00399b067 --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-69cf424e25b97096.rmeta --extern nu_ansi_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libnu_ansi_term-e1405af121b68c68.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern sharded_slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libsharded_slab-09755711b43683ba.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e7813f47c4816351.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-b1bf1d351129da70.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-db767567bed1db60.rmeta --extern tracing_log=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_log-cc8ba7f9592065ff.rmeta --extern tracing_serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_serde-0eeeee35c1aaea47.rmeta --cap-lints allow`
13602025-05-27T18:18:08.226Z Compiling tokio-rustls v0.25.0
13612025-05-27T18:18:08.252Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=fa556fbc9ceb2888 -C extra-filename=-fa556fbc9ceb2888 --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-bfa9eeb03adcdaa3.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
13622025-05-27T18:18:08.325Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-4f706212cf0a9a22/build-script-build`
13632025-05-27T18:18:08.402Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
13642025-05-27T18:18:08.429Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f0fbf970d2f55f97 -C extra-filename=-f0fbf970d2f55f97 --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-416b73542f6559cc.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-23c04b104658cc45.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-70e06350c3ed9f90.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9c6a9fa0b754d94.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-b759a5960c9ab5a4.rmeta --cap-lints allow`
13652025-05-27T18:18:08.599Z Compiling support-bundle-viewer v0.1.0
13662025-05-27T18:18:08.624Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/support-bundle-viewer-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)' --check-cfg 'cfg(feature, values())' -C metadata=3bfe2e1f8c5d649b -C extra-filename=-3bfe2e1f8c5d649b --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-a9e05cba7df4bb0e.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rmeta --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern zip=/work/oxidecomputer/oxide.rs/target/debug/deps/libzip-e4a051dca24f113f.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
13672025-05-27T18:18:09.227Z Compiling slog-bunyan v2.5.0
13682025-05-27T18:18:09.253Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=cbd7be0fdda0abe3 -C extra-filename=-cbd7be0fdda0abe3 --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-0704e5b0df7eb681.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-4bcae2e417e72879.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-20b7a4c6e45b0a83.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-cb7ee2d04c0a5769.rmeta --cap-lints allow`
13692025-05-27T18:18:09.427Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=640003e3eac9d7e4 -C extra-filename=-640003e3eac9d7e4 --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-ac75a02c91a3c046.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-bc1dd156be103668.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58305fd82354871e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-275f3770ee224559.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-15f8d6c1dad0515d.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f48f7b84d3190902.rmeta --cap-lints allow`
13702025-05-27T18:18:09.700Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=9ae7605b486a53b3 -C extra-filename=-9ae7605b486a53b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13712025-05-27T18:18:09.803Z Compiling slog-term v2.9.1
13722025-05-27T18:18:09.829Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=27f3894e43a33237 -C extra-filename=-27f3894e43a33237 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-73a26d8ac5a9fe36.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-4bcae2e417e72879.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-23c04b104658cc45.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-b1bf1d351129da70.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-cb7ee2d04c0a5769.rmeta --cap-lints allow`
13732025-05-27T18:18:09.879Z Compiling yasna v0.5.2
13742025-05-27T18:18:09.904Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=e998ca25e4e40f39 -C extra-filename=-e998ca25e4e40f39 --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-cb7ee2d04c0a5769.rmeta --cap-lints allow`
13752025-05-27T18:18:09.999Z Compiling tabwriter v1.4.1
13762025-05-27T18:18:10.025Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=d781d1a94c0002b1 -C extra-filename=-d781d1a94c0002b1 --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-0007cf7b704429dd.rmeta --cap-lints allow`
13772025-05-27T18:18:10.360Z Compiling dropshot_endpoint v0.13.0
13782025-05-27T18:18:10.386Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6405a3a614afa754 -C extra-filename=-6405a3a614afa754 --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-d58d7f2b89fa3c2d.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-35458cde5dfabfde.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-07b2cf6bdeacfbcc.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern proc_macro --cap-lints allow`
13792025-05-27T18:18:10.455Z Compiling colored v2.2.0
13802025-05-27T18:18:10.481Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=75930d7fd6b8bd82 -C extra-filename=-75930d7fd6b8bd82 --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-a155ad5782c24beb.rmeta --cap-lints allow`
13812025-05-27T18:18:10.506Z Compiling atomicwrites v0.4.4
13822025-05-27T18:18:10.506Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d11e3c94fcd6ac4b -C extra-filename=-d11e3c94fcd6ac4b --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-089b7c3ad1172207.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rmeta --cap-lints allow`
13832025-05-27T18:18:10.829Z Compiling clap_complete v4.5.50
13842025-05-27T18:18:10.858Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.50/src/lib.rs --error-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 '--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' '--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' '--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_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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=fccf3bbe0951a805 -C extra-filename=-fccf3bbe0951a805 --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-f4b1b7495c06a874.rmeta --cap-lints allow`
13852025-05-27T18:18:10.892Z Compiling bstr v1.11.1
13862025-05-27T18:18:10.918Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=248d10d4468557e3 -C extra-filename=-248d10d4468557e3 --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-275f3770ee224559.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-f2af64a71e13d526.rmeta --cap-lints allow`
13872025-05-27T18:18:11.223Z Compiling waitgroup v0.1.2
13882025-05-27T18:18:11.249Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7289374d016cef1c -C extra-filename=-7289374d016cef1c --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-636ace94770eb0d6.rmeta --cap-lints allow`
13892025-05-27T18:18:11.420Z Compiling wait-timeout v0.2.0
13902025-05-27T18:18:11.445Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-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)' --check-cfg 'cfg(feature, values())' -C metadata=39ddfc40c7344797 -C extra-filename=-39ddfc40c7344797 --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-42674506c3728a09.rmeta --cap-lints allow`
13912025-05-27T18:18:11.470Z Compiling hostname v0.4.0
13922025-05-27T18:18:11.471Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=265038c73335672b -C extra-filename=-265038c73335672b --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-09321f28181a8599.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --cap-lints allow`
13932025-05-27T18:18:11.678Z Compiling debug-ignore v1.0.5
13942025-05-27T18:18:11.704Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6eddf934ea821ef0 -C extra-filename=-6eddf934ea821ef0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13952025-05-27T18:18:11.837Z Compiling yansi v1.0.1
13962025-05-27T18:18:11.863Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=d1cf944404e00719 -C extra-filename=-d1cf944404e00719 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13972025-05-27T18:18:11.988Z Compiling diff v0.1.13
13982025-05-27T18:18:12.014Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=90579ecb9c51bdae -C extra-filename=-90579ecb9c51bdae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13992025-05-27T18:18:12.452Z Compiling md5 v0.7.0
14002025-05-27T18:18:12.478Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9ae6b42ef7105dd7 -C extra-filename=-9ae6b42ef7105dd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14012025-05-27T18:18:12.478Z Compiling pretty_assertions v1.4.1
14022025-05-27T18:18:12.478Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=269d02e27ebb2825 -C extra-filename=-269d02e27ebb2825 --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-90579ecb9c51bdae.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-d1cf944404e00719.rmeta --cap-lints allow`
14032025-05-27T18:18:12.478Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.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 --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=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' '--warn=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)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=5bc964b1552a121b -C extra-filename=-5bc964b1552a121b --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-2ad443ee008e7d9c.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-248d10d4468557e3.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-9ae7605b486a53b3.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-bfb437e8b0c5efdc.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-ca604b5f90a86762.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-39ddfc40c7344797.rmeta --cap-lints allow`
14042025-05-27T18:18:12.576Z Compiling rcgen v0.10.0
14052025-05-27T18:18:12.602Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "pem", "x509-parser", "zeroize"))' -C metadata=5251c1ea602bc31c -C extra-filename=-5251c1ea602bc31c --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-d992d2e92c2589e4.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-4197b5ab81231ee6.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-cb7ee2d04c0a5769.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-e998ca25e4e40f39.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out`
14062025-05-27T18:18:12.768Z Compiling expectorate v1.2.0
14072025-05-27T18:18:12.793Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=7902949efc2a42aa -C extra-filename=-7902949efc2a42aa --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-d11e3c94fcd6ac4b.rmeta --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-6b8d908c29b99f4d.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafd5fbc8d758229.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-32168c8ad37ea67d.rmeta --cap-lints allow`
14082025-05-27T18:18:13.000Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d21c628c2167e765 -C extra-filename=-d21c628c2167e765 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-d21c628c2167e765 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
14092025-05-27T18:18:13.342Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.140/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=401702d058f1201b -C extra-filename=-401702d058f1201b --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-086fe987e33d90e2.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a708f0b0422c4fc4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-85699d0f4c96ccfa.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
14102025-05-27T18:18:13.367Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-d21c628c2167e765/build-script-build`
14112025-05-27T18:18:13.393Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=91683342959b3178 -C extra-filename=-91683342959b3178 --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-478083753e38d375.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a708f0b0422c4fc4.rmeta --cap-lints allow`
14122025-05-27T18:18:13.593Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.101/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=ea8e9102ab4c925f -C extra-filename=-ea8e9102ab4c925f --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-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow`
14132025-05-27T18:18:13.812Z Compiling toolchain_find v0.4.0
14142025-05-27T18:18:13.837Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a988b1b2238ca8c0 -C extra-filename=-a988b1b2238ca8c0 --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-cd711cb666300201.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-33d35bca2d5954bc.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-6acdae7fd9019a59.rmeta --cap-lints allow`
14152025-05-27T18:18:13.863Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72dea02d2a9ee061 -C extra-filename=-72dea02d2a9ee061 --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-bd252bdc45e97631.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-6eddf934ea821ef0.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-6405a3a614afa754.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-e1d76f7b09036684.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-265038c73335672b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-14b4f2dbb43351ac.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-30796ab6711b1d9d.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-98808f5ff435b9fa.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-c02ddf59e4acc141.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-640003e3eac9d7e4.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-69075b68b46668d2.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-84171df3337c1944.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-5195ab0439137848.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-bfa9eeb03adcdaa3.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-07633eb6286987b5.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-accf4dcd8f2a0b8a.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-33d35bca2d5954bc.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-df75b241c32b2908.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-f9d77c0caa88da73.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-3a6d4855dd4e7819.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-4bcae2e417e72879.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-695e79568a9dd170.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-cbd7be0fdda0abe3.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-20b7a4c6e45b0a83.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-27f3894e43a33237.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9c6a9fa0b754d94.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-fa556fbc9ceb2888.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-7289374d016cef1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out`
14162025-05-27T18:18:14.512Z Compiling rustfmt-wrapper v0.2.1
14172025-05-27T18:18:14.539Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d4328c6a22870b98 -C extra-filename=-d4328c6a22870b98 --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-3a9e76031e5842dc.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9c6a9fa0b754d94.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-a988b1b2238ca8c0.rmeta --cap-lints allow`
14182025-05-27T18:18:14.566Z Compiling integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
14192025-05-27T18:18:14.567Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=abb9a45290f1a6ea -C extra-filename=-abb9a45290f1a6ea --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`
14202025-05-27T18:18:14.673Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=de119911ff7d3fac -C extra-filename=-de119911ff7d3fac --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-bd5fc99ffc954867.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib`
14212025-05-27T18:18:15.005Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4ead9c5755eb6ef7 -C extra-filename=-4ead9c5755eb6ef7 --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-822c94f19c030a73.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-2110df560ca1a7a4.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-401702d058f1201b.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
14222025-05-27T18:18:16.823Z Compiling typify-impl v0.4.1
14232025-05-27T18:18:16.848Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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)' --check-cfg 'cfg(feature, values())' -C metadata=33b06b24af061612 -C extra-filename=-33b06b24af061612 --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-d58d7f2b89fa3c2d.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-92559e878044b748.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-91683342959b3178.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4ead9c5755eb6ef7.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-35458cde5dfabfde.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-401702d058f1201b.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow`
14242025-05-27T18:18:17.627Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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)' --check-cfg 'cfg(feature, values())' -C metadata=e3e89cd892e60abc -C extra-filename=-e3e89cd892e60abc --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-d58d7f2b89fa3c2d.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-2c29b91a18bf0a10.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-33d35bca2d5954bc.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-ea8e9102ab4c925f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow`
14252025-05-27T18:18:23.805Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.18.0+1.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=1a0684f72fbf0d89 -C extra-filename=-1a0684f72fbf0d89 --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-28691cb3798ac920.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-dbf69f35dff57f5e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
14262025-05-27T18:18:24.309Z Compiling git2 v0.20.0
14272025-05-27T18:18:24.335Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.20.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)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=4e413589f67023d7 -C extra-filename=-4e413589f67023d7 --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-7b9bb75e8946fec7.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-28691cb3798ac920.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-1a0684f72fbf0d89.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-92559e878044b748.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-0629b579b5337152.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/usr/lib/amd64`
14282025-05-27T18:18:28.655Z Compiling typify-macro v0.4.1
14292025-05-27T18:18:28.680Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.4.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)' --check-cfg 'cfg(feature, values())' -C metadata=d57f0aa46120b909 -C extra-filename=-d57f0aa46120b909 --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-feeda5c249ed3df3.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4ead9c5755eb6ef7.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-35458cde5dfabfde.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-401702d058f1201b.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-07b2cf6bdeacfbcc.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-df11b73f9bf469c5.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-33b06b24af061612.rlib --extern proc_macro --cap-lints allow`
14302025-05-27T18:18:29.246Z Compiling built v0.7.7
14312025-05-27T18:18:29.271Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.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 --cfg 'feature="git2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=75cea49a49b48ea6 -C extra-filename=-75cea49a49b48ea6 --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-4e413589f67023d7.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/usr/lib/amd64`
14322025-05-27T18:18:30.193Z Compiling oxide-cli v0.11.1+20250409.0.0 (/work/oxidecomputer/oxide.rs/cli)
14332025-05-27T18:18:30.219Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=932be0702dbcb011 -C extra-filename=-932be0702dbcb011 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-932be0702dbcb011 -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-75cea49a49b48ea6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/usr/lib/amd64`
14342025-05-27T18:18:31.371Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-932be0702dbcb011/build-script-build`
14352025-05-27T18:18:31.996Z Compiling typify v0.4.1
14362025-05-27T18:18:32.021Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=5adf6a317667bb9c -C extra-filename=-5adf6a317667bb9c --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-e3e89cd892e60abc.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-d57f0aa46120b909.so --cap-lints allow`
14372025-05-27T18:18:32.122Z Compiling progenitor-impl v0.10.0 (https://github.com/oxidecomputer/progenitor#c8f975b3)
14382025-05-27T18:18:32.148Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c8f975b/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb30eab9207853d1 -C extra-filename=-bb30eab9207853d1 --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-d58d7f2b89fa3c2d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-c02ddf59e4acc141.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-69075b68b46668d2.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-feeda5c249ed3df3.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-920bfcb47ee5ab8c.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-ea8e9102ab4c925f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-5adf6a317667bb9c.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-5365dddad96048e9.rmeta --cap-lints allow`
14392025-05-27T18:18:34.773Z Compiling progenitor v0.10.0 (https://github.com/oxidecomputer/progenitor#c8f975b3)
14402025-05-27T18:18:34.798Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c8f975b/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)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=7d732be22691c47f -C extra-filename=-7d732be22691c47f --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-bb30eab9207853d1.rmeta --cap-lints allow`
14412025-05-27T18:18:38.104Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
14422025-05-27T18:18:38.129Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=f705f4d5c08819bf -C extra-filename=-f705f4d5c08819bf --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-f4b1b7495c06a874.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafd5fbc8d758229.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-7d732be22691c47f.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d4328c6a22870b98.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-32168c8ad37ea67d.rlib`
14432025-05-27T18:18:38.257Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=b913d046a9900bd2 -C extra-filename=-b913d046a9900bd2 --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-f4b1b7495c06a874.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafd5fbc8d758229.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-7d732be22691c47f.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d4328c6a22870b98.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-32168c8ad37ea67d.rlib`
14442025-05-27T18:18:57.261Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.107/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9ea38336b1894c26 -C extra-filename=-9ea38336b1894c26 --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-42674506c3728a09.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/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 ossl340 --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --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_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(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)'`
14452025-05-27T18:18:57.287Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-9adcd3bd44028842/build-script-build`
14462025-05-27T18:18:57.287Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-7c6acb662af8ed49/build-script-build`
14472025-05-27T18:18:58.159Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.72/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=53ccacdd244114f2 -C extra-filename=-53ccacdd244114f2 --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-0e41198fff5511bd.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-09321f28181a8599.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-211789c66725fbb1.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-6188ce4bb0db5429.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-9ea38336b1894c26.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/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 --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_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(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)'`
14482025-05-27T18:19:02.968Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=dd19c8c4b7af6272 -C extra-filename=-dd19c8c4b7af6272 --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-12cd9162b4a32364.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-53ccacdd244114f2.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-c5fc14699bf7c751.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-9ea38336b1894c26.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib --cfg have_min_max_version`
14492025-05-27T18:19:03.285Z Compiling tokio-native-tls v0.3.1
14502025-05-27T18:19:03.311Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=3fd72fb729ce13ad -C extra-filename=-3fd72fb729ce13ad --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-dd19c8c4b7af6272.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14512025-05-27T18:19:03.486Z Compiling hyper-tls v0.6.0
14522025-05-27T18:19:03.511Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d4a52f7b94e01e78 -C extra-filename=-d4a52f7b94e01e78 --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-ac75a02c91a3c046.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-14b4f2dbb43351ac.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-30796ab6711b1d9d.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-98808f5ff435b9fa.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-dd19c8c4b7af6272.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-3fd72fb729ce13ad.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14532025-05-27T18:19:03.720Z Compiling reqwest v0.12.15
14542025-05-27T18:19:03.746Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=270b2345cae5fbcb -C extra-filename=-270b2345cae5fbcb --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-b85a699ee828e980.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-bc1dd156be103668.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-386b0e1129151dcf.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-ba3dceff289dd3a0.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-837b423806a029ff.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-14b4f2dbb43351ac.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-30796ab6711b1d9d.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-3639a08de0232bef.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-d4a52f7b94e01e78.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-98808f5ff435b9fa.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-bde6d2d197139b1c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-15f8d6c1dad0515d.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-dd19c8c4b7af6272.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-59d15e57fd2af0e4.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-5195ab0439137848.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a9fcf09d7edd784a.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-b1faec5ebc75b333.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-07633eb6286987b5.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-a652872054cf4ac7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-f9d77c0caa88da73.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-4542332ed008581b.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-3fd72fb729ce13ad.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-9057577abf7f88f9.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-8a8211d967dff09b.rmeta --extern tower=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower-bdcbeba9ef1ee31f.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-c235037d01e65096.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-adb005902ac6e39d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14552025-05-27T18:19:06.037Z Compiling progenitor-client v0.11.0
14562025-05-27T18:19:06.038Z Compiling oauth2 v5.0.0
14572025-05-27T18:19:06.063Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79a294800af06aca -C extra-filename=-79a294800af06aca --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-ac75a02c91a3c046.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b4d57a95905efbf8.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-5195ab0439137848.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-f9d77c0caa88da73.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14582025-05-27T18:19:06.063Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="rustls-tls"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("curl", "default", "native-tls", "pkce-plain", "reqwest", "reqwest-blocking", "rustls-tls", "timing-resistant-secret-traits", "ureq"))' -C metadata=4b97352187573a60 -C extra-filename=-4b97352187573a60 --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-b85a699ee828e980.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b86e7b27b7a942ef.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-df75b241c32b2908.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-1b91c9c2220e3059.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9c6a9fa0b754d94.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14592025-05-27T18:19:06.403Z Compiling oxide v0.11.0+20250409.0.0 (/work/oxidecomputer/oxide.rs/sdk)
14602025-05-27T18:19:06.428Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=476ae32e0d0ec891 -C extra-filename=-476ae32e0d0ec891 --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-b85a699ee828e980.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rmeta --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-822349ee6bcb49a3.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-79a294800af06aca.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-2c29b91a18bf0a10.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14612025-05-27T18:19:08.512Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=1797110e502e3c01 -C extra-filename=-1797110e502e3c01 --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-b85a699ee828e980.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-822349ee6bcb49a3.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-79a294800af06aca.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-2c29b91a18bf0a10.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14622025-05-27T18:19:59.534Z Compiling oxide-httpmock v0.11.0+20250409.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
14632025-05-27T18:19:59.560Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=118a8241e2a8fe8e -C extra-filename=-118a8241e2a8fe8e --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-bd5fc99ffc954867.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14642025-05-27T18:20:12.733Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name test_silo_idp_saml --edition=2021 cli/tests/test_silo_idp_saml.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)' --check-cfg 'cfg(feature, values())' -C metadata=0d3b919e12c71c45 -C extra-filename=-0d3b919e12c71c45 --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14652025-05-27T18:20:12.733Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name test_extras --edition=2021 integration-tests/tests/test_extras.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)' --check-cfg 'cfg(feature, values())' -C metadata=9a72a4cd08328294 -C extra-filename=-9a72a4cd08328294 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-abb9a45290f1a6ea.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14662025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=1867849f6529c671 -C extra-filename=-1867849f6529c671 --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14672025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=955f5499c3045ff8 -C extra-filename=-955f5499c3045ff8 --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-a9e05cba7df4bb0e.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14682025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 integration-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0e4a60bfe4f1ebd -C extra-filename=-a0e4a60bfe4f1ebd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14692025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=756d2d03daa9ae8c -C extra-filename=-756d2d03daa9ae8c --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-bd5fc99ffc954867.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib`
14702025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=7d8e033731be6938 -C extra-filename=-7d8e033731be6938 --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14712025-05-27T18:20:12.782Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=b6a999b05f38dfd1 -C extra-filename=-b6a999b05f38dfd1 --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14722025-05-27T18:20:13.214Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=221bfe2adbad194a -C extra-filename=-221bfe2adbad194a --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14732025-05-27T18:20:18.167Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=4e8e9d90b2b452cc -C extra-filename=-4e8e9d90b2b452cc --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14742025-05-27T18:20:20.829Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=079234939eaa1c1a -C extra-filename=-079234939eaa1c1a --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14752025-05-27T18:20:23.153Z Running `/home/build/.rustup/toolchains/1.84-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)' --check-cfg 'cfg(feature, values())' -C metadata=a8fb35c812758f31 -C extra-filename=-a8fb35c812758f31 --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14762025-05-27T18:20:31.636Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name test_disk_import --edition=2021 cli/tests/test_disk_import.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0e89380ee1627bc -C extra-filename=-d0e89380ee1627bc --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14772025-05-27T18:20:32.219Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name test_instance --edition=2021 cli/tests/test_instance.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13259561672e3a8c -C extra-filename=-13259561672e3a8c --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14782025-05-27T18:20:33.548Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d44b6505fc952d -C extra-filename=-12d44b6505fc952d --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-a9e05cba7df4bb0e.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-5bc964b1552a121b.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b04d4f211792fcb6.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-ac75a02c91a3c046.rlib --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-7ce1cc5edcd408f1.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-fccf3bbe0951a805.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-75930d7fd6b8bd82.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-69301b72ce9c6eb2.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-3eeefb7a1f549420.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-72dea02d2a9ee061.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-a5312af0e95398ed.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7902949efc2a42aa.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-f8f2b702b01c29d6.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-51433fc02ff7a34f.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-42674506c3728a09.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-12cd9162b4a32364.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-9ae6b42ef7105dd7.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4b97352187573a60.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-0772631473c49f63.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-2bd8d2b814d2117d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-e6a5798ed30f71ec.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-269d02e27ebb2825.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-12fc3565580ccd64.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-5251c1ea602bc31c.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern support_bundle_viewer=/work/oxidecomputer/oxide.rs/target/debug/deps/libsupport_bundle_viewer-3bfe2e1f8c5d649b.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-d781d1a94c0002b1.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f0fbf970d2f55f97.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern tracing_subscriber=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_subscriber-2628d0d00399b067.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-16927be0700a2ce2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib`
14792025-05-27T18:21:28.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 47s
14802025-05-27T18:21:29.149Z
14812025-05-27T18:21:29.149Zreal 4:48.100608894
14822025-05-27T18:21:29.175Zuser 21:44.324399280
14832025-05-27T18:21:29.175Zsys 3:30.959413604
14842025-05-27T18:21:29.175Ztrap 0.814228550
14852025-05-27T18:21:29.175Ztflt 0.464771478
14862025-05-27T18:21:29.175Zdflt 0.533602046
14872025-05-27T18:21:29.175Zkflt 0.003808772
14882025-05-27T18:21:29.175Zlock 29:29.426703478
14892025-05-27T18:21:29.175Zslp 1:29:52.821238567
14902025-05-27T18:21:29.175Zlat 1:10.360048425
14912025-05-27T18:21:29.175Zstop 1:55.711924303
14922025-05-27T18:21:29.175Z+ banner test
14932025-05-27T18:21:29.175Z
14942025-05-27T18:21:29.175Z ##### ###### #### #####
14952025-05-27T18:21:29.175Z # # # #
14962025-05-27T18:21:29.175Z # ##### #### #
14972025-05-27T18:21:29.175Z # # # #
14982025-05-27T18:21:29.175Z # # # # #
14992025-05-27T18:21:29.175Z # ###### #### #
15002025-05-27T18:21:29.175Z
15012025-05-27T18:21:29.175Z+ ptime -m cargo test --all-features --locked --verbose
15022025-05-27T18:21:29.913Z Fresh unicode-ident v1.0.18
15032025-05-27T18:21:29.913Z Fresh cfg-if v1.0.0
15042025-05-27T18:21:29.913Z Fresh autocfg v1.4.0
15052025-05-27T18:21:29.983Z Fresh proc-macro2 v1.0.95
15062025-05-27T18:21:29.983Z Fresh once_cell v1.20.2
15072025-05-27T18:21:29.983Z Fresh itoa v1.0.14
15082025-05-27T18:21:29.983Z Fresh shlex v1.3.0
15092025-05-27T18:21:29.983Z Fresh pin-project-lite v0.2.15
15102025-05-27T18:21:29.983Z Fresh quote v1.0.40
15112025-05-27T18:21:29.984Z Fresh libc v0.2.172
15122025-05-27T18:21:29.984Z Fresh value-bag v1.10.0
15132025-05-27T18:21:29.984Z Fresh futures-core v0.3.31
15142025-05-27T18:21:29.984Z Fresh allocator-api2 v0.2.21
15152025-05-27T18:21:29.984Z Fresh foldhash v0.1.4
15162025-05-27T18:21:29.984Z Fresh jobserver v0.1.32
15172025-05-27T18:21:29.984Z Fresh equivalent v1.0.1
15182025-05-27T18:21:29.984Z Fresh bytes v1.10.1
15192025-05-27T18:21:29.984Z Fresh serde_derive v1.0.219
15202025-05-27T18:21:29.984Z Fresh cc v1.2.5
15212025-05-27T18:21:29.984Z Fresh hashbrown v0.15.2
15222025-05-27T18:21:29.984Z Fresh synstructure v0.13.1
15232025-05-27T18:21:29.984Z Fresh serde v1.0.219
15242025-05-27T18:21:29.984Z Fresh ryu v1.0.18
15252025-05-27T18:21:29.984Z Fresh fnv v1.0.7
15262025-05-27T18:21:29.984Z Fresh zerofrom-derive v0.1.5
15272025-05-27T18:21:29.984Z Fresh signal-hook-registry v1.4.2
15282025-05-27T18:21:29.984Z Fresh pkg-config v0.3.31
15292025-05-27T18:21:29.984Z Fresh futures-io v0.3.31
15302025-05-27T18:21:29.984Z Fresh zerofrom v0.1.5
15312025-05-27T18:21:29.984Z Fresh yoke-derive v0.7.5
15322025-05-27T18:21:29.984Z Fresh stable_deref_trait v1.2.0
15332025-05-27T18:21:29.984Z Fresh zerovec-derive v0.10.3
15342025-05-27T18:21:29.984Z Fresh displaydoc v0.2.5
15352025-05-27T18:21:29.984Z Fresh slab v0.4.9
15362025-05-27T18:21:29.984Z Fresh yoke v0.7.5
15372025-05-27T18:21:29.984Z Fresh mio v1.0.3
15382025-05-27T18:21:29.984Z Fresh errno v0.3.10
15392025-05-27T18:21:29.984Z Fresh litemap v0.7.4
15402025-05-27T18:21:29.984Z Fresh writeable v0.5.5
15412025-05-27T18:21:29.984Z Fresh zerovec v0.10.4
15422025-05-27T18:21:29.984Z Fresh icu_provider_macros v1.5.0
15432025-05-27T18:21:29.984Z Fresh getrandom v0.2.15
15442025-05-27T18:21:29.984Z Fresh tracing-core v0.1.33
15452025-05-27T18:21:29.984Z Fresh futures-sink v0.3.31
15462025-05-27T18:21:29.984Z Fresh vcpkg v0.2.15
15472025-05-27T18:21:29.984Z Fresh icu_locid_transform_data v1.5.0
15482025-05-27T18:21:29.984Z Fresh tinystr v0.7.6
15492025-05-27T18:21:29.984Z Fresh icu_collections v1.5.0
15502025-05-27T18:21:29.984Z Fresh tracing-attributes v0.1.28
15512025-05-27T18:21:29.985Z Fresh tokio-macros v2.5.0
15522025-05-27T18:21:29.985Z Fresh socket2 v0.5.8
15532025-05-27T18:21:29.985Z Fresh icu_properties_data v1.5.0
15542025-05-27T18:21:29.985Z Fresh pin-utils v0.1.0
15552025-05-27T18:21:29.985Z Fresh icu_locid v1.5.0
15562025-05-27T18:21:29.985Z Fresh tracing v0.1.41
15572025-05-27T18:21:29.985Z Fresh tokio v1.45.1
15582025-05-27T18:21:29.985Z Fresh utf16_iter v1.0.5
15592025-05-27T18:21:29.985Z Fresh icu_normalizer_data v1.5.0
15602025-05-27T18:21:29.985Z Fresh write16 v1.0.0
15612025-05-27T18:21:29.985Z Fresh icu_provider v1.5.0
15622025-05-27T18:21:29.985Z Fresh utf8_iter v1.0.4
15632025-05-27T18:21:29.985Z Fresh rustix v0.38.42
15642025-05-27T18:21:29.985Z Fresh futures-channel v0.3.31
15652025-05-27T18:21:29.985Z Fresh futures-macro v0.3.31
15662025-05-27T18:21:29.985Z Fresh icu_locid_transform v1.5.0
15672025-05-27T18:21:29.985Z Fresh futures-task v0.3.31
15682025-05-27T18:21:29.985Z Fresh num-traits v0.2.19
15692025-05-27T18:21:29.985Z Fresh heck v0.5.0
15702025-05-27T18:21:29.985Z Fresh fastrand v2.3.0
15712025-05-27T18:21:29.985Z Fresh icu_properties v1.5.1
15722025-05-27T18:21:29.985Z Fresh futures-util v0.3.31
15732025-05-27T18:21:29.985Z Fresh getrandom v0.3.1
15742025-05-27T18:21:29.985Z Fresh atomic-waker v1.1.2
15752025-05-27T18:21:29.985Z Fresh http v1.3.1
15762025-05-27T18:21:29.985Z Fresh serde_derive_internals v0.29.1
15772025-05-27T18:21:29.985Z Fresh httparse v1.9.5
15782025-05-27T18:21:29.985Z Fresh crossbeam-utils v0.8.21
15792025-05-27T18:21:29.985Z Fresh schemars_derive v0.8.22
15802025-05-27T18:21:29.985Z Fresh memchr v2.7.4
15812025-05-27T18:21:29.985Z Fresh dyn-clone v1.0.17
15822025-05-27T18:21:29.985Z Fresh spin v0.9.8
15832025-05-27T18:21:29.985Z Fresh log v0.4.27
15842025-05-27T18:21:29.985Z Fresh smallvec v1.13.2
15852025-05-27T18:21:29.985Z Fresh iana-time-zone v0.1.61
15862025-05-27T18:21:29.985Z Fresh openssl-src v300.4.1+3.4.0
15872025-05-27T18:21:29.985Z Fresh rustls-pki-types v1.10.1
15882025-05-27T18:21:29.985Z Fresh chrono v0.4.41
15892025-05-27T18:21:29.985Z Fresh uuid v1.17.0
15902025-05-27T18:21:29.985Z Fresh zerocopy-derive v0.7.35
15912025-05-27T18:21:29.986Z Fresh byteorder v1.5.0
15922025-05-27T18:21:29.986Z Fresh try-lock v0.2.5
15932025-05-27T18:21:29.986Z Fresh untrusted v0.9.0
15942025-05-27T18:21:29.986Z Fresh zerocopy v0.7.35
15952025-05-27T18:21:29.986Z Fresh concurrent-queue v2.5.0
15962025-05-27T18:21:29.986Z Fresh ring v0.17.8
15972025-05-27T18:21:29.986Z Fresh want v0.3.1
15982025-05-27T18:21:29.986Z Fresh parking v2.2.1
15992025-05-27T18:21:29.986Z Fresh httpdate v1.0.3
16002025-05-27T18:21:29.986Z Fresh tower-service v0.3.3
16012025-05-27T18:21:29.986Z Fresh zeroize v1.8.1
16022025-05-27T18:21:29.986Z Fresh strsim v0.11.1
16032025-05-27T18:21:29.986Z Fresh rustls-webpki v0.102.8
16042025-05-27T18:21:29.986Z Fresh ppv-lite86 v0.2.20
16052025-05-27T18:21:30.012Z Fresh http-body v1.0.1
16062025-05-27T18:21:30.012Z Fresh tokio-util v0.7.13
16072025-05-27T18:21:30.012Z Fresh rand_core v0.6.4
16082025-05-27T18:21:30.012Z Fresh subtle v2.6.1
16092025-05-27T18:21:30.012Z Fresh version_check v0.9.5
16102025-05-27T18:21:30.012Z Fresh rand_chacha v0.3.1
16112025-05-27T18:21:30.012Z Fresh h2 v0.4.7
16122025-05-27T18:21:30.012Z Fresh thiserror-impl v2.0.12
16132025-05-27T18:21:30.012Z Fresh anstyle v1.0.10
16142025-05-27T18:21:30.012Z Fresh foreign-types-shared v0.1.1
16152025-05-27T18:21:30.012Z Fresh hyper v1.5.2
16162025-05-27T18:21:30.012Z Fresh rand v0.8.5
16172025-05-27T18:21:30.012Z Fresh thiserror v2.0.12
16182025-05-27T18:21:30.012Z Fresh event-listener v5.3.1
16192025-05-27T18:21:30.012Z Fresh openssl-sys v0.9.107
16202025-05-27T18:21:30.012Z Fresh foreign-types v0.3.2
16212025-05-27T18:21:30.012Z Fresh openssl-macros v0.1.1
16222025-05-27T18:21:30.012Z Fresh either v1.13.0
16232025-05-27T18:21:30.012Z Fresh hyper-util v0.1.10
16242025-05-27T18:21:30.012Z Fresh event-listener-strategy v0.5.3
16252025-05-27T18:21:30.012Z Fresh openssl-probe v0.1.5
16262025-05-27T18:21:30.012Z Fresh openssl v0.10.72
16272025-05-27T18:21:30.012Z Fresh utf8parse v0.2.2
16282025-05-27T18:21:30.012Z Fresh http-body-util v0.1.2
16292025-05-27T18:21:30.012Z Fresh futures-lite v2.5.0
16302025-05-27T18:21:30.012Z Fresh toml_datetime v0.6.9
16312025-05-27T18:21:30.013Z Fresh serde_spanned v0.6.8
16322025-05-27T18:21:30.013Z Fresh anstyle-parse v0.2.6
16332025-05-27T18:21:30.013Z Fresh native-tls v0.2.12
16342025-05-27T18:21:30.013Z Fresh rustls v0.23.20
16352025-05-27T18:21:30.013Z Fresh encoding_rs v0.8.35
16362025-05-27T18:21:30.013Z Fresh same-file v1.0.6
16372025-05-27T18:21:30.013Z Fresh toml_write v0.1.1
16382025-05-27T18:21:30.013Z Fresh anstyle-query v1.1.2
16392025-05-27T18:21:30.013Z Fresh colorchoice v1.0.3
16402025-05-27T18:21:30.013Z Fresh is_terminal_polyfill v1.70.1
16412025-05-27T18:21:30.013Z Fresh mime v0.3.17
16422025-05-27T18:21:30.013Z Fresh winnow v0.7.7
16432025-05-27T18:21:30.013Z Fresh tokio-rustls v0.26.1
16442025-05-27T18:21:30.013Z Fresh walkdir v2.5.0
16452025-05-27T18:21:30.013Z Fresh tokio-native-tls v0.3.1
16462025-05-27T18:21:30.013Z Fresh serde_urlencoded v0.7.1
16472025-05-27T18:21:30.013Z Fresh anstream v0.6.18
16482025-05-27T18:21:30.013Z Fresh toml_edit v0.22.26
16492025-05-27T18:21:30.013Z Fresh webpki-roots v0.26.7
16502025-05-27T18:21:30.013Z Fresh rustls-pemfile v2.2.0
16512025-05-27T18:21:30.013Z Fresh aho-corasick v1.1.3
16522025-05-27T18:21:30.013Z Fresh terminal_size v0.4.1
16532025-05-27T18:21:30.013Z Fresh sync_wrapper v1.0.2
16542025-05-27T18:21:30.013Z Fresh tower-layer v0.3.3
16552025-05-27T18:21:30.013Z Fresh base64 v0.22.1
16562025-05-27T18:21:30.013Z Fresh scopeguard v1.2.0
16572025-05-27T18:21:30.013Z Fresh regex-syntax v0.8.5
16582025-05-27T18:21:30.013Z Fresh clap_lex v0.7.4
16592025-05-27T18:21:30.013Z Fresh regex-automata v0.4.9
16602025-05-27T18:21:30.013Z Fresh clap_builder v4.5.38
16612025-05-27T18:21:30.013Z Fresh lock_api v0.4.12
16622025-05-27T18:21:30.013Z Fresh tower v0.5.2
16632025-05-27T18:21:30.013Z Fresh hyper-rustls v0.27.5
16642025-05-27T18:21:30.013Z Fresh toml v0.8.22
16652025-05-27T18:21:30.013Z Fresh hyper-tls v0.6.0
16662025-05-27T18:21:30.013Z Fresh async-lock v3.4.0
16672025-05-27T18:21:30.013Z Fresh parking_lot_core v0.9.10
16682025-05-27T18:21:30.013Z Fresh futures-executor v0.3.31
16692025-05-27T18:21:30.013Z Fresh clap_derive v4.5.32
16702025-05-27T18:21:30.013Z Fresh polling v3.7.4
16712025-05-27T18:21:30.014Z Fresh http v0.2.12
16722025-05-27T18:21:30.014Z Fresh ipnet v2.10.1
16732025-05-27T18:21:30.014Z Fresh siphasher v0.3.11
16742025-05-27T18:21:30.014Z Fresh clap v4.5.38
16752025-05-27T18:21:30.014Z Fresh phf_shared v0.10.0
16762025-05-27T18:21:30.014Z Fresh async-io v2.4.0
16772025-05-27T18:21:30.014Z Fresh reqwest v0.12.15
16782025-05-27T18:21:30.014Z Fresh parking_lot v0.12.3
16792025-05-27T18:21:30.014Z Fresh futures v0.3.31
16802025-05-27T18:21:30.014Z Fresh typenum v1.17.0
16812025-05-27T18:21:30.014Z Fresh rustix v1.0.2
16822025-05-27T18:21:30.014Z Fresh crunchy v0.2.2
16832025-05-27T18:21:30.014Z Fresh indexmap v2.9.0
16842025-05-27T18:21:30.014Z Fresh bit-vec v0.6.3
16852025-05-27T18:21:30.014Z Fresh async-task v4.7.1
16862025-05-27T18:21:30.014Z Fresh precomputed-hash v0.1.1
16872025-05-27T18:21:30.014Z Fresh fixedbitset v0.4.2
16882025-05-27T18:21:30.014Z Fresh new_debug_unreachable v1.0.6
16892025-05-27T18:21:30.014Z Fresh petgraph v0.6.5
16902025-05-27T18:21:30.014Z Fresh string_cache v0.8.7
16912025-05-27T18:21:30.014Z Fresh tiny-keccak v2.0.2
16922025-05-27T18:21:30.014Z Fresh bit-set v0.5.3
16932025-05-27T18:21:30.014Z Fresh tempfile v3.20.0
16942025-05-27T18:21:30.014Z Fresh generic-array v0.14.7
16952025-05-27T18:21:30.014Z Fresh ascii-canvas v3.0.0
16962025-05-27T18:21:30.014Z Fresh regex v1.11.1
16972025-05-27T18:21:30.014Z Fresh async-channel v2.3.1
16982025-05-27T18:21:30.014Z Fresh itertools v0.11.0
16992025-05-27T18:21:30.014Z Fresh ena v0.14.3
17002025-05-27T18:21:30.014Z Fresh piper v0.2.4
17012025-05-27T18:21:30.014Z Fresh nanorand v0.7.0
17022025-05-27T18:21:30.014Z Fresh dirs-sys v0.3.7
17032025-05-27T18:21:30.014Z Fresh pico-args v0.5.0
17042025-05-27T18:21:30.014Z Fresh lazy_static v1.5.0
17052025-05-27T18:21:30.041Z Fresh unicode-xid v0.2.6
17062025-05-27T18:21:30.041Z Fresh flume v0.11.1
17072025-05-27T18:21:30.041Z Fresh dirs v4.0.0
17082025-05-27T18:21:30.041Z Fresh blocking v1.6.1
17092025-05-27T18:21:30.041Z Fresh syn v1.0.109
17102025-05-27T18:21:30.041Z Fresh async-executor v1.13.1
17112025-05-27T18:21:30.041Z Fresh lalrpop v0.20.2
17122025-05-27T18:21:30.041Z Fresh progenitor-client v0.11.0
17132025-05-27T18:21:30.041Z Fresh async-signal v0.2.10
17142025-05-27T18:21:30.041Z Fresh async-trait v0.1.88
17152025-05-27T18:21:30.041Z Fresh event-listener v2.5.3
17162025-05-27T18:21:30.041Z Fresh async-process v2.3.0
17172025-05-27T18:21:30.041Z Fresh async-channel v1.9.0
17182025-05-27T18:21:30.041Z Fresh async-attributes v1.1.2
17192025-05-27T18:21:30.041Z Fresh async-global-executor v2.4.1
17202025-05-27T18:21:30.041Z Fresh block-buffer v0.10.4
17212025-05-27T18:21:30.041Z Fresh crypto-common v0.1.6
17222025-05-27T18:21:30.041Z Fresh thiserror-impl v1.0.69
17232025-05-27T18:21:30.041Z Fresh kv-log-macro v1.0.7
17242025-05-27T18:21:30.041Z Fresh similar v2.7.0
17252025-05-27T18:21:30.041Z Fresh digest v0.10.7
17262025-05-27T18:21:30.041Z Fresh thiserror v1.0.69
17272025-05-27T18:21:30.041Z Fresh async-std v1.13.0
17282025-05-27T18:21:30.042Z Fresh semver v1.0.26
17292025-05-27T18:21:30.042Z Fresh http-body v0.4.6
17302025-05-27T18:21:30.042Z Fresh icu_normalizer v1.5.0
17312025-05-27T18:21:30.042Z Fresh time-core v0.1.2
17322025-05-27T18:21:30.042Z Fresh unicode-width v0.2.0
17332025-05-27T18:21:30.042Z Fresh powerfmt v0.2.0
17342025-05-27T18:21:30.042Z Fresh cpufeatures v0.2.16
17352025-05-27T18:21:30.042Z Fresh lalrpop-util v0.20.2
17362025-05-27T18:21:30.042Z Fresh num-conv v0.1.0
17372025-05-27T18:21:30.042Z Fresh deranged v0.3.11
17382025-05-27T18:21:30.042Z Fresh hyper v0.14.32
17392025-05-27T18:21:30.042Z Fresh time-macros v0.2.19
17402025-05-27T18:21:30.042Z Fresh idna_adapter v1.2.0
17412025-05-27T18:21:30.042Z Fresh basic-cookies v0.1.5
17422025-05-27T18:21:30.042Z Fresh async-object-pool v0.1.5
17432025-05-27T18:21:30.042Z Fresh rustversion v1.0.18
17442025-05-27T18:21:30.042Z Fresh serde_regex v1.1.0
17452025-05-27T18:21:30.042Z Fresh assert-json-diff v2.0.2
17462025-05-27T18:21:30.042Z Fresh serde_tokenstream v0.2.2
17472025-05-27T18:21:30.042Z Fresh percent-encoding v2.3.1
17482025-05-27T18:21:30.042Z Fresh ident_case v1.0.1
17492025-05-27T18:21:30.042Z Fresh levenshtein v1.0.5
17502025-05-27T18:21:30.042Z Fresh unicode-segmentation v1.12.0
17512025-05-27T18:21:30.042Z Fresh num_threads v0.1.7
17522025-05-27T18:21:30.042Z Fresh base64 v0.21.7
17532025-05-27T18:21:30.042Z Fresh darling_core v0.20.11
17542025-05-27T18:21:30.042Z Fresh form_urlencoded v1.2.1
17552025-05-27T18:21:30.042Z Fresh idna v1.0.3
17562025-05-27T18:21:30.042Z Fresh time v0.3.37
17572025-05-27T18:21:30.042Z Fresh httpmock v0.7.0
17582025-05-27T18:21:30.042Z Fresh libz-sys v1.1.20
17592025-05-27T18:21:30.042Z Fresh dirs-sys-next v0.1.2
17602025-05-27T18:21:30.042Z Fresh home v0.5.11
17612025-05-27T18:21:30.042Z Fresh libgit2-sys v0.18.0+1.9.0
17622025-05-27T18:21:30.042Z Fresh dirs-next v2.0.0
17632025-05-27T18:21:30.042Z Fresh signal-hook v0.3.17
17642025-05-27T18:21:30.042Z Fresh slog v2.7.0
17652025-05-27T18:21:30.043Z Fresh url v2.5.4
17662025-05-27T18:21:30.043Z Fresh darling_macro v0.20.11
17672025-05-27T18:21:30.043Z Fresh sha1 v0.10.6
17682025-05-27T18:21:30.043Z Fresh thread_local v1.1.8
17692025-05-27T18:21:30.043Z Fresh crc32fast v1.4.2
17702025-05-27T18:21:30.043Z Fresh bitflags v2.6.0
17712025-05-27T18:21:30.043Z Fresh predicates-core v1.0.9
17722025-05-27T18:21:30.043Z Fresh adler2 v2.0.0
17732025-05-27T18:21:30.043Z Fresh paste v1.0.15
17742025-05-27T18:21:30.043Z Fresh miniz_oxide v0.8.2
17752025-05-27T18:21:30.043Z Fresh git2 v0.20.0
17762025-05-27T18:21:30.043Z Fresh darling v0.20.11
17772025-05-27T18:21:30.043Z Fresh term v0.7.0
17782025-05-27T18:21:30.043Z Fresh signal-hook-mio v0.2.4
17792025-05-27T18:21:30.043Z Fresh bzip2-sys v0.1.13+1.0.8
17802025-05-27T18:21:30.043Z Fresh strum_macros v0.26.4
17812025-05-27T18:21:30.043Z Fresh castaway v0.2.3
17822025-05-27T18:21:30.043Z Fresh console v0.15.10
17832025-05-27T18:21:30.043Z Fresh itertools v0.13.0
17842025-05-27T18:21:30.043Z Fresh float-cmp v0.10.0
17852025-05-27T18:21:30.043Z Fresh openapiv3 v2.1.0
17862025-05-27T18:21:30.043Z Fresh is-terminal v0.4.13
17872025-05-27T18:21:30.043Z Fresh unicode-width v0.1.14
17882025-05-27T18:21:30.043Z Fresh simd-adler32 v0.3.7
17892025-05-27T18:21:30.043Z Fresh indoc v2.0.6
17902025-05-27T18:21:30.043Z Fresh difflib v0.4.0
17912025-05-27T18:21:30.043Z Fresh data-encoding v2.6.0
17922025-05-27T18:21:30.043Z Fresh static_assertions v1.1.0
17932025-05-27T18:21:30.043Z Fresh normalize-line-endings v0.3.0
17942025-05-27T18:21:30.043Z Fresh regex-syntax v0.6.29
17952025-05-27T18:21:30.043Z Fresh utf-8 v0.7.6
17962025-05-27T18:21:30.043Z Fresh bumpalo v3.17.0
17972025-05-27T18:21:30.043Z Fresh regex-automata v0.1.10
17982025-05-27T18:21:30.043Z Fresh zopfli v0.8.2
17992025-05-27T18:21:30.043Z Fresh tungstenite v0.20.1
18002025-05-27T18:21:30.043Z Fresh compact_str v0.8.1
18012025-05-27T18:21:30.043Z Fresh predicates v3.1.3
18022025-05-27T18:21:30.043Z Fresh instability v0.3.7
18032025-05-27T18:21:30.043Z Fresh unicode-truncate v1.1.0
18042025-05-27T18:21:30.043Z Fresh strum v0.26.3
18052025-05-27T18:21:30.070Z Fresh built v0.7.7
18062025-05-27T18:21:30.070Z Fresh camino v1.1.9
18072025-05-27T18:21:30.070Z Fresh bzip2 v0.5.2
18082025-05-27T18:21:30.070Z Fresh crossterm v0.28.1
18092025-05-27T18:21:30.070Z Fresh flate2 v1.0.35
18102025-05-27T18:21:30.070Z Fresh serde_path_to_error v0.1.16
18112025-05-27T18:21:30.070Z Fresh lru v0.12.5
18122025-05-27T18:21:30.070Z Fresh is-docker v0.2.0
18132025-05-27T18:21:30.070Z Fresh overload v0.1.1
18142025-05-27T18:21:30.070Z Fresh match_cfg v0.1.0
18152025-05-27T18:21:30.070Z Fresh cassowary v0.3.0
18162025-05-27T18:21:30.070Z Fresh hostname v0.3.1
18172025-05-27T18:21:30.070Z Fresh nu-ansi-term v0.46.0
18182025-05-27T18:21:30.070Z Fresh ratatui v0.29.0
18192025-05-27T18:21:30.070Z Fresh is-wsl v0.4.0
18202025-05-27T18:21:30.070Z Fresh zip v2.6.1
18212025-05-27T18:21:30.070Z Fresh rustls v0.22.4
18222025-05-27T18:21:30.070Z Fresh matchers v0.1.0
18232025-05-27T18:21:30.070Z Fresh portable-atomic v1.10.0
18242025-05-27T18:21:30.070Z Fresh tokio-tungstenite v0.20.1
18252025-05-27T18:21:30.070Z Fresh anyhow v1.0.98
18262025-05-27T18:21:30.070Z Fresh slog-json v2.6.1
18272025-05-27T18:21:30.070Z Fresh termini v1.0.0
18282025-05-27T18:21:30.070Z Fresh newline-converter v0.3.0
18292025-05-27T18:21:30.070Z Fresh sha2 v0.10.8
18302025-05-27T18:21:30.071Z Fresh sharded-slab v0.1.7
18312025-05-27T18:21:30.071Z Fresh crossbeam-channel v0.5.15
18322025-05-27T18:21:30.071Z Fresh tracing-log v0.2.0
18332025-05-27T18:21:30.071Z Fresh tracing-serde v0.2.0
18342025-05-27T18:21:30.071Z Fresh async-stream-impl v0.3.6
18352025-05-27T18:21:30.071Z Fresh shell-words v1.1.0
18362025-05-27T18:21:30.071Z Fresh termcolor v1.4.1
18372025-05-27T18:21:30.071Z Fresh ipnetwork v0.21.1
18382025-05-27T18:21:30.071Z Fresh humantime v2.2.0
18392025-05-27T18:21:30.071Z Fresh take_mut v0.2.2
18402025-05-27T18:21:30.071Z Fresh untrusted v0.7.1
18412025-05-27T18:21:30.071Z Fresh spin v0.5.2
18422025-05-27T18:21:30.071Z Fresh pathdiff v0.2.3
18432025-05-27T18:21:30.071Z Fresh termtree v0.5.1
18442025-05-27T18:21:30.071Z Fresh number_prefix v0.4.0
18452025-05-27T18:21:30.071Z Fresh base64 v0.13.1
18462025-05-27T18:21:30.071Z Fresh oxnet v0.1.2
18472025-05-27T18:21:30.071Z Fresh async-stream v0.3.6
18482025-05-27T18:21:30.071Z Fresh pem v1.1.1
18492025-05-27T18:21:30.071Z Fresh indicatif v0.17.11
18502025-05-27T18:21:30.071Z Fresh open v4.2.0
18512025-05-27T18:21:30.071Z Fresh ring v0.16.20
18522025-05-27T18:21:30.071Z Fresh predicates-tree v1.0.12
18532025-05-27T18:21:30.071Z Fresh slog-async v2.8.0
18542025-05-27T18:21:30.071Z Fresh dialoguer v0.10.4
18552025-05-27T18:21:30.071Z Fresh tracing-subscriber v0.3.19
18562025-05-27T18:21:30.071Z Fresh env_logger v0.10.2
18572025-05-27T18:21:30.071Z Fresh slog-bunyan v2.5.0
18582025-05-27T18:21:30.071Z Fresh oauth2 v5.0.0
18592025-05-27T18:21:30.071Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
18602025-05-27T18:21:30.071Z Fresh tokio-rustls v0.25.0
18612025-05-27T18:21:30.071Z Fresh support-bundle-viewer v0.1.0
18622025-05-27T18:21:30.071Z Fresh doc-comment v0.3.3
18632025-05-27T18:21:30.071Z Fresh multer v3.1.0
18642025-05-27T18:21:30.071Z Fresh slog-term v2.9.1
18652025-05-27T18:21:30.071Z Fresh yasna v0.5.2
18662025-05-27T18:21:30.071Z Fresh dropshot_endpoint v0.13.0
18672025-05-27T18:21:30.071Z Fresh tabwriter v1.4.1
18682025-05-27T18:21:30.072Z Fresh colored v2.2.0
18692025-05-27T18:21:30.072Z Fresh atomicwrites v0.4.4
18702025-05-27T18:21:30.072Z Fresh clap_complete v4.5.50
18712025-05-27T18:21:30.072Z Fresh bstr v1.11.1
18722025-05-27T18:21:30.072Z Fresh waitgroup v0.1.2
18732025-05-27T18:21:30.072Z Fresh wait-timeout v0.2.0
18742025-05-27T18:21:30.072Z Fresh hostname v0.4.0
18752025-05-27T18:21:30.072Z Fresh md5 v0.7.0
18762025-05-27T18:21:30.072Z Fresh diff v0.1.13
18772025-05-27T18:21:30.072Z Fresh debug-ignore v1.0.5
18782025-05-27T18:21:30.072Z Fresh yansi v1.0.1
18792025-05-27T18:21:30.072Z Fresh expectorate v1.2.0
18802025-05-27T18:21:30.072Z Fresh assert_cmd v2.0.17
18812025-05-27T18:21:30.072Z Fresh rcgen v0.10.0
18822025-05-27T18:21:30.072Z Fresh serde_json v1.0.140
18832025-05-27T18:21:30.072Z Fresh regress v0.10.3
18842025-05-27T18:21:30.072Z Fresh dropshot v0.13.0
18852025-05-27T18:21:30.072Z Fresh pretty_assertions v1.4.1
18862025-05-27T18:21:30.072Z Fresh syn v2.0.101
18872025-05-27T18:21:30.072Z Fresh toolchain_find v0.4.0
18882025-05-27T18:21:30.072Z Fresh schemars v0.8.22
18892025-05-27T18:21:30.072Z Fresh rustfmt-wrapper v0.2.1
18902025-05-27T18:21:30.072Z Fresh typify-impl v0.4.1
18912025-05-27T18:21:30.072Z Fresh integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
18922025-05-27T18:21:30.072Z Fresh typify-macro v0.4.1
18932025-05-27T18:21:30.072Z Fresh oxide-cli v0.11.1+20250409.0.0 (/work/oxidecomputer/oxide.rs/cli)
18942025-05-27T18:21:30.072Z Fresh oxide-httpmock v0.11.0+20250409.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
18952025-05-27T18:21:30.072Z Fresh oxide v0.11.0+20250409.0.0 (/work/oxidecomputer/oxide.rs/sdk)
18962025-05-27T18:21:30.072Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
18972025-05-27T18:21:30.072Z Fresh typify v0.4.1
18982025-05-27T18:21:30.072Z Fresh progenitor-impl v0.10.0 (https://github.com/oxidecomputer/progenitor#c8f975b3)
18992025-05-27T18:21:30.072Z Fresh progenitor v0.10.0 (https://github.com/oxidecomputer/progenitor#c8f975b3)
19002025-05-27T18:21:30.072Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
19012025-05-27T18:21:30.072Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s
19022025-05-27T18:21:30.072Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/integration_tests-a0e4a60bfe4f1ebd`
19032025-05-27T18:21:30.072Z
19042025-05-27T18:21:30.072Zrunning 0 tests
19052025-05-27T18:21:30.098Z
19062025-05-27T18:21:30.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19072025-05-27T18:21:30.098Z
19082025-05-27T18:21:30.098Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_extras-9a72a4cd08328294`
19092025-05-27T18:21:30.098Z
19102025-05-27T18:21:30.098Zrunning 1 test
19112025-05-27T18:21:30.098Ztest test_disk_import ... ok
19122025-05-27T18:21:30.098Z
19132025-05-27T18:21:30.098Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
19142025-05-27T18:21:30.098Z
19152025-05-27T18:21:30.098Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-1797110e502e3c01`
19162025-05-27T18:21:30.124Z
19172025-05-27T18:21:30.124Zrunning 5 tests
19182025-05-27T18:21:30.124Ztest extras::disk::types::tests::test_get_disk_size ... ok
19192025-05-27T18:21:30.124Ztest clap_feature::tests::test_block_size ... ok
19202025-05-27T18:21:30.124Ztest clap_feature::tests::test_byte_count ... ok
19212025-05-27T18:21:30.124Ztest clap_feature::tests::test_name_or_id ... ok
19222025-05-27T18:21:30.124Ztest clap_feature::tests::test_name ... ok
19232025-05-27T18:21:30.124Z
19242025-05-27T18:21:30.124Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
19252025-05-27T18:21:30.124Z
19262025-05-27T18:21:30.124Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-1867849f6529c671`
19272025-05-27T18:21:30.150Z
19282025-05-27T18:21:30.150Zrunning 8 tests
19292025-05-27T18:21:30.150Ztest cmd_api::tests::test_add_query_string ... ok
19302025-05-27T18:21:30.150Ztest tests::test_autoref ... ok
19312025-05-27T18:21:30.150Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
19322025-05-27T18:21:30.150Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
19332025-05-27T18:21:30.150Ztest cmd_auth::tests::test_parse_host ... ok
19342025-05-27T18:21:30.175Ztest tests::test_json_body_required ... ok
19352025-05-27T18:21:30.200Ztest cmd_version::version_success ... ok
19362025-05-27T18:21:30.281Ztest cmd_auth::tests::test_cmd_auth_login ... ok
19372025-05-27T18:21:30.281Z
19382025-05-27T18:21:30.281Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
19392025-05-27T18:21:30.281Z
19402025-05-27T18:21:30.306Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-b6a999b05f38dfd1`
19412025-05-27T18:21:30.306Z
19422025-05-27T18:21:30.306Zrunning 3 tests
19432025-05-27T18:21:30.386Ztest test_pagination_success ... ok
19442025-05-27T18:21:30.411Ztest test_pagination_midway_failure ... ok
19452025-05-27T18:21:30.585Ztest test_simple_api_call ... ok
19462025-05-27T18:21:30.585Z
19472025-05-27T18:21:30.586Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
19482025-05-27T18:21:30.586Z
19492025-05-27T18:21:30.610Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-4e8e9d90b2b452cc`
19502025-05-27T18:21:30.611Z
19512025-05-27T18:21:30.611Zrunning 8 tests
19522025-05-27T18:21:30.611Ztest test_auth_credentials_permissions ... ok
19532025-05-27T18:21:30.638Ztest test_cmd_auth_debug_logging ... ok
19542025-05-27T18:21:30.698Ztest test_cmd_auth_status_env ... ok
19552025-05-27T18:21:30.726Ztest test_cmd_auth_status ... ok
19562025-05-27T18:21:31.763Ztest test_auth_login_existing_no_default ... ok
19572025-05-27T18:21:31.788Ztest test_auth_login_first ... ok
19582025-05-27T18:21:31.788Ztest test_auth_login_existing_default ... ok
19592025-05-27T18:21:32.730Ztest test_auth_login_double ... ok
19602025-05-27T18:21:32.730Z
19612025-05-27T18:21:32.730Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
19622025-05-27T18:21:32.730Z
19632025-05-27T18:21:32.756Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-d0e89380ee1627bc`
19642025-05-27T18:21:32.756Z
19652025-05-27T18:21:32.756Zrunning 14 tests
19662025-05-27T18:21:32.803Ztest test_disk_import_bad_file_size ... ok
19672025-05-27T18:21:32.962Ztest test_disk_import_bad_block_size ... ok
19682025-05-27T18:21:32.987Ztest test_disk_import_finalize ... ok
19692025-05-27T18:21:33.012Ztest test_disk_import_required_parameters ... ok
19702025-05-27T18:21:33.059Ztest test_disk_import_image_exists_already ... ok
19712025-05-27T18:21:33.084Ztest test_disk_import_disk_exists_already ... ok
19722025-05-27T18:21:33.109Ztest test_disk_create_fail ... ok
19732025-05-27T18:21:33.109Ztest test_disk_import_snapshot_exists_already ... ok
19742025-05-27T18:21:33.109Ztest test_disk_import_start ... ok
19752025-05-27T18:21:33.134Ztest test_disk_import_stop ... ok
19762025-05-27T18:21:33.161Ztest test_disk_import_write ... ok
19772025-05-27T18:21:33.387Ztest test_disk_import_sparse ... ok
19782025-05-27T18:21:33.423Ztest test_disk_import ... ok
19792025-05-27T18:21:33.615Ztest test_disk_write_import_fail ... ok
19802025-05-27T18:21:33.615Z
19812025-05-27T18:21:33.615Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
19822025-05-27T18:21:33.615Z
19832025-05-27T18:21:33.640Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-079234939eaa1c1a`
19842025-05-27T18:21:33.640Z
19852025-05-27T18:21:33.640Zrunning 1 test
19862025-05-27T18:21:33.828Ztest test_docs_json ... ok
19872025-05-27T18:21:33.828Z
19882025-05-27T18:21:33.828Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
19892025-05-27T18:21:33.828Z
19902025-05-27T18:21:33.853Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-13259561672e3a8c`
19912025-05-27T18:21:33.853Z
19922025-05-27T18:21:33.853Zrunning 3 tests
19932025-05-27T18:21:33.948Ztest test_instance_create ... ok
19942025-05-27T18:21:33.973Ztest test_instance_serial_console ... ok
19952025-05-27T18:21:33.973Ztest test_instance_serial_history ... ok
19962025-05-27T18:21:33.973Z
19972025-05-27T18:21:33.973Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
19982025-05-27T18:21:33.974Z
19992025-05-27T18:21:33.974Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-12d44b6505fc952d`
20002025-05-27T18:21:33.999Z
20012025-05-27T18:21:33.999Zrunning 1 test
20022025-05-27T18:21:34.106Ztest test_port_config ... ok
20032025-05-27T18:21:34.106Z
20042025-05-27T18:21:34.106Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
20052025-05-27T18:21:34.106Z
20062025-05-27T18:21:34.131Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-221bfe2adbad194a`
20072025-05-27T18:21:34.131Z
20082025-05-27T18:21:34.131Zrunning 4 tests
20092025-05-27T18:21:34.214Ztest test_project_delete ... ok
20102025-05-27T18:21:34.240Ztest test_project_simple_list ... ok
20112025-05-27T18:21:34.265Ztest test_project_list_paginated_fail ... ok
20122025-05-27T18:21:34.265Ztest test_project_list_paginated ... ok
20132025-05-27T18:21:34.265Z
20142025-05-27T18:21:34.265Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
20152025-05-27T18:21:34.265Z
20162025-05-27T18:21:34.265Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-a8fb35c812758f31`
20172025-05-27T18:21:34.265Z
20182025-05-27T18:21:34.265Zrunning 3 tests
20192025-05-27T18:21:34.352Ztest test_resolve_and_cacert ... ok
20202025-05-27T18:21:34.377Ztest test_insecure_cert_validation ... ok
20212025-05-27T18:21:34.377Ztest test_insecure_hostname_verification ... ok
20222025-05-27T18:21:34.377Z
20232025-05-27T18:21:34.377Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
20242025-05-27T18:21:34.377Z
20252025-05-27T18:21:34.377Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-0d3b919e12c71c45`
20262025-05-27T18:21:34.402Z
20272025-05-27T18:21:34.402Zrunning 1 test
20282025-05-27T18:21:34.474Ztest test_silo_idp_saml_create ... ok
20292025-05-27T18:21:34.474Z
20302025-05-27T18:21:34.474Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
20312025-05-27T18:21:34.474Z
20322025-05-27T18:21:34.499Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-7d8e033731be6938`
20332025-05-27T18:21:34.499Z
20342025-05-27T18:21:34.499Zrunning 5 tests
20352025-05-27T18:21:34.530Ztest test_allowlist_neither ... ok
20362025-05-27T18:21:34.555Ztest test_allowlist_both ... ok
20372025-05-27T18:21:34.594Ztest test_allowlist_any ... ok
20382025-05-27T18:21:34.620Ztest test_allowlist_one_ip ... ok
20392025-05-27T18:21:34.645Ztest test_allowlist_many_ips ... ok
20402025-05-27T18:21:34.645Z
20412025-05-27T18:21:34.645Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
20422025-05-27T18:21:34.645Z
20432025-05-27T18:21:34.645Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-756d2d03daa9ae8c`
20442025-05-27T18:21:34.645Z
20452025-05-27T18:21:34.645Zrunning 0 tests
20462025-05-27T18:21:34.645Z
20472025-05-27T18:21:34.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20482025-05-27T18:21:34.645Z
20492025-05-27T18:21:34.670Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-de119911ff7d3fac`
20502025-05-27T18:21:34.670Z
20512025-05-27T18:21:34.670Zrunning 1 test
20522025-05-27T18:21:34.670Ztest json_mock::tests::test_one ... ok
20532025-05-27T18:21:34.670Z
20542025-05-27T18:21:34.670Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20552025-05-27T18:21:34.670Z
20562025-05-27T18:21:34.670Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-b913d046a9900bd2`
20572025-05-27T18:21:34.695Z
20582025-05-27T18:21:34.696Zrunning 0 tests
20592025-05-27T18:21:34.696Z
20602025-05-27T18:21:34.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20612025-05-27T18:21:34.696Z
20622025-05-27T18:21:34.696Z Doc-tests integration_tests
20632025-05-27T18:21:34.696Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name integration_tests --test integration-tests/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/integration-tests -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-abb9a45290f1a6ea.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
20642025-05-27T18:21:34.777Z
20652025-05-27T18:21:34.777Zrunning 0 tests
20662025-05-27T18:21:34.777Z
20672025-05-27T18:21:34.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20682025-05-27T18:21:34.777Z
20692025-05-27T18:21:34.802Z Doc-tests oxide
20702025-05-27T18:21:34.802Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-b85a699ee828e980.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-f4b1b7495c06a874.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2bf48a522f65e2c7.rlib --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-822349ee6bcb49a3.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-416b73542f6559cc.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-79a294800af06aca.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-2c29b91a18bf0a10.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-270b2345cae5fbcb.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e77d144984a9896a.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-8a71a42663d0a1d6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-65399a4fbdd036bc.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-c210a097243b1496.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-09d31062c1cae999.rlib --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-2e6be4c78aa8708d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' --error-format human`
20712025-05-27T18:21:41.362Z
20722025-05-27T18:21:41.362Zrunning 260 tests
20732025-05-27T18:21:41.433Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 35) ... ignored
20742025-05-27T18:21:41.433Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 52) ... ignored
20752025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_create (line 57917) ... ignored
20762025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_delete (line 57967) ... ignored
20772025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_list (line 57900) ... ignored
20782025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_add (line 58029) ... ignored
20792025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_delete (line 58050) ... ignored
20802025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_view (line 58008) ... ignored
20812025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_list (line 57987) ... ignored
20822025-05-27T18:21:41.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_update (line 57950) ... ignored
20832025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_view (line 57933) ... ignored
20842025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 58183) ... ignored
20852025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 58201) ... ignored
20862025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 58218) ... ignored
20872025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 58137) ... ignored
20882025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 58167) ... ignored
20892025-05-27T18:21:41.434Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 58234) ... ignored
20902025-05-27T18:21:41.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 58120) ... ignored
20912025-05-27T18:21:41.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 58257) ... ignored
20922025-05-27T18:21:41.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 58152) ... ignored
20932025-05-27T18:21:41.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 58405) ... ignored
20942025-05-27T18:21:41.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 58340) ... ignored
20952025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 58387) ... ignored
20962025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 58421) ... ignored
20972025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 58323) ... ignored
20982025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 58371) ... ignored
20992025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 58355) ... ignored
21002025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_create (line 58758) ... ignored
21012025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_delete (line 58805) ... ignored
21022025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_list (line 58741) ... ignored
21032025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_member_instance_add (line 58862) ... ignored
21042025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_member_instance_delete (line 58880) ... ignored
21052025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_member_instance_view (line 58844) ... ignored
21062025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_member_list (line 58824) ... ignored
21072025-05-27T18:21:41.436Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_update (line 58789) ... ignored
21082025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::affinity_group_view (line 58773) ... ignored
21092025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 58501) ... ignored
21102025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 58487) ... ignored
21112025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 58471) ... ignored
21122025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::instance_affinity_group_list (line 58900) ... ignored
21132025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 58915) ... ignored
21142025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 58535) ... ignored
21152025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 58565) ... ignored
21162025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 58518) ... ignored
21172025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 58550) ... ignored
21182025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_create (line 58595) ... ignored
21192025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_delete (line 58625) ... ignored
21202025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_download (line 58643) ... ignored
21212025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_download_file (line 58682) ... ignored
21222025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_head (line 58662) ... ignored
21232025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_head_file (line 58703) ... ignored
21242025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_index (line 58723) ... ignored
21252025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_list (line 58582) ... ignored
21262025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_view (line 58608) ... ignored
21272025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::target_release_update (line 58945) ... ignored
21282025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::target_release_view (line 58931) ... ignored
21292025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::timeseries_query (line 58963) ... ignored
21302025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 59131) ... ignored
21312025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 59167) ... ignored
21322025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 59184) ... ignored
21332025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 59112) ... ignored
21342025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 59201) ... ignored
21352025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 59148) ... ignored
21362025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_anti_affinity_group_list (line 59333) ... ignored
21372025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 59267) ... ignored
21382025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 59314) ... ignored
21392025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 59374) ... ignored
21402025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 59391) ... ignored
21412025-05-27T18:21:41.437Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 59355) ... ignored
21422025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 59424) ... ignored
21432025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 59441) ... ignored
21442025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 59407) ... ignored
21452025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 59250) ... ignored
21462025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 59603) ... ignored
21472025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 59664) ... ignored
21482025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 59583) ... ignored
21492025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 59640) ... ignored
21502025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 59621) ... ignored
21512025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 59456) ... ignored
21522025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 59483) ... ignored
21532025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 59506) ... ignored
21542025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 59530) ... ignored
21552025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 59548) ... ignored
21562025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 59563) ... ignored
21572025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_update (line 59298) ... ignored
21582025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 59282) ... ignored
21592025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 59788) ... ignored
21602025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 59775) ... ignored
21612025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 59826) ... ignored
21622025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 59863) ... ignored
21632025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 59853) ... ignored
21642025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 59938) ... ignored
21652025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 59979) ... ignored
21662025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 59894) ... ignored
21672025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 59909) ... ignored
21682025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 59925) ... ignored
21692025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 60006) ... ignored
21702025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 59992) ... ignored
21712025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 59965) ... ignored
21722025-05-27T18:21:41.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 59951) ... ignored
21732025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 60065) ... ignored
21742025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 60079) ... ignored
21752025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 60119) ... ignored
21762025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 60154) ... ignored
21772025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 60185) ... ignored
21782025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 60139) ... ignored
21792025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 60169) ... ignored
21802025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 60104) ... ignored
21812025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 60251) ... ignored
21822025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 60281) ... ignored
21832025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 60235) ... ignored
21842025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 60266) ... ignored
21852025-05-27T18:21:41.467Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 60297) ... ignored
21862025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 60312) ... ignored
21872025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 60333) ... ignored
21882025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 60323) ... ignored
21892025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 60350) ... ignored
21902025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 60364) ... ignored
21912025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 60445) ... ignored
21922025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 60475) ... ignored
21932025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 60426) ... ignored
21942025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 60460) ... ignored
21952025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_class_list (line 60517) ... ignored
21962025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_delivery_list (line 60612) ... ignored
21972025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_delivery_resend (line 60701) ... ignored
21982025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_delete (line 60563) ... ignored
21992025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_list (line 60535) ... ignored
22002025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_probe (line 60655) ... ignored
22012025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_subscription_add (line 60670) ... ignored
22022025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_subscription_remove (line 60686) ... ignored
22032025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::alert_receiver_view (line 60550) ... ignored
22042025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::webhook_receiver_create (line 60713) ... ignored
22052025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::webhook_receiver_update (line 60731) ... ignored
22062025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::webhook_secrets_add (line 60759) ... ignored
22072025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::webhook_secrets_delete (line 60773) ... ignored
22082025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemAlertsExt::webhook_secrets_list (line 60745) ... ignored
22092025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 61052) ... ignored
22102025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 61072) ... ignored
22112025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 61031) ... ignored
22122025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 61090) ... ignored
22132025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 60853) ... ignored
22142025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 60868) ... ignored
22152025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 60884) ... ignored
22162025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 60899) ... ignored
22172025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 60928) ... ignored
22182025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 60978) ... ignored
22192025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 60915) ... ignored
22202025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 61012) ... ignored
22212025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 60958) ... ignored
22222025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 60996) ... ignored
22232025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 60941) ... ignored
22242025-05-27T18:21:41.468Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 61108) ... ignored
22252025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 61123) ... ignored
22262025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_create (line 61228) ... ignored
22272025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_delete (line 61269) ... ignored
22282025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_list (line 61215) ... ignored
22292025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_add (line 61305) ... ignored
22302025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_list (line 61287) ... ignored
22312025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_remove (line 61320) ... ignored
22322025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_add (line 61447) ... ignored
22332025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_list (line 61433) ... ignored
22342025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 61458) ... ignored
22352025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_view (line 61417) ... ignored
22362025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_link (line 61359) ... ignored
22372025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_list (line 61338) ... ignored
22382025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 61392) ... ignored
22392025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_update (line 61377) ... ignored
22402025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_update (line 61255) ... ignored
22412025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_utilization_view (line 61406) ... ignored
22422025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_view (line 61241) ... ignored
22432025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 61557) ... ignored
22442025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_query (line 61576) ... ignored
22452025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_schema_list (line 61591) ... ignored
22462025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 61742) ... ignored
22472025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 61710) ... ignored
22482025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 61724) ... ignored
22492025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 61697) ... ignored
22502025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 61766) ... ignored
22512025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 61756) ... ignored
22522025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 61777) ... ignored
22532025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 61788) ... ignored
22542025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 61799) ... ignored
22552025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 61886) ... ignored
22562025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 61856) ... ignored
22572025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 61872) ... ignored
22582025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announcement_list (line 61900) ... ignored
22592025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 61827) ... ignored
22602025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 61840) ... ignored
22612025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 61814) ... ignored
22622025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_exported (line 61911) ... ignored
22632025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 61936) ... ignored
22642025-05-27T18:21:41.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 61923) ... ignored
22652025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 61947) ... ignored
22662025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 61975) ... ignored
22672025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 61996) ... ignored
22682025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 61962) ... ignored
22692025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 61676) ... ignored
22702025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 61654) ... ignored
22712025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 61632) ... ignored
22722025-05-27T18:21:41.470Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 62031) ... ignored
22732025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 62046) ... ignored
22742025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 62017) ... ignored
22752025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 62062) ... ignored
22762025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 62236) ... ignored
22772025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 62252) ... ignored
22782025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 62272) ... ignored
22792025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 62288) ... ignored
22802025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 62303) ... ignored
22812025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 62353) ... ignored
22822025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 62383) ... ignored
22832025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 62215) ... ignored
22842025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 62404) ... ignored
22852025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 62340) ... ignored
22862025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 62434) ... ignored
22872025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 62420) ... ignored
22882025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 62464) ... ignored
22892025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 62448) ... ignored
22902025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 62482) ... ignored
22912025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 62499) ... ignored
22922025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 62545) ... ignored
22932025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 62560) ... ignored
22942025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 62368) ... ignored
22952025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 62320) ... ignored
22962025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 62516) ... ignored
22972025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 62529) ... ignored
22982025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 62667) ... ignored
22992025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_create (line 62857) ... ignored
23002025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_delete (line 62894) ... ignored
23012025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_create (line 62721) ... ignored
23022025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_delete (line 62744) ... ignored
23032025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_list (line 62698) ... ignored
23042025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_create (line 62792) ... ignored
23052025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_delete (line 62814) ... ignored
23062025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_list (line 62769) ... ignored
23072025-05-27T18:21:41.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_list (line 62837) ... ignored
23082025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_view (line 62875) ... ignored
23092025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 63311) ... ignored
23102025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 63358) ... ignored
23112025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 62942) ... ignored
23122025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 62912) ... ignored
23132025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 63294) ... ignored
23142025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 63097) ... ignored
23152025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 63153) ... ignored
23162025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 63077) ... ignored
23172025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 62990) ... ignored
23182025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 63055) ... ignored
23192025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 62967) ... ignored
23202025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 63033) ... ignored
23212025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 63011) ... ignored
23222025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 63134) ... ignored
23232025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 63115) ... ignored
23242025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 63194) ... ignored
23252025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 63250) ... ignored
23262025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 63174) ... ignored
23272025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 63272) ... ignored
23282025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 63231) ... ignored
23292025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 63212) ... ignored
23302025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 63342) ... ignored
23312025-05-27T18:21:41.497Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 63326) ... ignored
23322025-05-27T18:21:41.657Ztest sdk/src/lib.rs - (line 43) - compile ... ok
23332025-05-27T18:21:41.681Z
23342025-05-27T18:21:41.682Ztest result: ok. 1 passed; 0 failed; 259 ignored; 0 measured; 0 filtered out; finished in 0.30s
23352025-05-27T18:21:41.682Z
23362025-05-27T18:21:41.780Z Doc-tests oxide_httpmock
23372025-05-27T18:21:41.780Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-35442f6e8e39cdb7.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-476ae32e0d0ec891.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-118a8241e2a8fe8e.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-3e065740cc515e1b.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
23382025-05-27T18:21:42.403Z
23392025-05-27T18:21:42.403Zrunning 0 tests
23402025-05-27T18:21:42.403Z
23412025-05-27T18:21:42.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23422025-05-27T18:21:42.403Z
23432025-05-27T18:21:42.444Z Doc-tests test_common
23442025-05-27T18:21:42.444Z Running `/home/build/.rustup/toolchains/1.84-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/bzip2-sys-0310b732ab2941e7/out/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-f7c8b68fa2a216ea/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-a5d536d48a2182c0/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-23dc55a08e0ab4d0/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-f586890f376508ff/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bd5fc99ffc954867.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-30f44f675efe998a.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-a3bb47845347bb48.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-3a9e76031e5842dc.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-bd3584cac431f9df.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90f6c7e7674c961e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-ffe5248221aed59c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
23452025-05-27T18:21:42.533Z
23462025-05-27T18:21:42.533Zrunning 0 tests
23472025-05-27T18:21:42.533Z
23482025-05-27T18:21:42.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23492025-05-27T18:21:42.533Z
23502025-05-27T18:21:42.568Z
23512025-05-27T18:21:42.568Zreal 13.390069034
23522025-05-27T18:21:42.568Zuser 11.335085131
23532025-05-27T18:21:42.569Zsys 3.899428376
23542025-05-27T18:21:42.569Ztrap 0.006273519
23552025-05-27T18:21:42.569Ztflt 0.011181007
23562025-05-27T18:21:42.569Zdflt 0.015117400
23572025-05-27T18:21:42.569Zkflt 0.000238438
23582025-05-27T18:21:42.569Zlock 12.774388140
23592025-05-27T18:21:42.569Zslp 1:23.447233958
23602025-05-27T18:21:42.569Zlat 0.459462575
23612025-05-27T18:21:42.569Zstop 3.088760041
23622025-05-27T18:21:42.600Zprocess exited: duration 319336 ms, exit code 0
 
23632025-05-27T18:21:42.653Zfound 0 output files