01JNPF10VMYKVMM4WTW3DW970Q: build-and-test / illumos

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

Buildomat Job: 01JNPF1CKBGM29TF6350XMX1NC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-06T19:31:59.732Zjob assigned to worker 01JNPF1KAR4E1QYGYXNQ9RR703 [factory aws, i-0ecb77706c553650f] (queued for 51 s)
 
22025-03-06T19:32:08.580Zstarting task 0: "setup"
32025-03-06T19:32:08.586Z++ uname -s
42025-03-06T19:32:08.586Z+ kern=SunOS
52025-03-06T19:32:08.586Z+ build_user=build
62025-03-06T19:32:08.586Z+ build_uid=12345
72025-03-06T19:32:08.586Z+ work_dir=/work
82025-03-06T19:32:08.587Z+ input_dir=/input
92025-03-06T19:32:08.587Z+ [[ 0 == 12345 ]]
102025-03-06T19:32:08.587Z+ case "$kern" in
112025-03-06T19:32:08.587Z+ groupadd -g 12345 build
122025-03-06T19:32:08.587Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-06T19:32:10.591Z+ zfs create -o mountpoint=/work rpool/work
142025-03-06T19:32:10.716Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-06T19:32:10.719Z+ home_fs=zfs
162025-03-06T19:32:10.719Z+ [[ zfs == autofs ]]
172025-03-06T19:32:10.719Z+ mkdir -p /home/build
182025-03-06T19:32:10.722Z+ chown build:build /home/build /work
192025-03-06T19:32:12.722Z+ chmod 0700 /home/build /work
202025-03-06T19:32:12.725Zprocess exited: duration 4153 ms, exit code 0
 
212025-03-06T19:32:12.731Zstarting task 1: "rust-toolchain"
222025-03-06T19:32:12.737Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-03-06T19:32:12.737Z * rust toolchain channel = "stable"
242025-03-06T19:32:12.737Z * rust toolchain profile = "default"
252025-03-06T19:32:12.737Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-06T19:32:12.737Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-06T19:32:12.737Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-06T19:32:12.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-06T19:32:12.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-03-06T19:32:12.857Zinfo: downloading installer
312025-03-06T19:32:14.229Zwarn: It looks like you have an existing installation of Rust at:
322025-03-06T19:32:14.229Zwarn: /opt/ooce/bin
332025-03-06T19:32:14.229Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-06T19:32:14.229Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-06T19:32:14.229Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-06T19:32:14.229Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-06T19:32:14.229Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-06T19:32:14.229Zerror: cannot install while Rust is installed
392025-03-06T19:32:14.229Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-06T19:32:14.266Zinfo: profile set to 'default'
412025-03-06T19:32:14.266Zinfo: default host triple is x86_64-unknown-illumos
422025-03-06T19:32:14.269Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-03-06T19:32:14.416Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-06T19:32:14.416Zinfo: downloading component 'cargo'
452025-03-06T19:32:15.103Zinfo: downloading component 'clippy'
462025-03-06T19:32:15.388Zinfo: downloading component 'rust-docs'
472025-03-06T19:32:16.431Zinfo: downloading component 'rust-std'
482025-03-06T19:32:17.977Zinfo: downloading component 'rustc'
492025-03-06T19:32:23.152Zinfo: downloading component 'rustfmt'
502025-03-06T19:32:23.420Zinfo: installing component 'cargo'
512025-03-06T19:32:24.261Zinfo: installing component 'clippy'
522025-03-06T19:32:24.656Zinfo: installing component 'rust-docs'
532025-03-06T19:32:26.438Zinfo: installing component 'rust-std'
542025-03-06T19:32:28.283Zinfo: installing component 'rustc'
552025-03-06T19:32:34.299Zinfo: installing component 'rustfmt'
562025-03-06T19:32:34.632Z
572025-03-06T19:32:34.632Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582025-03-06T19:32:34.998Z stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-06T19:32:34.998Z
602025-03-06T19:32:35.002Z
612025-03-06T19:32:35.002ZRust is installed now. Great!
622025-03-06T19:32:35.002Z
632025-03-06T19:32:35.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-06T19:32:35.002Zenvironment variable. This has not been done automatically.
652025-03-06T19:32:35.002Z
662025-03-06T19:32:35.002ZTo configure your current shell, you need to source
672025-03-06T19:32:35.002Zthe corresponding env file under $HOME/.cargo.
682025-03-06T19:32:35.002Z
692025-03-06T19:32:35.002ZThis is usually done by running one of the following (note the leading DOT):
702025-03-06T19:32:35.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-06T19:32:35.002Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-06T19:32:35.002Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-06T19:32:35.080Z+ rustup --version
742025-03-06T19:32:35.092Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-06T19:32:35.092Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-06T19:32:35.121Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-06T19:32:35.124Z+ cargo --version
782025-03-06T19:32:35.142Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-06T19:32:35.145Z+ rustc --version
802025-03-06T19:32:35.172Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-06T19:32:35.175Zprocess exited: duration 22443 ms, exit code 0
 
822025-03-06T19:32:35.181Zstarting task 2: "authentication"
832025-03-06T19:32:35.204Zprocess exited: duration 22 ms, exit code 0
 
842025-03-06T19:32:35.211Zstarting task 3: "clone repository"
852025-03-06T19:32:35.218Z+ mkdir -p /work/oxidecomputer/oxide.rs
862025-03-06T19:32:35.221Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
872025-03-06T19:32:35.423ZCloning into '/work/oxidecomputer/oxide.rs'...
882025-03-06T19:32:37.275Z+ cd /work/oxidecomputer/oxide.rs
892025-03-06T19:32:37.275Z+ git fetch origin 01785c5c1a831b0c2beb6baa43009808461b9904
902025-03-06T19:32:37.547ZFrom https://github.com/oxidecomputer/oxide.rs
912025-03-06T19:32:37.551Z * branch 01785c5c1a831b0c2beb6baa43009808461b9904 -> FETCH_HEAD
922025-03-06T19:32:37.556Z+ [[ -n dependabot/cargo/oxnet-0.1.1 ]]
932025-03-06T19:32:37.559Z++ git branch --show-current
942025-03-06T19:32:37.562Z+ current=main
952025-03-06T19:32:37.562Z+ [[ main != dependabot/cargo/oxnet-0.1.1 ]]
962025-03-06T19:32:37.562Z+ git branch -f dependabot/cargo/oxnet-0.1.1 01785c5c1a831b0c2beb6baa43009808461b9904
972025-03-06T19:32:37.565Z+ git checkout -f dependabot/cargo/oxnet-0.1.1
982025-03-06T19:32:37.607ZSwitched to branch 'dependabot/cargo/oxnet-0.1.1'
992025-03-06T19:32:37.610Z+ git reset --hard 01785c5c1a831b0c2beb6baa43009808461b9904
1002025-03-06T19:32:37.614ZHEAD is now at 01785c5 Bump oxnet from 0.1.0 to 0.1.1
1012025-03-06T19:32:37.617Zprocess exited: duration 2403 ms, exit code 0
 
1022025-03-06T19:32:37.623Zstarting task 4: "build"
1032025-03-06T19:32:37.628Z+ rustup show active-toolchain
1042025-03-06T19:32:37.637Zinfo: syncing channel updates for '1.82-x86_64-unknown-illumos'
1052025-03-06T19:32:37.798Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
1062025-03-06T19:32:37.798Zinfo: downloading component 'cargo'
1072025-03-06T19:32:38.712Zinfo: downloading component 'clippy'
1082025-03-06T19:32:39.263Zinfo: downloading component 'rust-docs'
1092025-03-06T19:32:40.433Zinfo: downloading component 'rust-std'
1102025-03-06T19:32:42.172Zinfo: downloading component 'rustc'
1112025-03-06T19:32:47.717Zinfo: downloading component 'rustfmt'
1122025-03-06T19:32:48.227Zinfo: installing component 'cargo'
1132025-03-06T19:32:49.036Zinfo: installing component 'clippy'
1142025-03-06T19:32:49.402Zinfo: installing component 'rust-docs'
1152025-03-06T19:32:51.181Zinfo: installing component 'rust-std'
1162025-03-06T19:32:52.986Zinfo: installing component 'rustc'
1172025-03-06T19:32:59.038Zinfo: installing component 'rustfmt'
1182025-03-06T19:32:59.361Z1.82-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/oxide.rs/rust-toolchain.toml')
1192025-03-06T19:32:59.432Z+ cargo --version
1202025-03-06T19:32:59.495Zcargo 1.82.0 (8f40fc59f 2024-08-21)
1212025-03-06T19:32:59.498Z+ rustc --version
1222025-03-06T19:32:59.577Zrustc 1.82.0 (f6e511eec 2024-10-15)
1232025-03-06T19:32:59.582Z+ banner build
1242025-03-06T19:32:59.586Z
1252025-03-06T19:32:59.586Z ##### # # # # #####
1262025-03-06T19:32:59.586Z # # # # # # # #
1272025-03-06T19:32:59.586Z ##### # # # # # #
1282025-03-06T19:32:59.586Z # # # # # # # #
1292025-03-06T19:32:59.586Z # # # # # # # #
1302025-03-06T19:32:59.586Z ##### #### # ###### #####
1312025-03-06T19:32:59.586Z
1322025-03-06T19:32:59.589Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1332025-03-06T19:32:59.739Z Updating crates.io index
1342025-03-06T19:32:59.743Z Updating git repository `https://github.com/oxidecomputer/thouart`
1352025-03-06T19:33:00.049Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1362025-03-06T19:33:02.479Z Updating git repository `https://github.com/oxidecomputer/typify`
1372025-03-06T19:33:05.046Z Downloading crates ...
1382025-03-06T19:33:05.128Z Downloaded ascii-canvas v3.0.0
1392025-03-06T19:33:05.133Z Downloaded async-global-executor v2.4.1
1402025-03-06T19:33:05.137Z Downloaded phf_shared v0.10.0
1412025-03-06T19:33:05.140Z Downloaded crunchy v0.2.2
1422025-03-06T19:33:05.140Z Downloaded anstream v0.6.18
1432025-03-06T19:33:05.144Z Downloaded progenitor-client v0.9.1
1442025-03-06T19:33:05.148Z Downloaded precomputed-hash v0.1.1
1452025-03-06T19:33:05.151Z Downloaded equivalent v1.0.1
1462025-03-06T19:33:05.154Z Downloaded pin-utils v0.1.0
1472025-03-06T19:33:05.157Z Downloaded pico-args v0.5.0
1482025-03-06T19:33:05.157Z Downloaded cfg_aliases v0.2.1
1492025-03-06T19:33:05.160Z Downloaded futures-core v0.3.31
1502025-03-06T19:33:05.160Z Downloaded basic-cookies v0.1.5
1512025-03-06T19:33:05.168Z Downloaded foreign-types-shared v0.1.1
1522025-03-06T19:33:05.171Z Downloaded async-stream-impl v0.3.6
1532025-03-06T19:33:05.171Z Downloaded take_mut v0.2.2
1542025-03-06T19:33:05.174Z Downloaded sync_wrapper v1.0.2
1552025-03-06T19:33:05.178Z Downloaded cfg-if v1.0.0
1562025-03-06T19:33:05.181Z Downloaded stability v0.2.1
1572025-03-06T19:33:05.184Z Downloaded doc-comment v0.3.3
1582025-03-06T19:33:05.187Z Downloaded termini v1.0.0
1592025-03-06T19:33:05.187Z Downloaded async-io v2.4.0
1602025-03-06T19:33:05.191Z Downloaded predicates-core v1.0.9
1612025-03-06T19:33:05.194Z Downloaded piper v0.2.4
1622025-03-06T19:33:05.197Z Downloaded powerfmt v0.2.0
1632025-03-06T19:33:05.197Z Downloaded pkg-config v0.3.31
1642025-03-06T19:33:05.200Z Downloaded ppv-lite86 v0.2.20
1652025-03-06T19:33:05.200Z Downloaded quote v1.0.38
1662025-03-06T19:33:05.203Z Downloaded subtle v2.6.1
1672025-03-06T19:33:05.206Z Downloaded clap_lex v0.7.4
1682025-03-06T19:33:05.209Z Downloaded atomic-waker v1.1.2
1692025-03-06T19:33:05.209Z Downloaded strsim v0.11.1
1702025-03-06T19:33:05.212Z Downloaded slab v0.4.9
1712025-03-06T19:33:05.212Z Downloaded spin v0.5.2
1722025-03-06T19:33:05.215Z Downloaded rustversion v1.0.18
1732025-03-06T19:33:05.215Z Downloaded rand_core v0.6.4
1742025-03-06T19:33:05.218Z Downloaded thiserror v1.0.69
1752025-03-06T19:33:05.223Z Downloaded string_cache v0.8.7
1762025-03-06T19:33:05.226Z Downloaded static_assertions v1.1.0
1772025-03-06T19:33:05.230Z Downloaded ena v0.14.3
1782025-03-06T19:33:05.230Z Downloaded cpufeatures v0.2.16
1792025-03-06T19:33:05.233Z Downloaded fnv v1.0.7
1802025-03-06T19:33:05.233Z Downloaded termtree v0.5.1
1812025-03-06T19:33:05.237Z Downloaded shell-words v1.1.0
1822025-03-06T19:33:05.237Z Downloaded tabwriter v1.4.1
1832025-03-06T19:33:05.240Z Downloaded num_threads v0.1.7
1842025-03-06T19:33:05.240Z Downloaded scopeguard v1.2.0
1852025-03-06T19:33:05.240Z Downloaded synstructure v0.13.1
1862025-03-06T19:33:05.245Z Downloaded debug-ignore v1.0.5
1872025-03-06T19:33:05.245Z Downloaded event-listener-strategy v0.5.3
1882025-03-06T19:33:05.249Z Downloaded serde_urlencoded v0.7.1
1892025-03-06T19:33:05.249Z Downloaded termcolor v1.4.1
1902025-03-06T19:33:05.249Z Downloaded either v1.13.0
1912025-03-06T19:33:05.252Z Downloaded data-encoding v2.6.0
1922025-03-06T19:33:05.252Z Downloaded async-channel v1.9.0
1932025-03-06T19:33:05.253Z Downloaded form_urlencoded v1.2.1
1942025-03-06T19:33:05.258Z Downloaded quinn-udp v0.5.9
1952025-03-06T19:33:05.258Z Downloaded foldhash v0.1.4
1962025-03-06T19:33:05.258Z Downloaded byteorder v1.5.0
1972025-03-06T19:33:05.261Z Downloaded want v0.3.1
1982025-03-06T19:33:05.261Z Downloaded ipnetwork v0.21.1
1992025-03-06T19:33:05.264Z Downloaded signal-hook-mio v0.2.4
2002025-03-06T19:33:05.264Z Downloaded errno v0.3.10
2012025-03-06T19:33:05.267Z Downloaded term v0.7.0
2022025-03-06T19:33:05.270Z Downloaded semver v1.0.25
2032025-03-06T19:33:05.273Z Downloaded toolchain_find v0.4.0
2042025-03-06T19:33:05.276Z Downloaded time-core v0.1.2
2052025-03-06T19:33:05.276Z Downloaded smallvec v1.13.2
2062025-03-06T19:33:05.279Z Downloaded waitgroup v0.1.2
2072025-03-06T19:33:05.280Z Downloaded camino v1.1.9
2082025-03-06T19:33:05.283Z Downloaded rustls-pemfile v2.2.0
2092025-03-06T19:33:05.286Z Downloaded fastrand v2.3.0
2102025-03-06T19:33:05.286Z Downloaded async-lock v3.4.0
2112025-03-06T19:33:05.289Z Downloaded is-docker v0.2.0
2122025-03-06T19:33:05.292Z Downloaded strum_macros v0.26.4
2132025-03-06T19:33:05.295Z Downloaded thiserror v2.0.12
2142025-03-06T19:33:05.299Z Downloaded parking v2.2.1
2152025-03-06T19:33:05.302Z Downloaded sha2 v0.10.8
2162025-03-06T19:33:05.305Z Downloaded tower-service v0.3.3
2172025-03-06T19:33:05.305Z Downloaded tokio-tungstenite v0.20.1
2182025-03-06T19:33:05.308Z Downloaded clap_derive v4.5.28
2192025-03-06T19:33:05.311Z Downloaded levenshtein v1.0.5
2202025-03-06T19:33:05.314Z Downloaded normalize-line-endings v0.3.0
2212025-03-06T19:33:05.314Z Downloaded async-trait v0.1.86
2222025-03-06T19:33:05.317Z Downloaded md5 v0.7.0
2232025-03-06T19:33:05.320Z Downloaded anyhow v1.0.97
2242025-03-06T19:33:05.323Z Downloaded heck v0.5.0
2252025-03-06T19:33:05.326Z Downloaded utf-8 v0.7.6
2262025-03-06T19:33:05.326Z Downloaded tempfile v3.17.1
2272025-03-06T19:33:05.329Z Downloaded tower-layer v0.3.3
2282025-03-06T19:33:05.329Z Downloaded futures-channel v0.3.31
2292025-03-06T19:33:05.332Z Downloaded socket2 v0.5.8
2302025-03-06T19:33:05.335Z Downloaded mime v0.3.17
2312025-03-06T19:33:05.335Z Downloaded itoa v1.0.14
2322025-03-06T19:33:05.338Z Downloaded similar v2.7.0
2332025-03-06T19:33:05.342Z Downloaded untrusted v0.7.1
2342025-03-06T19:33:05.344Z Downloaded write16 v1.0.0
2352025-03-06T19:33:05.344Z Downloaded is-wsl v0.4.0
2362025-03-06T19:33:05.347Z Downloaded slog v2.7.0
2372025-03-06T19:33:05.350Z Downloaded match_cfg v0.1.0
2382025-03-06T19:33:05.350Z Downloaded spin v0.9.8
2392025-03-06T19:33:05.354Z Downloaded idna_adapter v1.2.0
2402025-03-06T19:33:05.354Z Downloaded humantime v2.1.0
2412025-03-06T19:33:05.354Z Downloaded wait-timeout v0.2.0
2422025-03-06T19:33:05.357Z Downloaded version_check v0.9.5
2432025-03-06T19:33:05.357Z Downloaded polling v3.7.4
2442025-03-06T19:33:05.360Z Downloaded number_prefix v0.4.0
2452025-03-06T19:33:05.363Z Downloaded env_logger v0.10.2
2462025-03-06T19:33:05.366Z Downloaded tinyvec_macros v0.1.1
2472025-03-06T19:33:05.366Z Downloaded hostname v0.3.1
2482025-03-06T19:33:05.366Z Downloaded oxnet v0.1.1
2492025-03-06T19:33:05.369Z Downloaded lazy_static v1.5.0
2502025-03-06T19:33:05.372Z Downloaded tokio-native-tls v0.3.1
2512025-03-06T19:33:05.372Z Downloaded clap v4.5.31
2522025-03-06T19:33:05.380Z Downloaded zerofrom v0.1.5
2532025-03-06T19:33:05.383Z Downloaded generic-array v0.14.7
2542025-03-06T19:33:05.383Z Downloaded compact_str v0.7.1
2552025-03-06T19:33:05.386Z Downloaded crossbeam-utils v0.8.21
2562025-03-06T19:33:05.389Z Downloaded ryu v1.0.18
2572025-03-06T19:33:05.392Z Downloaded try-lock v0.2.5
2582025-03-06T19:33:05.392Z Downloaded serde_derive v1.0.218
2592025-03-06T19:33:05.395Z Downloaded home v0.5.11
2602025-03-06T19:33:05.398Z Downloaded tokio-macros v2.5.0
2612025-03-06T19:33:05.398Z Downloaded getrandom v0.2.15
2622025-03-06T19:33:05.401Z Downloaded yoke-derive v0.7.5
2632025-03-06T19:33:05.401Z Downloaded schemars v0.8.22
2642025-03-06T19:33:05.411Z Downloaded futures-macro v0.3.31
2652025-03-06T19:33:05.414Z Downloaded rand v0.8.5
2662025-03-06T19:33:05.418Z Downloaded kv-log-macro v1.0.7
2672025-03-06T19:33:05.418Z Downloaded quinn v0.11.6
2682025-03-06T19:33:05.421Z Downloaded openssl-macros v0.1.1
2692025-03-06T19:33:05.422Z Downloaded lru v0.12.5
2702025-03-06T19:33:05.425Z Downloaded writeable v0.5.5
2712025-03-06T19:33:05.425Z Downloaded unicode-xid v0.2.6
2722025-03-06T19:33:05.428Z Downloaded hostname v0.4.0
2732025-03-06T19:33:05.428Z Downloaded zerovec-derive v0.10.3
2742025-03-06T19:33:05.431Z Downloaded allocator-api2 v0.2.21
2752025-03-06T19:33:05.431Z Downloaded utf8parse v0.2.2
2762025-03-06T19:33:05.434Z Downloaded dropshot_endpoint v0.13.0
2772025-03-06T19:33:05.437Z Downloaded openssl-probe v0.1.5
2782025-03-06T19:33:05.437Z Downloaded base64 v0.13.1
2792025-03-06T19:33:05.440Z Downloaded time-macros v0.2.19
2802025-03-06T19:33:05.443Z Downloaded paste v1.0.15
2812025-03-06T19:33:05.446Z Downloaded flume v0.11.1
2822025-03-06T19:33:05.449Z Downloaded icu_normalizer_data v1.5.0
2832025-03-06T19:33:05.452Z Downloaded tokio-rustls v0.25.0
2842025-03-06T19:33:05.452Z Downloaded pem v1.1.1
2852025-03-06T19:33:05.452Z Downloaded toml_datetime v0.6.8
2862025-03-06T19:33:05.455Z Downloaded parking_lot_core v0.9.10
2872025-03-06T19:33:05.458Z Downloaded ipnet v2.10.1
2882025-03-06T19:33:05.458Z Downloaded rustls-pki-types v1.10.1
2892025-03-06T19:33:05.461Z Downloaded nanorand v0.7.0
2902025-03-06T19:33:05.464Z Downloaded utf8_iter v1.0.4
2912025-03-06T19:33:05.464Z Downloaded utf16_iter v1.0.5
2922025-03-06T19:33:05.467Z Downloaded httparse v1.9.5
2932025-03-06T19:33:05.467Z Downloaded parking_lot v0.12.3
2942025-03-06T19:33:05.471Z Downloaded zeroize v1.8.1
2952025-03-06T19:33:05.471Z Downloaded futures-task v0.3.31
2962025-03-06T19:33:05.474Z Downloaded pretty_assertions v1.4.1
2972025-03-06T19:33:05.474Z Downloaded serde v1.0.218
2982025-03-06T19:33:05.477Z Downloaded percent-encoding v2.3.1
2992025-03-06T19:33:05.480Z Downloaded thread_local v1.1.8
3002025-03-06T19:33:05.480Z Downloaded futures-executor v0.3.31
3012025-03-06T19:33:05.483Z Downloaded once_cell v1.20.2
3022025-03-06T19:33:05.483Z Downloaded jobserver v0.1.32
3032025-03-06T19:33:05.486Z Downloaded icu_locid v1.5.0
3042025-03-06T19:33:05.489Z Downloaded yasna v0.5.2
3052025-03-06T19:33:05.492Z Downloaded getrandom v0.3.1
3062025-03-06T19:33:05.495Z Downloaded tinystr v0.7.6
3072025-03-06T19:33:05.498Z Downloaded untrusted v0.9.0
3082025-03-06T19:33:05.498Z Downloaded value-bag v1.10.0
3092025-03-06T19:33:05.502Z Downloaded thiserror-impl v2.0.12
3102025-03-06T19:33:05.505Z Downloaded futures-io v0.3.31
3112025-03-06T19:33:05.505Z Downloaded hyper-tls v0.6.0
3122025-03-06T19:33:05.505Z Downloaded is_terminal_polyfill v1.70.1
3132025-03-06T19:33:05.507Z Downloaded indicatif v0.17.11
3142025-03-06T19:33:05.510Z Downloaded bytes v1.9.0
3152025-03-06T19:33:05.513Z Downloaded base64 v0.21.7
3162025-03-06T19:33:05.517Z Downloaded is-terminal v0.4.13
3172025-03-06T19:33:05.520Z Downloaded lock_api v0.4.12
3182025-03-06T19:33:05.520Z Downloaded tiny-keccak v2.0.2
3192025-03-06T19:33:05.523Z Downloaded iana-time-zone v0.1.61
3202025-03-06T19:33:05.526Z Downloaded tinyvec v1.8.1
3212025-03-06T19:33:05.529Z Downloaded httpdate v1.0.3
3222025-03-06T19:33:05.529Z Downloaded tracing-core v0.1.33
3232025-03-06T19:33:05.532Z Downloaded icu_provider v1.5.0
3242025-03-06T19:33:05.535Z Downloaded icu_normalizer v1.5.0
3252025-03-06T19:33:05.538Z Downloaded pathdiff v0.2.3
3262025-03-06T19:33:05.541Z Downloaded open v4.2.0
3272025-03-06T19:33:05.541Z Downloaded yoke v0.7.5
3282025-03-06T19:33:05.543Z Downloaded openssl-sys v0.9.105
3292025-03-06T19:33:05.546Z Downloaded futures-lite v2.5.0
3302025-03-06T19:33:05.549Z Downloaded toml v0.8.20
3312025-03-06T19:33:05.552Z Downloaded num-traits v0.2.19
3322025-03-06T19:33:05.555Z Downloaded zerocopy-derive v0.7.35
3332025-03-06T19:33:05.558Z Downloaded litemap v0.7.4
3342025-03-06T19:33:05.561Z Downloaded hyper-rustls v0.27.5
3352025-03-06T19:33:05.564Z Downloaded typenum v1.17.0
3362025-03-06T19:33:05.567Z Downloaded indexmap v2.7.1
3372025-03-06T19:33:05.570Z Downloaded expectorate v1.1.0
3382025-03-06T19:33:05.573Z Downloaded base64 v0.22.1
3392025-03-06T19:33:05.576Z Downloaded icu_properties v1.5.1
3402025-03-06T19:33:05.579Z Downloaded icu_collections v1.5.0
3412025-03-06T19:33:05.582Z Downloaded multer v3.1.0
3422025-03-06T19:33:05.585Z Downloaded http v0.2.12
3432025-03-06T19:33:05.588Z Downloaded tracing v0.1.41
3442025-03-06T19:33:05.592Z Downloaded http v1.2.0
3452025-03-06T19:33:05.596Z Downloaded icu_locid_transform v1.5.0
3462025-03-06T19:33:05.599Z Downloaded url v2.5.4
3472025-03-06T19:33:05.602Z Downloaded tokio-rustls v0.26.1
3482025-03-06T19:33:05.605Z Downloaded uuid v1.14.0
3492025-03-06T19:33:05.608Z Downloaded log v0.4.26
3502025-03-06T19:33:05.611Z Downloaded cc v1.2.5
3512025-03-06T19:33:05.614Z Downloaded mio v0.8.11
3522025-03-06T19:33:05.618Z Downloaded httpmock v0.7.0
3532025-03-06T19:33:05.623Z Downloaded crossbeam-channel v0.5.14
3542025-03-06T19:33:05.627Z Downloaded hyper-util v0.1.10
3552025-03-06T19:33:05.631Z Downloaded portable-atomic v1.10.0
3562025-03-06T19:33:05.638Z Downloaded oauth2 v5.0.0
3572025-03-06T19:33:05.642Z Downloaded tungstenite v0.20.1
3582025-03-06T19:33:05.645Z Downloaded memchr v2.7.4
3592025-03-06T19:33:05.650Z Downloaded serde_json v1.0.140
3602025-03-06T19:33:05.657Z Downloaded unicode-segmentation v1.12.0
3612025-03-06T19:33:05.660Z Downloaded yansi v1.0.1
3622025-03-06T19:33:05.663Z Downloaded icu_locid_transform_data v1.5.0
3632025-03-06T19:33:05.666Z Downloaded unicode-ident v1.0.17
3642025-03-06T19:33:05.669Z Downloaded clap_complete v4.5.46
3652025-03-06T19:33:05.672Z Downloaded crossterm v0.27.0
3662025-03-06T19:33:05.676Z Downloaded toml_edit v0.22.24
3672025-03-06T19:33:05.696Z Downloaded aho-corasick v1.1.3
3682025-03-06T19:33:05.701Z Downloaded tower v0.5.2
3692025-03-06T19:33:05.710Z Downloaded zerovec v0.10.4
3702025-03-06T19:33:05.716Z Downloaded itertools v0.11.0
3712025-03-06T19:33:05.722Z Downloaded idna v1.0.3
3722025-03-06T19:33:05.726Z Downloaded rustls-webpki v0.102.8
3732025-03-06T19:33:05.743Z Downloaded mio v1.0.3
3742025-03-06T19:33:05.748Z Downloaded itertools v0.12.1
3752025-03-06T19:33:05.754Z Downloaded zerocopy v0.7.35
3762025-03-06T19:33:05.769Z Downloaded winnow v0.7.1
3772025-03-06T19:33:05.779Z Downloaded time v0.3.37
3782025-03-06T19:33:05.784Z Downloaded h2 v0.4.7
3792025-03-06T19:33:05.791Z Downloaded hyper v1.5.2
3802025-03-06T19:33:05.797Z Downloaded hyper v0.14.32
3812025-03-06T19:33:05.804Z Downloaded syn v1.0.109
3822025-03-06T19:33:05.815Z Downloaded futures-util v0.3.31
3832025-03-06T19:33:05.826Z Downloaded git2 v0.20.0
3842025-03-06T19:33:05.834Z Downloaded lalrpop v0.20.2
3852025-03-06T19:33:05.844Z Downloaded vcpkg v0.2.15
3862025-03-06T19:33:05.880Z Downloaded unicode-width v0.1.14
3872025-03-06T19:33:05.885Z Downloaded openssl v0.10.70
3882025-03-06T19:33:05.894Z Downloaded syn v2.0.99
3892025-03-06T19:33:05.905Z Downloaded bstr v1.11.1
3902025-03-06T19:33:05.913Z Downloaded dropshot v0.13.0
3912025-03-06T19:33:05.932Z Downloaded unicode-width v0.2.0
3922025-03-06T19:33:05.937Z Downloaded regex v1.11.1
3932025-03-06T19:33:05.949Z Downloaded rustls v0.23.20
3942025-03-06T19:33:05.959Z Downloaded openapiv3 v2.0.0
3952025-03-06T19:33:05.970Z Downloaded rustix v0.38.42
3962025-03-06T19:33:05.991Z Downloaded regress v0.10.3
3972025-03-06T19:33:05.998Z Downloaded regex-syntax v0.8.5
3982025-03-06T19:33:06.006Z Downloaded rustls v0.22.4
3992025-03-06T19:33:06.018Z Downloaded icu_properties_data v1.5.0
4002025-03-06T19:33:06.027Z Downloaded async-std v1.13.0
4012025-03-06T19:33:06.045Z Downloaded webpki-roots v0.26.7
4022025-03-06T19:33:06.048Z Downloaded ratatui v0.26.3
4032025-03-06T19:33:06.065Z Downloaded chrono v0.4.39
4042025-03-06T19:33:06.071Z Downloaded quinn-proto v0.11.9
4052025-03-06T19:33:06.077Z Downloaded hashbrown v0.15.2
4062025-03-06T19:33:06.082Z Downloaded itertools v0.13.0
4072025-03-06T19:33:06.089Z Downloaded tokio-util v0.7.13
4082025-03-06T19:33:06.095Z Downloaded reqwest v0.12.12
4092025-03-06T19:33:06.103Z Downloaded clap_builder v4.5.31
4102025-03-06T19:33:06.109Z Downloaded lalrpop-util v0.20.2
4112025-03-06T19:33:06.112Z Downloaded http-body-util v0.1.2
4122025-03-06T19:33:06.112Z Downloaded futures-sink v0.3.31
4132025-03-06T19:33:06.115Z Downloaded zerofrom-derive v0.1.5
4142025-03-06T19:33:06.115Z Downloaded futures v0.3.31
4152025-03-06T19:33:06.118Z Downloaded http-body v0.4.6
4162025-03-06T19:33:06.121Z Downloaded event-listener v5.3.1
4172025-03-06T19:33:06.121Z Downloaded new_debug_unreachable v1.0.6
4182025-03-06T19:33:06.124Z Downloaded diff v0.1.13
4192025-03-06T19:33:06.127Z Downloaded built v0.7.7
4202025-03-06T19:33:06.127Z Downloaded bitflags v2.6.0
4212025-03-06T19:33:06.130Z Downloaded unicode-truncate v1.1.0
4222025-03-06T19:33:06.133Z Downloaded regex-automata v0.4.9
4232025-03-06T19:33:06.147Z Downloaded thiserror-impl v1.0.69
4242025-03-06T19:33:06.150Z Downloaded console v0.15.10
4252025-03-06T19:33:06.153Z Downloaded walkdir v2.5.0
4262025-03-06T19:33:06.153Z Downloaded fixedbitset v0.4.2
4272025-03-06T19:33:06.156Z Downloaded async-task v4.7.1
4282025-03-06T19:33:06.159Z Downloaded signal-hook v0.3.17
4292025-03-06T19:33:06.159Z Downloaded newline-converter v0.3.0
4302025-03-06T19:33:06.162Z Downloaded http-body v1.0.1
4312025-03-06T19:33:06.162Z Downloaded native-tls v0.2.12
4322025-03-06T19:33:06.166Z Downloaded proc-macro2 v1.0.94
4332025-03-06T19:33:06.166Z Downloaded dirs-sys v0.3.7
4342025-03-06T19:33:06.169Z Downloaded petgraph v0.6.5
4352025-03-06T19:33:06.184Z Downloaded displaydoc v0.2.5
4362025-03-06T19:33:06.187Z Downloaded dialoguer v0.10.4
4372025-03-06T19:33:06.190Z Downloaded async-process v2.3.0
4382025-03-06T19:33:06.193Z Downloaded colored v2.2.0
4392025-03-06T19:33:06.196Z Downloaded icu_provider_macros v1.5.0
4402025-03-06T19:33:06.196Z Downloaded slog-term v2.9.1
4412025-03-06T19:33:06.199Z Downloaded num-conv v0.1.0
4422025-03-06T19:33:06.199Z Downloaded rcgen v0.10.0
4432025-03-06T19:33:06.202Z Downloaded dirs v4.0.0
4442025-03-06T19:33:06.202Z Downloaded bit-set v0.5.3
4452025-03-06T19:33:06.202Z Downloaded async-executor v1.13.1
4462025-03-06T19:33:06.205Z Downloaded assert_cmd v2.0.16
4472025-03-06T19:33:06.208Z Downloaded terminal_size v0.4.1
4482025-03-06T19:33:06.208Z Downloaded siphasher v0.3.11
4492025-03-06T19:33:06.208Z Downloaded serde_derive_internals v0.29.1
4502025-03-06T19:33:06.211Z Downloaded concurrent-queue v2.5.0
4512025-03-06T19:33:06.211Z Downloaded deranged v0.3.11
4522025-03-06T19:33:06.214Z Downloaded sha1 v0.10.6
4532025-03-06T19:33:06.214Z Downloaded libc v0.2.170
4542025-03-06T19:33:06.238Z Downloaded predicates-tree v1.0.12
4552025-03-06T19:33:06.242Z Downloaded float-cmp v0.10.0
4562025-03-06T19:33:06.243Z Downloaded bit-vec v0.6.3
4572025-03-06T19:33:06.243Z Downloaded autocfg v1.4.0
4582025-03-06T19:33:06.247Z Downloaded encoding_rs v0.8.35
4592025-03-06T19:33:06.264Z Downloaded rustc-hash v2.1.0
4602025-03-06T19:33:06.267Z Downloaded slog-json v2.6.1
4612025-03-06T19:33:06.267Z Downloaded serde_path_to_error v0.1.16
4622025-03-06T19:33:06.270Z Downloaded same-file v1.0.6
4632025-03-06T19:33:06.270Z Downloaded foreign-types v0.3.2
4642025-03-06T19:33:06.270Z Downloaded event-listener v2.5.3
4652025-03-06T19:33:06.273Z Downloaded dyn-clone v1.0.17
4662025-03-06T19:33:06.273Z Downloaded crypto-common v0.1.6
4672025-03-06T19:33:06.273Z Downloaded cassowary v0.3.0
4682025-03-06T19:33:06.276Z Downloaded tokio v1.43.0
4692025-03-06T19:33:06.311Z Downloaded libz-sys v1.1.20
4702025-03-06T19:33:06.330Z Downloaded blocking v1.6.1
4712025-03-06T19:33:06.334Z Downloaded block-buffer v0.10.4
4722025-03-06T19:33:06.335Z Downloaded strum v0.26.3
4732025-03-06T19:33:06.335Z Downloaded signal-hook-registry v1.4.2
4742025-03-06T19:33:06.335Z Downloaded schemars_derive v0.8.22
4752025-03-06T19:33:06.339Z Downloaded dirs-next v2.0.0
4762025-03-06T19:33:06.339Z Downloaded castaway v0.2.3
4772025-03-06T19:33:06.339Z Downloaded dirs-sys-next v0.1.2
4782025-03-06T19:33:06.339Z Downloaded digest v0.10.7
4792025-03-06T19:33:06.345Z Downloaded difflib v0.4.0
4802025-03-06T19:33:06.345Z Downloaded colorchoice v1.0.3
4812025-03-06T19:33:06.345Z Downloaded async-signal v0.2.10
4822025-03-06T19:33:06.345Z Downloaded async-object-pool v0.1.5
4832025-03-06T19:33:06.345Z Downloaded slog-async v2.8.0
4842025-03-06T19:33:06.345Z Downloaded shlex v1.3.0
4852025-03-06T19:33:06.350Z Downloaded serde_tokenstream v0.2.2
4862025-03-06T19:33:06.350Z Downloaded serde_regex v1.1.0
4872025-03-06T19:33:06.350Z Downloaded stable_deref_trait v1.2.0
4882025-03-06T19:33:06.350Z Downloaded slog-bunyan v2.5.0
4892025-03-06T19:33:06.350Z Downloaded serde_spanned v0.6.8
4902025-03-06T19:33:06.355Z Downloaded rustfmt-wrapper v0.2.1
4912025-03-06T19:33:06.355Z Downloaded rand_chacha v0.3.1
4922025-03-06T19:33:06.355Z Downloaded async-stream v0.3.6
4932025-03-06T19:33:06.355Z Downloaded anstyle-parse v0.2.6
4942025-03-06T19:33:06.359Z Downloaded predicates v3.1.3
4952025-03-06T19:33:06.359Z Downloaded anstyle-query v1.1.2
4962025-03-06T19:33:06.361Z Downloaded pin-project-lite v0.2.15
4972025-03-06T19:33:06.364Z Downloaded async-channel v2.3.1
4982025-03-06T19:33:06.366Z Downloaded async-attributes v1.1.2
4992025-03-06T19:33:06.369Z Downloaded assert-json-diff v2.0.2
5002025-03-06T19:33:06.369Z Downloaded anstyle v1.0.10
5012025-03-06T19:33:06.557Z Downloaded libgit2-sys v0.18.0+1.9.0
5022025-03-06T19:33:07.002Z Downloaded ring v0.17.8
5032025-03-06T19:33:07.149Z Downloaded ring v0.16.20
5042025-03-06T19:33:07.500Z Downloaded openssl-src v300.4.1+3.4.0
5052025-03-06T19:33:08.086Z Compiling proc-macro2 v1.0.94
5062025-03-06T19:33:08.086Z Compiling unicode-ident v1.0.17
5072025-03-06T19:33:08.090Z Compiling libc v0.2.170
5082025-03-06T19:33:08.090Z Compiling cfg-if v1.0.0
5092025-03-06T19:33:08.090Z Compiling autocfg v1.4.0
5102025-03-06T19:33:08.090Z Compiling serde v1.0.218
5112025-03-06T19:33:08.090Z Compiling memchr v2.7.4
5122025-03-06T19:33:08.117Z Running `/home/build/.rustup/toolchains/1.82-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.94/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=eb02d45b2005ea27 -C extra-filename=-eb02d45b2005ea27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-eb02d45b2005ea27 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5132025-03-06T19:33:08.120Z Running `/home/build/.rustup/toolchains/1.82-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.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=7a399722aec3b8e7 -C extra-filename=-7a399722aec3b8e7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5142025-03-06T19:33:08.120Z Running `/home/build/.rustup/toolchains/1.82-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.170/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=da886a7674c55a29 -C extra-filename=-da886a7674c55a29 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-da886a7674c55a29 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5152025-03-06T19:33:08.120Z Running `/home/build/.rustup/toolchains/1.82-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=bf8464dc6ea26318 -C extra-filename=-bf8464dc6ea26318 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5162025-03-06T19:33:08.120Z Running `/home/build/.rustup/toolchains/1.82-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=c8b70721fa55f8c3 -C extra-filename=-c8b70721fa55f8c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5172025-03-06T19:33:08.120Z Running `/home/build/.rustup/toolchains/1.82-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.170/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=529dc82bbd0894eb -C extra-filename=-529dc82bbd0894eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-529dc82bbd0894eb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5182025-03-06T19:33:08.130Z Running `/home/build/.rustup/toolchains/1.82-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=0b5e04bdd7f196ce -C extra-filename=-0b5e04bdd7f196ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5192025-03-06T19:33:08.133Z Running `/home/build/.rustup/toolchains/1.82-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.218/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=a92ba1212e52f29b -C extra-filename=-a92ba1212e52f29b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-a92ba1212e52f29b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5202025-03-06T19:33:08.247Z Compiling itoa v1.0.14
5212025-03-06T19:33:08.264Z Running `/home/build/.rustup/toolchains/1.82-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=96593e348b6b77f2 -C extra-filename=-96593e348b6b77f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5222025-03-06T19:33:08.330Z Compiling once_cell v1.20.2
5232025-03-06T19:33:08.380Z Running `/home/build/.rustup/toolchains/1.82-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=d3707ca18240f5e3 -C extra-filename=-d3707ca18240f5e3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5242025-03-06T19:33:08.481Z Compiling pin-project-lite v0.2.15
5252025-03-06T19:33:08.515Z Running `/home/build/.rustup/toolchains/1.82-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=0e4e31fac0a66d57 -C extra-filename=-0e4e31fac0a66d57 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5262025-03-06T19:33:08.606Z Compiling shlex v1.3.0
5272025-03-06T19:33:08.609Z Running `/home/build/.rustup/toolchains/1.82-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=8f0fdb90945e8fa4 -C extra-filename=-8f0fdb90945e8fa4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5282025-03-06T19:33:08.746Z Compiling futures-core v0.3.31
5292025-03-06T19:33:08.750Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b3d09398cdf3eb85 -C extra-filename=-b3d09398cdf3eb85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5302025-03-06T19:33:08.901Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-529dc82bbd0894eb/build-script-build`
5312025-03-06T19:33:08.901Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-eb02d45b2005ea27/build-script-build`
5322025-03-06T19:33:08.905Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-da886a7674c55a29/build-script-build`
5332025-03-06T19:33:08.905Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-a92ba1212e52f29b/build-script-build`
5342025-03-06T19:33:08.956Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.170/src/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=c97c5776ef010d65 -C extra-filename=-c97c5776ef010d65 --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(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"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5352025-03-06T19:33:08.973Z Compiling allocator-api2 v0.2.21
5362025-03-06T19:33:08.973Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' --check-cfg 'cfg(no_global_oom_handling)' -C metadata=07040964b02e7a12 -C extra-filename=-07040964b02e7a12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5372025-03-06T19:33:08.990Z Compiling equivalent v1.0.1
5382025-03-06T19:33:08.994Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.170/src/lib.rs --error-format=json --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=9014a7192519ab88 -C extra-filename=-9014a7192519ab88 --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(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"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5392025-03-06T19:33:09.007Z Running `/home/build/.rustup/toolchains/1.82-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=7de52f742ab865cc -C extra-filename=-7de52f742ab865cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5402025-03-06T19:33:09.026Z Compiling lock_api v0.4.12
5412025-03-06T19:33:09.030Z Compiling foldhash v0.1.4
5422025-03-06T19:33:09.043Z Running `/home/build/.rustup/toolchains/1.82-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=1997bb8a2ba44273 -C extra-filename=-1997bb8a2ba44273 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-1997bb8a2ba44273 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-c8b70721fa55f8c3.rlib --cap-lints allow`
5432025-03-06T19:33:09.047Z Running `/home/build/.rustup/toolchains/1.82-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=0e3cf48460eb9bf6 -C extra-filename=-0e3cf48460eb9bf6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5442025-03-06T19:33:09.113Z Compiling parking_lot_core v0.9.10
5452025-03-06T19:33:09.116Z Running `/home/build/.rustup/toolchains/1.82-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=6a2c2a942885a70a -C extra-filename=-6a2c2a942885a70a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6a2c2a942885a70a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5462025-03-06T19:33:09.243Z Running `/home/build/.rustup/toolchains/1.82-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.94/src/lib.rs --error-format=json --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=55002fe457c23161 -C extra-filename=-55002fe457c23161 --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-7a399722aec3b8e7.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)'`
5472025-03-06T19:33:09.356Z Compiling scopeguard v1.2.0
5482025-03-06T19:33:09.356Z Running `/home/build/.rustup/toolchains/1.82-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=eab02f069d41ca64 -C extra-filename=-eab02f069d41ca64 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5492025-03-06T19:33:09.378Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-1997bb8a2ba44273/build-script-build`
5502025-03-06T19:33:09.520Z Compiling bytes v1.9.0
5512025-03-06T19:33:09.520Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=34df12a77920a882 -C extra-filename=-34df12a77920a882 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5522025-03-06T19:33:09.564Z Running `/home/build/.rustup/toolchains/1.82-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=13da94d2f2ea7136 -C extra-filename=-13da94d2f2ea7136 --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-eab02f069d41ca64.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
5532025-03-06T19:33:09.590Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6a2c2a942885a70a/build-script-build`
5542025-03-06T19:33:09.617Z Compiling slab v0.4.9
5552025-03-06T19:33:09.621Z Running `/home/build/.rustup/toolchains/1.82-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=b392dd412484830f -C extra-filename=-b392dd412484830f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-b392dd412484830f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-c8b70721fa55f8c3.rlib --cap-lints allow`
5562025-03-06T19:33:09.718Z Compiling jobserver v0.1.32
5572025-03-06T19:33:09.722Z Running `/home/build/.rustup/toolchains/1.82-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=b16cb33b40a59918 -C extra-filename=-b16cb33b40a59918 --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-c97c5776ef010d65.rmeta --cap-lints allow`
5582025-03-06T19:33:09.767Z Compiling hashbrown v0.15.2
5592025-03-06T19:33:09.772Z Running `/home/build/.rustup/toolchains/1.82-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=202dd0d2c3d56ef0 -C extra-filename=-202dd0d2c3d56ef0 --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-07040964b02e7a12.rmeta --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-7de52f742ab865cc.rmeta --extern foldhash=/work/oxidecomputer/oxide.rs/target/debug/deps/libfoldhash-0e3cf48460eb9bf6.rmeta --cap-lints allow`
5602025-03-06T19:33:09.936Z Compiling smallvec v1.13.2
5612025-03-06T19:33:09.941Z Running `/home/build/.rustup/toolchains/1.82-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=0a0d67f00959a153 -C extra-filename=-0a0d67f00959a153 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5622025-03-06T19:33:10.004Z Compiling quote v1.0.38
5632025-03-06T19:33:10.013Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f1daf60e3372e0e2 -C extra-filename=-f1daf60e3372e0e2 --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-55002fe457c23161.rmeta --cap-lints allow`
5642025-03-06T19:33:10.048Z Compiling futures-io v0.3.31
5652025-03-06T19:33:10.051Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=4f1ea4d59b26b83e -C extra-filename=-4f1ea4d59b26b83e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5662025-03-06T19:33:10.472Z Compiling cc v1.2.5
5672025-03-06T19:33:10.476Z Running `/home/build/.rustup/toolchains/1.82-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=a299f3a14a45ae66 -C extra-filename=-a299f3a14a45ae66 --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-b16cb33b40a59918.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c97c5776ef010d65.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-8f0fdb90945e8fa4.rmeta --cap-lints allow`
5682025-03-06T19:33:10.508Z Compiling value-bag v1.10.0
5692025-03-06T19:33:10.512Z Running `/home/build/.rustup/toolchains/1.82-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=1a212da7cb024af6 -C extra-filename=-1a212da7cb024af6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5702025-03-06T19:33:10.610Z Compiling syn v2.0.99
5712025-03-06T19:33:10.613Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.99/src/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=0e86666c0e80f593 -C extra-filename=-0e86666c0e80f593 --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow`
5722025-03-06T19:33:10.666Z Compiling signal-hook-registry v1.4.2
5732025-03-06T19:33:10.669Z Running `/home/build/.rustup/toolchains/1.82-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=4d11a42a2c7a32ff -C extra-filename=-4d11a42a2c7a32ff --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-9014a7192519ab88.rmeta --cap-lints allow`
5742025-03-06T19:33:10.942Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-b392dd412484830f/build-script-build`
5752025-03-06T19:33:11.090Z Compiling log v0.4.26
5762025-03-06T19:33:11.094Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="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=c9bb1ec437c5f444 -C extra-filename=-c9bb1ec437c5f444 --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-1a212da7cb024af6.rmeta --cap-lints allow`
5772025-03-06T19:33:11.108Z Compiling ryu v1.0.18
5782025-03-06T19:33:11.112Z Running `/home/build/.rustup/toolchains/1.82-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=08d82746684180f2 -C extra-filename=-08d82746684180f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5792025-03-06T19:33:11.180Z Compiling stable_deref_trait v1.2.0
5802025-03-06T19:33:11.183Z Running `/home/build/.rustup/toolchains/1.82-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=5fb76e509a9ad487 -C extra-filename=-5fb76e509a9ad487 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5812025-03-06T19:33:11.277Z Compiling bitflags v2.6.0
5822025-03-06T19:33:11.280Z Running `/home/build/.rustup/toolchains/1.82-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=2ec0f0e21fe6806f -C extra-filename=-2ec0f0e21fe6806f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5832025-03-06T19:33:11.304Z Running `/home/build/.rustup/toolchains/1.82-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=c60655193dc12887 -C extra-filename=-c60655193dc12887 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5842025-03-06T19:33:11.375Z Compiling serde_json v1.0.140
5852025-03-06T19:33:11.378Z Running `/home/build/.rustup/toolchains/1.82-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=e61e05b221d66e63 -C extra-filename=-e61e05b221d66e63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e61e05b221d66e63 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5862025-03-06T19:33:11.515Z Compiling fnv v1.0.7
5872025-03-06T19:33:11.520Z Running `/home/build/.rustup/toolchains/1.82-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=01ac370b0f4770be -C extra-filename=-01ac370b0f4770be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5882025-03-06T19:33:11.643Z Compiling writeable v0.5.5
5892025-03-06T19:33:11.646Z Running `/home/build/.rustup/toolchains/1.82-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=5944bd6d78342901 -C extra-filename=-5944bd6d78342901 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5902025-03-06T19:33:11.664Z Compiling litemap v0.7.4
5912025-03-06T19:33:11.682Z Running `/home/build/.rustup/toolchains/1.82-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=0b94f81807dbb692 -C extra-filename=-0b94f81807dbb692 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5922025-03-06T19:33:11.686Z Running `/home/build/.rustup/toolchains/1.82-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=ad8ad6ba5ad8f717 -C extra-filename=-ad8ad6ba5ad8f717 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow`
5932025-03-06T19:33:11.720Z Compiling pkg-config v0.3.31
5942025-03-06T19:33:11.723Z Running `/home/build/.rustup/toolchains/1.82-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=cac326d7487d69c9 -C extra-filename=-cac326d7487d69c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5952025-03-06T19:33:11.789Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e61e05b221d66e63/build-script-build`
5962025-03-06T19:33:11.815Z Compiling futures-sink v0.3.31
5972025-03-06T19:33:11.818Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82b9ad00b7936384 -C extra-filename=-82b9ad00b7936384 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5982025-03-06T19:33:11.985Z Compiling getrandom v0.2.15
5992025-03-06T19:33:11.989Z Running `/home/build/.rustup/toolchains/1.82-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=43357be562a82d3c -C extra-filename=-43357be562a82d3c --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --cap-lints allow`
6002025-03-06T19:33:12.072Z Compiling icu_locid_transform_data v1.5.0
6012025-03-06T19:33:12.075Z Running `/home/build/.rustup/toolchains/1.82-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=2e516210a263aeb9 -C extra-filename=-2e516210a263aeb9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6022025-03-06T19:33:12.093Z Compiling parking_lot v0.12.3
6032025-03-06T19:33:12.096Z Running `/home/build/.rustup/toolchains/1.82-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=4e9c8c84e3bb0864 -C extra-filename=-4e9c8c84e3bb0864 --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-13da94d2f2ea7136.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-ad8ad6ba5ad8f717.rmeta --cap-lints allow`
6042025-03-06T19:33:12.182Z Compiling vcpkg v0.2.15
6052025-03-06T19:33:12.185Z Running `/home/build/.rustup/toolchains/1.82-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=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6062025-03-06T19:33:12.312Z Compiling icu_properties_data v1.5.0
6072025-03-06T19:33:12.316Z Running `/home/build/.rustup/toolchains/1.82-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=a18112048da2b7b0 -C extra-filename=-a18112048da2b7b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6082025-03-06T19:33:12.339Z Compiling pin-utils v0.1.0
6092025-03-06T19:33:12.342Z Running `/home/build/.rustup/toolchains/1.82-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=4a6c1cbd48085085 -C extra-filename=-4a6c1cbd48085085 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6102025-03-06T19:33:12.438Z Compiling socket2 v0.5.8
6112025-03-06T19:33:12.441Z Running `/home/build/.rustup/toolchains/1.82-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=1dbb3bdba583a487 -C extra-filename=-1dbb3bdba583a487 --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-9014a7192519ab88.rmeta --cap-lints allow`
6122025-03-06T19:33:12.457Z Compiling mio v1.0.3
6132025-03-06T19:33:12.460Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=435fb0469f7cedb8 -C extra-filename=-435fb0469f7cedb8 --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-9014a7192519ab88.rmeta --cap-lints allow`
6142025-03-06T19:33:12.596Z Compiling num-traits v0.2.19
6152025-03-06T19:33:12.599Z Running `/home/build/.rustup/toolchains/1.82-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=91645263a9500287 -C extra-filename=-91645263a9500287 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-91645263a9500287 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-c8b70721fa55f8c3.rlib --cap-lints allow`
6162025-03-06T19:33:12.995Z Compiling tracing-core v0.1.33
6172025-03-06T19:33:12.998Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C metadata=e1220afeadadec2f -C extra-filename=-e1220afeadadec2f --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-d3707ca18240f5e3.rmeta --cap-lints allow`
6182025-03-06T19:33:13.015Z Compiling utf16_iter v1.0.5
6192025-03-06T19:33:13.034Z Running `/home/build/.rustup/toolchains/1.82-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=828203e0337ced79 -C extra-filename=-828203e0337ced79 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6202025-03-06T19:33:13.146Z Compiling rustix v0.38.42
6212025-03-06T19:33:13.150Z Running `/home/build/.rustup/toolchains/1.82-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 --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="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"))' --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"))' -C metadata=544167e42ca3fa1c -C extra-filename=-544167e42ca3fa1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-544167e42ca3fa1c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6222025-03-06T19:33:13.244Z Compiling write16 v1.0.0
6232025-03-06T19:33:13.248Z Running `/home/build/.rustup/toolchains/1.82-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=2fd6a3c459759c72 -C extra-filename=-2fd6a3c459759c72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6242025-03-06T19:33:13.389Z Compiling utf8_iter v1.0.4
6252025-03-06T19:33:13.392Z Running `/home/build/.rustup/toolchains/1.82-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=b7c95c31ed462f44 -C extra-filename=-b7c95c31ed462f44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6262025-03-06T19:33:13.585Z Compiling icu_normalizer_data v1.5.0
6272025-03-06T19:33:13.588Z Running `/home/build/.rustup/toolchains/1.82-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=1ee45bb2627af1ca -C extra-filename=-1ee45bb2627af1ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6282025-03-06T19:33:13.652Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-91645263a9500287/build-script-build`
6292025-03-06T19:33:13.693Z Compiling futures-channel v0.3.31
6302025-03-06T19:33:13.696Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=50a874b5ae8464ab -C extra-filename=-50a874b5ae8464ab --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-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --cap-lints allow`
6312025-03-06T19:33:13.790Z Compiling tracing v0.1.41
6322025-03-06T19:33:13.794Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="std"' --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"))' --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C metadata=258257be8265fb53 -C extra-filename=-258257be8265fb53 --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-0e4e31fac0a66d57.rmeta --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-e1220afeadadec2f.rmeta --cap-lints allow`
6332025-03-06T19:33:13.853Z Compiling errno v0.3.10
6342025-03-06T19:33:13.856Z Running `/home/build/.rustup/toolchains/1.82-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=1bfd593016cbf216 -C extra-filename=-1bfd593016cbf216 --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-9014a7192519ab88.rmeta --cap-lints allow`
6352025-03-06T19:33:13.881Z Compiling futures-task v0.3.31
6362025-03-06T19:33:13.887Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=2019e2fa12d7bf52 -C extra-filename=-2019e2fa12d7bf52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6372025-03-06T19:33:13.887Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-544167e42ca3fa1c/build-script-build`
6382025-03-06T19:33:14.033Z Running `/home/build/.rustup/toolchains/1.82-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 --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="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"))' --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"))' -C metadata=84be7b729313ef2d -C extra-filename=-84be7b729313ef2d --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-2ec0f0e21fe6806f.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-1bfd593016cbf216.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6392025-03-06T19:33:14.103Z Running `/home/build/.rustup/toolchains/1.82-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=48c68e6ab6a1791a -C extra-filename=-48c68e6ab6a1791a --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)'`
6402025-03-06T19:33:14.144Z Compiling crossbeam-utils v0.8.21
6412025-03-06T19:33:14.147Z Running `/home/build/.rustup/toolchains/1.82-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' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=25c2ddfff5620edc -C extra-filename=-25c2ddfff5620edc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-25c2ddfff5620edc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6422025-03-06T19:33:14.200Z Compiling getrandom v0.3.1
6432025-03-06T19:33:14.203Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' --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)' -C metadata=8e041f578160a6a0 -C extra-filename=-8e041f578160a6a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/getrandom-8e041f578160a6a0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6442025-03-06T19:33:14.226Z Compiling http v1.2.0
6452025-03-06T19:33:14.229Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5d06506e88cd00fe -C extra-filename=-5d06506e88cd00fe --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --cap-lints allow`
6462025-03-06T19:33:14.286Z Running `/home/build/.rustup/toolchains/1.82-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=94283fe6939fe043 -C extra-filename=-94283fe6939fe043 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6472025-03-06T19:33:14.575Z Compiling heck v0.5.0
6482025-03-06T19:33:14.578Z Running `/home/build/.rustup/toolchains/1.82-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=a74bb6a36483bfce -C extra-filename=-a74bb6a36483bfce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6492025-03-06T19:33:14.673Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/getrandom-8e041f578160a6a0/build-script-build`
6502025-03-06T19:33:14.701Z Compiling atomic-waker v1.1.2
6512025-03-06T19:33:14.701Z Running `/home/build/.rustup/toolchains/1.82-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=c83bbda0772b5da6 -C extra-filename=-c83bbda0772b5da6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6522025-03-06T19:33:14.722Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-25c2ddfff5620edc/build-script-build`
6532025-03-06T19:33:14.749Z Compiling httparse v1.9.5
6542025-03-06T19:33:14.752Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=a75d63bce42437f2 -C extra-filename=-a75d63bce42437f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-a75d63bce42437f2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6552025-03-06T19:33:14.907Z Running `/home/build/.rustup/toolchains/1.82-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' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=ae859166e9dc80c6 -C extra-filename=-ae859166e9dc80c6 --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)'`
6562025-03-06T19:33:15.228Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' --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)' -C metadata=7ccc5aef7ed3ba18 -C extra-filename=-7ccc5aef7ed3ba18 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --cap-lints allow`
6572025-03-06T19:33:15.494Z Compiling aho-corasick v1.1.3
6582025-03-06T19:33:15.511Z Running `/home/build/.rustup/toolchains/1.82-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=813ced89b989db01 -C extra-filename=-813ced89b989db01 --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-0b5e04bdd7f196ce.rmeta --cap-lints allow`
6592025-03-06T19:33:15.519Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-a75d63bce42437f2/build-script-build`
6602025-03-06T19:33:15.587Z Compiling regex-syntax v0.8.5
6612025-03-06T19:33:15.590Z Running `/home/build/.rustup/toolchains/1.82-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=b88c58f7244881b5 -C extra-filename=-b88c58f7244881b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6622025-03-06T19:33:15.852Z Compiling fastrand v2.3.0
6632025-03-06T19:33:15.855Z Running `/home/build/.rustup/toolchains/1.82-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=6e6fd8a1cad2a3a6 -C extra-filename=-6e6fd8a1cad2a3a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6642025-03-06T19:33:16.101Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 --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=42b0cbf1edc77488 -C extra-filename=-42b0cbf1edc77488 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6652025-03-06T19:33:16.442Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=004380ee8413d57c -C extra-filename=-004380ee8413d57c --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`
6662025-03-06T19:33:16.490Z Compiling ring v0.17.8
6672025-03-06T19:33:16.493Z Running `/home/build/.rustup/toolchains/1.82-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=93a1f080c6a86ceb -C extra-filename=-93a1f080c6a86ceb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-93a1f080c6a86ceb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-a299f3a14a45ae66.rlib --cap-lints allow`
6682025-03-06T19:33:16.509Z Compiling dyn-clone v1.0.17
6692025-03-06T19:33:16.539Z Running `/home/build/.rustup/toolchains/1.82-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=6869515caa012bc2 -C extra-filename=-6869515caa012bc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6702025-03-06T19:33:16.765Z Running `/home/build/.rustup/toolchains/1.82-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=8d9786751187027e -C extra-filename=-8d9786751187027e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6712025-03-06T19:33:16.901Z Compiling spin v0.9.8
6722025-03-06T19:33:16.904Z Running `/home/build/.rustup/toolchains/1.82-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=a6249b9e229b4a23 -C extra-filename=-a6249b9e229b4a23 --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-13da94d2f2ea7136.rmeta --cap-lints allow`
6732025-03-06T19:33:17.194Z Compiling iana-time-zone v0.1.61
6742025-03-06T19:33:17.212Z Running `/home/build/.rustup/toolchains/1.82-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=c209d9c883b92003 -C extra-filename=-c209d9c883b92003 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6752025-03-06T19:33:17.228Z Compiling openssl-src v300.4.1+3.4.0
6762025-03-06T19:33:17.231Z Running `/home/build/.rustup/toolchains/1.82-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=793a9dd64b13d671 -C extra-filename=-793a9dd64b13d671 --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-a299f3a14a45ae66.rmeta --cap-lints allow`
6772025-03-06T19:33:17.315Z Compiling rustls-pki-types v1.10.1
6782025-03-06T19:33:17.318Z Running `/home/build/.rustup/toolchains/1.82-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=0ab5745a98c43c87 -C extra-filename=-0ab5745a98c43c87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6792025-03-06T19:33:17.564Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-93a1f080c6a86ceb/build-script-build`
6802025-03-06T19:33:17.726Z Compiling version_check v0.9.5
6812025-03-06T19:33:17.730Z Running `/home/build/.rustup/toolchains/1.82-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=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6822025-03-06T19:33:17.833Z Compiling schemars v0.8.22
6832025-03-06T19:33:17.836Z Running `/home/build/.rustup/toolchains/1.82-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=2eb3f13f88df6f01 -C extra-filename=-2eb3f13f88df6f01 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-2eb3f13f88df6f01 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6842025-03-06T19:33:18.253Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-2eb3f13f88df6f01/build-script-build`
6852025-03-06T19:33:18.276Z Compiling openssl-sys v0.9.105
6862025-03-06T19:33:18.279Z Running `/home/build/.rustup/toolchains/1.82-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.105/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("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2b127bc0d7f2e0e8 -C extra-filename=-2b127bc0d7f2e0e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-2b127bc0d7f2e0e8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-a299f3a14a45ae66.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-793a9dd64b13d671.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow`
6872025-03-06T19:33:18.380Z Compiling synstructure v0.13.1
6882025-03-06T19:33:18.383Z Running `/home/build/.rustup/toolchains/1.82-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=d5e222ba8ad9625d -C extra-filename=-d5e222ba8ad9625d --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rmeta --cap-lints allow`
6892025-03-06T19:33:18.520Z Compiling serde_derive_internals v0.29.1
6902025-03-06T19:33:18.524Z Running `/home/build/.rustup/toolchains/1.82-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=2e250e6af885554c -C extra-filename=-2e250e6af885554c --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rmeta --cap-lints allow`
6912025-03-06T19:33:19.356Z Compiling regex-automata v0.4.9
6922025-03-06T19:33:19.359Z Running `/home/build/.rustup/toolchains/1.82-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=0a3226c8d0ca86ae -C extra-filename=-0a3226c8d0ca86ae --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-813ced89b989db01.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b88c58f7244881b5.rmeta --cap-lints allow`
6932025-03-06T19:33:19.704Z Compiling concurrent-queue v2.5.0
6942025-03-06T19:33:19.707Z Running `/home/build/.rustup/toolchains/1.82-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=d965c874829aa008 -C extra-filename=-d965c874829aa008 --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-ae859166e9dc80c6.rmeta --cap-lints allow`
6952025-03-06T19:33:19.850Z Compiling parking v2.2.1
6962025-03-06T19:33:19.867Z Running `/home/build/.rustup/toolchains/1.82-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=703499207edafa1a -C extra-filename=-703499207edafa1a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6972025-03-06T19:33:20.090Z Compiling percent-encoding v2.3.1
6982025-03-06T19:33:20.093Z Running `/home/build/.rustup/toolchains/1.82-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=979a6ffd7abfd08b -C extra-filename=-979a6ffd7abfd08b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6992025-03-06T19:33:20.268Z Compiling untrusted v0.9.0
7002025-03-06T19:33:20.271Z Running `/home/build/.rustup/toolchains/1.82-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=708e3792e0eecbdb -C extra-filename=-708e3792e0eecbdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7012025-03-06T19:33:20.463Z Compiling try-lock v0.2.5
7022025-03-06T19:33:20.467Z Running `/home/build/.rustup/toolchains/1.82-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=aa1742a0b7dc6287 -C extra-filename=-aa1742a0b7dc6287 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7032025-03-06T19:33:20.543Z Compiling form_urlencoded v1.2.1
7042025-03-06T19:33:20.546Z Running `/home/build/.rustup/toolchains/1.82-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=a14e9e00c55afb81 -C extra-filename=-a14e9e00c55afb81 --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-979a6ffd7abfd08b.rmeta --cap-lints allow`
7052025-03-06T19:33:20.567Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-2b127bc0d7f2e0e8/build-script-main`
7062025-03-06T19:33:20.623Z Compiling want v0.3.1
7072025-03-06T19:33:20.626Z Running `/home/build/.rustup/toolchains/1.82-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=5e22de2122d8b20f -C extra-filename=-5e22de2122d8b20f --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-aa1742a0b7dc6287.rmeta --cap-lints allow`
7082025-03-06T19:33:20.933Z Compiling tower-service v0.3.3
7092025-03-06T19:33:20.937Z Running `/home/build/.rustup/toolchains/1.82-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=8552aec5b0efa10d -C extra-filename=-8552aec5b0efa10d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7102025-03-06T19:33:20.954Z Compiling thiserror v2.0.12
7112025-03-06T19:33:20.957Z Running `/home/build/.rustup/toolchains/1.82-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=8ab1b107b4388e54 -C extra-filename=-8ab1b107b4388e54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-8ab1b107b4388e54 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7122025-03-06T19:33:21.053Z Compiling zeroize v1.8.1
7132025-03-06T19:33:21.057Z Running `/home/build/.rustup/toolchains/1.82-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=2603b4c4a5354fb8 -C extra-filename=-2603b4c4a5354fb8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7142025-03-06T19:33:21.359Z Compiling httpdate v1.0.3
7152025-03-06T19:33:21.362Z Running `/home/build/.rustup/toolchains/1.82-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=a74ba5c59811b47c -C extra-filename=-a74ba5c59811b47c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7162025-03-06T19:33:21.377Z Compiling byteorder v1.5.0
7172025-03-06T19:33:21.380Z Running `/home/build/.rustup/toolchains/1.82-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=ae9c71e129d70e32 -C extra-filename=-ae9c71e129d70e32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7182025-03-06T19:33:21.552Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-8ab1b107b4388e54/build-script-build`
7192025-03-06T19:33:21.805Z Compiling http-body v1.0.1
7202025-03-06T19:33:21.808Z Running `/home/build/.rustup/toolchains/1.82-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=85ccf0f8a2762d84 -C extra-filename=-85ccf0f8a2762d84 --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --cap-lints allow`
7212025-03-06T19:33:21.901Z Compiling subtle v2.6.1
7222025-03-06T19:33:21.904Z Running `/home/build/.rustup/toolchains/1.82-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=624497046c8e871d -C extra-filename=-624497046c8e871d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7232025-03-06T19:33:21.920Z Compiling anstyle v1.0.10
7242025-03-06T19:33:21.923Z Running `/home/build/.rustup/toolchains/1.82-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=a7ee8b88017ced53 -C extra-filename=-a7ee8b88017ced53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7252025-03-06T19:33:22.049Z Compiling event-listener v5.3.1
7262025-03-06T19:33:22.052Z Running `/home/build/.rustup/toolchains/1.82-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=022a3057f94955c4 -C extra-filename=-022a3057f94955c4 --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-d965c874829aa008.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-703499207edafa1a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
7272025-03-06T19:33:22.161Z Compiling rand_core v0.6.4
7282025-03-06T19:33:22.164Z Running `/home/build/.rustup/toolchains/1.82-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=351a6b9a2dca0ea2 -C extra-filename=-351a6b9a2dca0ea2 --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-43357be562a82d3c.rmeta --cap-lints allow`
7292025-03-06T19:33:22.359Z Compiling foreign-types-shared v0.1.1
7302025-03-06T19:33:22.363Z Running `/home/build/.rustup/toolchains/1.82-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=3e88c51f198c4536 -C extra-filename=-3e88c51f198c4536 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7312025-03-06T19:33:22.476Z Compiling openssl v0.10.70
7322025-03-06T19:33:22.480Z Running `/home/build/.rustup/toolchains/1.82-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.70/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("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=51cdeadb57e1c65d -C extra-filename=-51cdeadb57e1c65d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-51cdeadb57e1c65d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7332025-03-06T19:33:22.612Z Compiling either v1.13.0
7342025-03-06T19:33:22.612Z Running `/home/build/.rustup/toolchains/1.82-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=7e00d018c5861d41 -C extra-filename=-7e00d018c5861d41 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7352025-03-06T19:33:22.638Z Compiling foreign-types v0.3.2
7362025-03-06T19:33:22.641Z Running `/home/build/.rustup/toolchains/1.82-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=5d52dbc4bf401aff -C extra-filename=-5d52dbc4bf401aff --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-3e88c51f198c4536.rmeta --cap-lints allow`
7372025-03-06T19:33:22.721Z Compiling event-listener-strategy v0.5.3
7382025-03-06T19:33:22.725Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' -C metadata=d488e3294bd9ebbe -C extra-filename=-d488e3294bd9ebbe --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-022a3057f94955c4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
7392025-03-06T19:33:22.740Z Compiling native-tls v0.2.12
7402025-03-06T19:33:22.743Z Running `/home/build/.rustup/toolchains/1.82-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=e1447c127dc9bed0 -C extra-filename=-e1447c127dc9bed0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-e1447c127dc9bed0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7412025-03-06T19:33:22.918Z Compiling utf8parse v0.2.2
7422025-03-06T19:33:22.922Z Running `/home/build/.rustup/toolchains/1.82-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=a5360700994d30b5 -C extra-filename=-a5360700994d30b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7432025-03-06T19:33:22.936Z Compiling typenum v1.17.0
7442025-03-06T19:33:22.940Z Running `/home/build/.rustup/toolchains/1.82-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=b5425cb3c5d74c6c -C extra-filename=-b5425cb3c5d74c6c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-b5425cb3c5d74c6c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7452025-03-06T19:33:22.996Z Compiling rustls v0.23.20
7462025-03-06T19:33:23.000Z Running `/home/build/.rustup/toolchains/1.82-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=d139e8c34e0d1e0e -C extra-filename=-d139e8c34e0d1e0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-d139e8c34e0d1e0e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7472025-03-06T19:33:23.065Z Compiling same-file v1.0.6
7482025-03-06T19:33:23.069Z Running `/home/build/.rustup/toolchains/1.82-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=e01a49cf6e73c389 -C extra-filename=-e01a49cf6e73c389 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7492025-03-06T19:33:23.123Z Compiling anstyle-parse v0.2.6
7502025-03-06T19:33:23.125Z Compiling serde_derive v1.0.218
7512025-03-06T19:33:23.126Z Running `/home/build/.rustup/toolchains/1.82-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=9bbcce3f2b50e613 -C extra-filename=-9bbcce3f2b50e613 --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-a5360700994d30b5.rmeta --cap-lints allow`
7522025-03-06T19:33:23.140Z Running `/home/build/.rustup/toolchains/1.82-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.218/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=87a4f4ced5ef3cd4 -C extra-filename=-87a4f4ced5ef3cd4 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7532025-03-06T19:33:23.326Z Compiling zerofrom-derive v0.1.5
7542025-03-06T19:33:23.329Z Running `/home/build/.rustup/toolchains/1.82-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=f9449b2a8eae17ba -C extra-filename=-f9449b2a8eae17ba --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-d5e222ba8ad9625d.rlib --extern proc_macro --cap-lints allow`
7552025-03-06T19:33:23.367Z Compiling yoke-derive v0.7.5
7562025-03-06T19:33:23.368Z Running `/home/build/.rustup/toolchains/1.82-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=0ac388d60223eb29 -C extra-filename=-0ac388d60223eb29 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-d5e222ba8ad9625d.rlib --extern proc_macro --cap-lints allow`
7572025-03-06T19:33:23.447Z Compiling zerovec-derive v0.10.3
7582025-03-06T19:33:23.465Z Running `/home/build/.rustup/toolchains/1.82-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=beac0cb50ef5a851 -C extra-filename=-beac0cb50ef5a851 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7592025-03-06T19:33:23.848Z Compiling displaydoc v0.2.5
7602025-03-06T19:33:23.852Z Running `/home/build/.rustup/toolchains/1.82-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=88e3f5a6b3f353d3 -C extra-filename=-88e3f5a6b3f353d3 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7612025-03-06T19:33:23.879Z Compiling icu_provider_macros v1.5.0
7622025-03-06T19:33:23.882Z Running `/home/build/.rustup/toolchains/1.82-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=73eec59221023409 -C extra-filename=-73eec59221023409 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7632025-03-06T19:33:25.196Z Compiling tokio-macros v2.5.0
7642025-03-06T19:33:25.199Z Running `/home/build/.rustup/toolchains/1.82-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=35c5e2e17d76df00 -C extra-filename=-35c5e2e17d76df00 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7652025-03-06T19:33:25.522Z Compiling futures-macro v0.3.31
7662025-03-06T19:33:25.525Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=bf990022f3b32acc -C extra-filename=-bf990022f3b32acc --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7672025-03-06T19:33:26.008Z Compiling schemars_derive v0.8.22
7682025-03-06T19:33:26.022Z Running `/home/build/.rustup/toolchains/1.82-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=3ed7987095710289 -C extra-filename=-3ed7987095710289 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-2e250e6af885554c.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7692025-03-06T19:33:26.082Z Compiling regex v1.11.1
7702025-03-06T19:33:26.085Z Running `/home/build/.rustup/toolchains/1.82-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=9fa6f1b46ba4b463 -C extra-filename=-9fa6f1b46ba4b463 --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-813ced89b989db01.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-0a3226c8d0ca86ae.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b88c58f7244881b5.rmeta --cap-lints allow`
7712025-03-06T19:33:26.821Z Compiling tokio v1.43.0
7722025-03-06T19:33:26.825Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=386d96abf761f3d3 -C extra-filename=-386d96abf761f3d3 --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-34df12a77920a882.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-435fb0469f7cedb8.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-4e9c8c84e3bb0864.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-4d11a42a2c7a32ff.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-1dbb3bdba583a487.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-35c5e2e17d76df00.so --cap-lints allow`
7732025-03-06T19:33:26.874Z Compiling zerofrom v0.1.5
7742025-03-06T19:33:26.877Z Running `/home/build/.rustup/toolchains/1.82-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=f3af8e162e2bb030 -C extra-filename=-f3af8e162e2bb030 --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-f9449b2a8eae17ba.so --cap-lints allow`
7752025-03-06T19:33:27.131Z Compiling yoke v0.7.5
7762025-03-06T19:33:27.134Z Running `/home/build/.rustup/toolchains/1.82-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=a9fd6c5e1c1bbd1b -C extra-filename=-a9fd6c5e1c1bbd1b --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-5fb76e509a9ad487.rmeta --extern yoke_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke_derive-0ac388d60223eb29.so --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-f3af8e162e2bb030.rmeta --cap-lints allow`
7772025-03-06T19:33:27.307Z Running `/home/build/.rustup/toolchains/1.82-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=86b3db6c4b2e8ebf -C extra-filename=-86b3db6c4b2e8ebf --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-bf8464dc6ea26318.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-43357be562a82d3c.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-a6249b9e229b4a23.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
7782025-03-06T19:33:27.513Z Compiling zerovec v0.10.4
7792025-03-06T19:33:27.516Z Running `/home/build/.rustup/toolchains/1.82-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=02cb03f0344aa826 -C extra-filename=-02cb03f0344aa826 --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-a9fd6c5e1c1bbd1b.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-f3af8e162e2bb030.rmeta --extern zerovec_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec_derive-beac0cb50ef5a851.so --cap-lints allow`
7802025-03-06T19:33:27.532Z Compiling futures-util v0.3.31
7812025-03-06T19:33:27.555Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c4f8a89aad8c13ec -C extra-filename=-c4f8a89aad8c13ec --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-bf990022f3b32acc.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-c60655193dc12887.rmeta --cap-lints allow`
7822025-03-06T19:33:29.094Z Compiling zerocopy-derive v0.7.35
7832025-03-06T19:33:29.098Z Running `/home/build/.rustup/toolchains/1.82-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=f64db8c58c9de847 -C extra-filename=-f64db8c58c9de847 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7842025-03-06T19:33:29.958Z Compiling tinystr v0.7.6
7852025-03-06T19:33:29.961Z Running `/home/build/.rustup/toolchains/1.82-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=68347c89bab4ffca -C extra-filename=-68347c89bab4ffca --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-88e3f5a6b3f353d3.so --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
7862025-03-06T19:33:30.461Z Compiling icu_locid v1.5.0
7872025-03-06T19:33:30.466Z Running `/home/build/.rustup/toolchains/1.82-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=67f34d742fb09d24 -C extra-filename=-67f34d742fb09d24 --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-88e3f5a6b3f353d3.so --extern litemap=/work/oxidecomputer/oxide.rs/target/debug/deps/liblitemap-0b94f81807dbb692.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-68347c89bab4ffca.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-5944bd6d78342901.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
7882025-03-06T19:33:30.585Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.218/src/lib.rs --error-format=json --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=fcc979c7e71dcded -C extra-filename=-fcc979c7e71dcded --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-87a4f4ced5ef3cd4.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)'`
7892025-03-06T19:33:30.893Z Compiling icu_collections v1.5.0
7902025-03-06T19:33:30.896Z Running `/home/build/.rustup/toolchains/1.82-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=829b88c81c1fbd75 -C extra-filename=-829b88c81c1fbd75 --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-88e3f5a6b3f353d3.so --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a9fd6c5e1c1bbd1b.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-f3af8e162e2bb030.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
7912025-03-06T19:33:31.272Z Compiling zerocopy v0.7.35
7922025-03-06T19:33:31.275Z Running `/home/build/.rustup/toolchains/1.82-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=d7eb075e596bb09b -C extra-filename=-d7eb075e596bb09b --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-ae9c71e129d70e32.rmeta --extern zerocopy_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy_derive-f64db8c58c9de847.so --cap-lints allow`
7932025-03-06T19:33:31.524Z Compiling rustls-webpki v0.102.8
7942025-03-06T19:33:31.528Z Running `/home/build/.rustup/toolchains/1.82-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=4517936dffe46484 -C extra-filename=-4517936dffe46484 --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-86b3db6c4b2e8ebf.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
7952025-03-06T19:33:32.524Z Compiling icu_provider v1.5.0
7962025-03-06T19:33:32.528Z Running `/home/build/.rustup/toolchains/1.82-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=d3fdd98fea20f970 -C extra-filename=-d3fdd98fea20f970 --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-88e3f5a6b3f353d3.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-67f34d742fb09d24.rmeta --extern icu_provider_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider_macros-73eec59221023409.so --extern stable_deref_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libstable_deref_trait-5fb76e509a9ad487.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-68347c89bab4ffca.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-5944bd6d78342901.rmeta --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-a9fd6c5e1c1bbd1b.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-f3af8e162e2bb030.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
7972025-03-06T19:33:32.956Z Compiling thiserror-impl v2.0.12
7982025-03-06T19:33:32.959Z Running `/home/build/.rustup/toolchains/1.82-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=0035add89b22a102 -C extra-filename=-0035add89b22a102 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
7992025-03-06T19:33:33.104Z Compiling ppv-lite86 v0.2.20
8002025-03-06T19:33:33.109Z Running `/home/build/.rustup/toolchains/1.82-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=46e4e45aad3a8757 -C extra-filename=-46e4e45aad3a8757 --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-d7eb075e596bb09b.rmeta --cap-lints allow`
8012025-03-06T19:33:33.713Z Compiling icu_locid_transform v1.5.0
8022025-03-06T19:33:33.716Z Running `/home/build/.rustup/toolchains/1.82-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=ca07b0316ba56197 -C extra-filename=-ca07b0316ba56197 --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-88e3f5a6b3f353d3.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-67f34d742fb09d24.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform_data-2e516210a263aeb9.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-d3fdd98fea20f970.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-68347c89bab4ffca.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
8032025-03-06T19:33:33.906Z Compiling rand_chacha v0.3.1
8042025-03-06T19:33:33.909Z Running `/home/build/.rustup/toolchains/1.82-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=0d9d1703bfe34af2 -C extra-filename=-0d9d1703bfe34af2 --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-46e4e45aad3a8757.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-351a6b9a2dca0ea2.rmeta --cap-lints allow`
8052025-03-06T19:33:33.970Z Compiling openssl-macros v0.1.1
8062025-03-06T19:33:33.973Z Running `/home/build/.rustup/toolchains/1.82-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=88b5b14770b2ed4e -C extra-filename=-88b5b14770b2ed4e --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
8072025-03-06T19:33:34.045Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-d139e8c34e0d1e0e/build-script-build`
8082025-03-06T19:33:34.072Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main`
8092025-03-06T19:33:34.261Z Compiling walkdir v2.5.0
8102025-03-06T19:33:34.265Z Running `/home/build/.rustup/toolchains/1.82-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=0584817040041f29 -C extra-filename=-0584817040041f29 --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-e01a49cf6e73c389.rmeta --cap-lints allow`
8112025-03-06T19:33:34.889Z Compiling rand v0.8.5
8122025-03-06T19:33:34.892Z Running `/home/build/.rustup/toolchains/1.82-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=f502d8bd3ca289d9 -C extra-filename=-f502d8bd3ca289d9 --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-9014a7192519ab88.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-0d9d1703bfe34af2.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-351a6b9a2dca0ea2.rmeta --cap-lints allow`
8132025-03-06T19:33:35.182Z Compiling icu_properties v1.5.1
8142025-03-06T19:33:35.185Z Running `/home/build/.rustup/toolchains/1.82-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=c4846aaef2984c92 -C extra-filename=-c4846aaef2984c92 --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-88e3f5a6b3f353d3.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-829b88c81c1fbd75.rmeta --extern icu_locid_transform=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform-ca07b0316ba56197.rmeta --extern icu_properties_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties_data-a18112048da2b7b0.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-d3fdd98fea20f970.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-68347c89bab4ffca.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
8152025-03-06T19:33:35.206Z Compiling futures-lite v2.5.0
8162025-03-06T19:33:35.210Z Running `/home/build/.rustup/toolchains/1.82-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=09158502ecf44f8f -C extra-filename=-09158502ecf44f8f --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-6e6fd8a1cad2a3a6.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-703499207edafa1a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
8172025-03-06T19:33:36.105Z Compiling tokio-util v0.7.13
8182025-03-06T19:33:36.108Z Running `/home/build/.rustup/toolchains/1.82-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=fe80e4fb7ba4af80 -C extra-filename=-fe80e4fb7ba4af80 --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --cap-lints allow`
8192025-03-06T19:33:36.706Z Running `/home/build/.rustup/toolchains/1.82-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=055b8174bea3d300 -C extra-filename=-055b8174bea3d300 --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-96593e348b6b77f2.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
8202025-03-06T19:33:36.810Z Compiling indexmap v2.7.1
8212025-03-06T19:33:36.813Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=e53c4906058a7aec -C extra-filename=-e53c4906058a7aec --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-7de52f742ab865cc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-202dd0d2c3d56ef0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
8222025-03-06T19:33:36.891Z Compiling chrono v0.4.39
8232025-03-06T19:33:36.908Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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-targets"' --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-targets"))' -C metadata=480e3ace95d371cf -C extra-filename=-480e3ace95d371cf --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-c209d9c883b92003.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-48c68e6ab6a1791a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
8242025-03-06T19:33:37.159Z Compiling uuid v1.14.0
8252025-03-06T19:33:37.162Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=0e5f47fe9c189765 -C extra-filename=-0e5f47fe9c189765 --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-7ccc5aef7ed3ba18.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
8262025-03-06T19:33:37.563Z Running `/home/build/.rustup/toolchains/1.82-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=bdb7dd531472e429 -C extra-filename=-bdb7dd531472e429 --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-0035add89b22a102.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8272025-03-06T19:33:37.723Z Compiling serde_spanned v0.6.8
8282025-03-06T19:33:37.727Z Running `/home/build/.rustup/toolchains/1.82-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=fd372510c233474c -C extra-filename=-fd372510c233474c --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-fcc979c7e71dcded.rmeta --cap-lints allow`
8292025-03-06T19:33:37.982Z Compiling toml_datetime v0.6.8
8302025-03-06T19:33:37.987Z Running `/home/build/.rustup/toolchains/1.82-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.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=980c572f7262b20a -C extra-filename=-980c572f7262b20a --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-fcc979c7e71dcded.rmeta --cap-lints allow`
8312025-03-06T19:33:38.211Z Compiling generic-array v0.14.7
8322025-03-06T19:33:38.215Z Running `/home/build/.rustup/toolchains/1.82-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=92272856af0dcbd4 -C extra-filename=-92272856af0dcbd4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-92272856af0dcbd4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
8332025-03-06T19:33:38.353Z Compiling h2 v0.4.7
8342025-03-06T19:33:38.357Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=34a64a02bf64ad6e -C extra-filename=-34a64a02bf64ad6e --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-c83bbda0772b5da6.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-e53c4906058a7aec.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-c60655193dc12887.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-fe80e4fb7ba4af80.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --cap-lints allow`
8352025-03-06T19:33:38.571Z Compiling regress v0.10.3
8362025-03-06T19:33:38.571Z Running `/home/build/.rustup/toolchains/1.82-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=c83df6a0b004dd25 -C extra-filename=-c83df6a0b004dd25 --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-202dd0d2c3d56ef0.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --cap-lints allow`
8372025-03-06T19:33:38.594Z Compiling is_terminal_polyfill v1.70.1
8382025-03-06T19:33:38.597Z Running `/home/build/.rustup/toolchains/1.82-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=089565dc1441357c -C extra-filename=-089565dc1441357c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8392025-03-06T19:33:38.729Z Compiling openssl-probe v0.1.5
8402025-03-06T19:33:38.732Z Running `/home/build/.rustup/toolchains/1.82-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=a11e19e89d155712 -C extra-filename=-a11e19e89d155712 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8412025-03-06T19:33:39.146Z Compiling icu_normalizer v1.5.0
8422025-03-06T19:33:39.149Z Running `/home/build/.rustup/toolchains/1.82-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=c21c15f0a2ef1946 -C extra-filename=-c21c15f0a2ef1946 --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-88e3f5a6b3f353d3.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-829b88c81c1fbd75.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-1ee45bb2627af1ca.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c4846aaef2984c92.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-d3fdd98fea20f970.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-828203e0337ced79.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-2fd6a3c459759c72.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
8432025-03-06T19:33:39.989Z Running `/home/build/.rustup/toolchains/1.82-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=1e994bde0498c0a2 -C extra-filename=-1e994bde0498c0a2 --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-480e3ace95d371cf.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-6869515caa012bc2.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-3ed7987095710289.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8442025-03-06T19:33:40.422Z Compiling idna_adapter v1.2.0
8452025-03-06T19:33:40.425Z Running `/home/build/.rustup/toolchains/1.82-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=814fa46163528dff -C extra-filename=-814fa46163528dff --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-c21c15f0a2ef1946.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c4846aaef2984c92.rmeta --cap-lints allow`
8462025-03-06T19:33:40.690Z Compiling idna v1.0.3
8472025-03-06T19:33:40.693Z Running `/home/build/.rustup/toolchains/1.82-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=1c0311c9b39739c2 -C extra-filename=-1c0311c9b39739c2 --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-814fa46163528dff.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --cap-lints allow`
8482025-03-06T19:33:41.080Z Compiling winnow v0.7.1
8492025-03-06T19:33:41.084Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --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=934e711024450d60 -C extra-filename=-934e711024450d60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8502025-03-06T19:33:41.380Z Compiling url v2.5.4
8512025-03-06T19:33:41.383Z Running `/home/build/.rustup/toolchains/1.82-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=6ceae519ae8e2dcc -C extra-filename=-6ceae519ae8e2dcc --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-a14e9e00c55afb81.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-1c0311c9b39739c2.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
8522025-03-06T19:33:42.807Z Compiling colorchoice v1.0.3
8532025-03-06T19:33:42.810Z Running `/home/build/.rustup/toolchains/1.82-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=d166c978543dc615 -C extra-filename=-d166c978543dc615 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8542025-03-06T19:33:42.991Z Compiling anstyle-query v1.1.2
8552025-03-06T19:33:42.994Z Running `/home/build/.rustup/toolchains/1.82-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=f36a354322189024 -C extra-filename=-f36a354322189024 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8562025-03-06T19:33:43.157Z Compiling anstream v0.6.18
8572025-03-06T19:33:43.161Z Running `/home/build/.rustup/toolchains/1.82-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=86e0ccf227684b0e -C extra-filename=-86e0ccf227684b0e --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-a7ee8b88017ced53.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-9bbcce3f2b50e613.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-f36a354322189024.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-d166c978543dc615.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-089565dc1441357c.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-a5360700994d30b5.rmeta --cap-lints allow`
8582025-03-06T19:33:43.578Z Compiling hyper v1.5.2
8592025-03-06T19:33:43.606Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=2d7baf20c757ec61 -C extra-filename=-2d7baf20c757ec61 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-34a64a02bf64ad6e.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-85ccf0f8a2762d84.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-004380ee8413d57c.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-a74ba5c59811b47c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e22de2122d8b20f.rmeta --cap-lints allow`
8602025-03-06T19:33:43.989Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-92272856af0dcbd4/build-script-build`
8612025-03-06T19:33:44.016Z Running `/home/build/.rustup/toolchains/1.82-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=40da369545626ed8 -C extra-filename=-40da369545626ed8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8622025-03-06T19:33:44.056Z Running `/home/build/.rustup/toolchains/1.82-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=cf7ef43015c20dfb -C extra-filename=-cf7ef43015c20dfb --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-d3707ca18240f5e3.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-86b3db6c4b2e8ebf.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-4517936dffe46484.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-624497046c8e871d.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8632025-03-06T19:33:44.103Z Compiling http-body-util v0.1.2
8642025-03-06T19:33:44.106Z Running `/home/build/.rustup/toolchains/1.82-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=67f6b4c37fcc5066 -C extra-filename=-67f6b4c37fcc5066 --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-34df12a77920a882.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-85ccf0f8a2762d84.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
8652025-03-06T19:33:44.362Z Compiling terminal_size v0.4.1
8662025-03-06T19:33:44.365Z Running `/home/build/.rustup/toolchains/1.82-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=782ed61aed4a4b74 -C extra-filename=-782ed61aed4a4b74 --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-84be7b729313ef2d.rmeta --cap-lints allow`
8672025-03-06T19:33:44.621Z Running `/home/build/.rustup/toolchains/1.82-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=3a55642733a22541 -C extra-filename=-3a55642733a22541 --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-94283fe6939fe043.rmeta --cap-lints allow`
8682025-03-06T19:33:44.624Z Compiling dirs-sys-next v0.1.2
8692025-03-06T19:33:44.650Z Running `/home/build/.rustup/toolchains/1.82-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=2d6d72d3e6379d6c -C extra-filename=-2d6d72d3e6379d6c --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-c97c5776ef010d65.rmeta --cap-lints allow`
8702025-03-06T19:33:45.187Z Compiling toml_edit v0.22.24
8712025-03-06T19:33:45.190Z Running `/home/build/.rustup/toolchains/1.82-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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=8e674f413d7a8604 -C extra-filename=-8e674f413d7a8604 --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-e53c4906058a7aec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-fd372510c233474c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-980c572f7262b20a.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-934e711024450d60.rmeta --cap-lints allow`
8722025-03-06T19:33:45.428Z Compiling encoding_rs v0.8.35
8732025-03-06T19:33:45.432Z Running `/home/build/.rustup/toolchains/1.82-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=3583d6eac0070aec -C extra-filename=-3583d6eac0070aec --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-bf8464dc6ea26318.rmeta --cap-lints allow`
8742025-03-06T19:33:45.468Z Running `/home/build/.rustup/toolchains/1.82-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=b73628caf7eb1ab3 -C extra-filename=-b73628caf7eb1ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8752025-03-06T19:33:46.607Z Compiling hyper-util v0.1.10
8762025-03-06T19:33:46.610Z Running `/home/build/.rustup/toolchains/1.82-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=85d9f469e1d315be -C extra-filename=-85d9f469e1d315be --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-85ccf0f8a2762d84.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-2d7baf20c757ec61.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-1dbb3bdba583a487.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --cap-lints allow`
8772025-03-06T19:33:48.178Z Compiling crunchy v0.2.2
8782025-03-06T19:33:48.182Z Running `/home/build/.rustup/toolchains/1.82-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=2aaa94f53ae683f5 -C extra-filename=-2aaa94f53ae683f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-2aaa94f53ae683f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8792025-03-06T19:33:48.699Z Compiling clap_lex v0.7.4
8802025-03-06T19:33:48.703Z Running `/home/build/.rustup/toolchains/1.82-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=ab8131b0005610c8 -C extra-filename=-ab8131b0005610c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8812025-03-06T19:33:49.278Z Compiling mime v0.3.17
8822025-03-06T19:33:49.281Z Running `/home/build/.rustup/toolchains/1.82-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=90f85e4a978ca235 -C extra-filename=-90f85e4a978ca235 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8832025-03-06T19:33:49.767Z Running `/home/build/.rustup/toolchains/1.82-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=f54cee1d469ec360 -C extra-filename=-f54cee1d469ec360 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8842025-03-06T19:33:49.922Z Compiling strsim v0.11.1
8852025-03-06T19:33:49.925Z Running `/home/build/.rustup/toolchains/1.82-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=808dcfd10ef8f3a0 -C extra-filename=-808dcfd10ef8f3a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8862025-03-06T19:33:49.963Z Running `/home/build/.rustup/toolchains/1.82-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=c0a180411c96677c -C extra-filename=-c0a180411c96677c --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-f54cee1d469ec360.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
8872025-03-06T19:33:50.272Z Compiling tokio-rustls v0.26.1
8882025-03-06T19:33:50.275Z Running `/home/build/.rustup/toolchains/1.82-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=b38873b02aae0840 -C extra-filename=-b38873b02aae0840 --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-cf7ef43015c20dfb.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
8892025-03-06T19:33:50.463Z Compiling clap_builder v4.5.31
8902025-03-06T19:33:50.467Z Running `/home/build/.rustup/toolchains/1.82-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.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=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=e983aeb9bdaf1e9a -C extra-filename=-e983aeb9bdaf1e9a --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-86e0ccf227684b0e.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-a7ee8b88017ced53.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-ab8131b0005610c8.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-808dcfd10ef8f3a0.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-782ed61aed4a4b74.rmeta --cap-lints allow`
8912025-03-06T19:33:50.731Z Running `/home/build/.rustup/toolchains/1.82-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=d08eedb2fc0daef3 -C extra-filename=-d08eedb2fc0daef3 --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-3a55642733a22541.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --cap-lints allow`
8922025-03-06T19:33:50.778Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-2aaa94f53ae683f5/build-script-build`
8932025-03-06T19:33:50.804Z Compiling toml v0.8.20
8942025-03-06T19:33:50.807Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 --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"))' -C metadata=41ea794eda741d29 -C extra-filename=-41ea794eda741d29 --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-fcc979c7e71dcded.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-fd372510c233474c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-980c572f7262b20a.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rmeta --cap-lints allow`
8952025-03-06T19:33:50.986Z Running `/home/build/.rustup/toolchains/1.82-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=25648f832b7abb65 -C extra-filename=-25648f832b7abb65 --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-40da369545626ed8.rmeta --cap-lints allow --cfg relaxed_coherence`
8962025-03-06T19:33:51.366Z Compiling dirs-next v2.0.0
8972025-03-06T19:33:51.369Z Running `/home/build/.rustup/toolchains/1.82-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=99d2c12436ba7780 -C extra-filename=-99d2c12436ba7780 --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-2d6d72d3e6379d6c.rmeta --cap-lints allow`
8982025-03-06T19:33:51.574Z Compiling serde_urlencoded v0.7.1
8992025-03-06T19:33:51.578Z Running `/home/build/.rustup/toolchains/1.82-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=7105eaf3f3bb4624 -C extra-filename=-7105eaf3f3bb4624 --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-a14e9e00c55afb81.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
9002025-03-06T19:33:52.150Z Compiling clap_derive v4.5.28
9012025-03-06T19:33:52.153Z Running `/home/build/.rustup/toolchains/1.82-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.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=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=c194aa0c759dd2fd -C extra-filename=-c194aa0c759dd2fd --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
9022025-03-06T19:33:52.367Z Compiling async-lock v3.4.0
9032025-03-06T19:33:52.370Z Running `/home/build/.rustup/toolchains/1.82-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=9f4b56f63b66f357 -C extra-filename=-9f4b56f63b66f357 --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-022a3057f94955c4.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-d488e3294bd9ebbe.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
9042025-03-06T19:33:52.728Z Compiling polling v3.7.4
9052025-03-06T19:33:52.731Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=1d87822fb3778cbc -C extra-filename=-1d87822fb3778cbc --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-bf8464dc6ea26318.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-84be7b729313ef2d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --cap-lints allow`
9062025-03-06T19:33:53.408Z Compiling rustls-pemfile v2.2.0
9072025-03-06T19:33:53.411Z Running `/home/build/.rustup/toolchains/1.82-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=2dc0976a1d55ec18 -C extra-filename=-2dc0976a1d55ec18 --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-0ab5745a98c43c87.rmeta --cap-lints allow`
9082025-03-06T19:33:53.752Z Compiling webpki-roots v0.26.7
9092025-03-06T19:33:53.755Z Running `/home/build/.rustup/toolchains/1.82-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=bd2c35eb03beca20 -C extra-filename=-bd2c35eb03beca20 --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-0ab5745a98c43c87.rmeta --cap-lints allow`
9102025-03-06T19:33:53.778Z Running `/home/build/.rustup/toolchains/1.82-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=833416a4a440ff29 -C extra-filename=-833416a4a440ff29 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c97c5776ef010d65.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --cap-lints allow`
9112025-03-06T19:33:53.979Z Compiling http v0.2.12
9122025-03-06T19:33:53.982Z Running `/home/build/.rustup/toolchains/1.82-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=232e0f948874fb10 -C extra-filename=-232e0f948874fb10 --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --cap-lints allow`
9132025-03-06T19:33:54.510Z Compiling sync_wrapper v1.0.2
9142025-03-06T19:33:54.513Z Running `/home/build/.rustup/toolchains/1.82-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=c4c554a20241b2db -C extra-filename=-c4c554a20241b2db --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-b3d09398cdf3eb85.rmeta --cap-lints allow`
9152025-03-06T19:33:54.579Z Compiling semver v1.0.25
9162025-03-06T19:33:54.582Z Running `/home/build/.rustup/toolchains/1.82-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.25/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=8082848c4227f2c6 -C extra-filename=-8082848c4227f2c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-8082848c4227f2c6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9172025-03-06T19:33:54.678Z Compiling thiserror v1.0.69
9182025-03-06T19:33:54.681Z Running `/home/build/.rustup/toolchains/1.82-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=84c427b2c26a1919 -C extra-filename=-84c427b2c26a1919 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-84c427b2c26a1919 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9192025-03-06T19:33:55.144Z Compiling tiny-keccak v2.0.2
9202025-03-06T19:33:55.147Z Running `/home/build/.rustup/toolchains/1.82-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=4c3857278c9411d7 -C extra-filename=-4c3857278c9411d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-4c3857278c9411d7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9212025-03-06T19:33:55.315Z Compiling base64 v0.22.1
9222025-03-06T19:33:55.318Z Running `/home/build/.rustup/toolchains/1.82-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=8109389a6bf1ad53 -C extra-filename=-8109389a6bf1ad53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9232025-03-06T19:33:55.506Z Running `/home/build/.rustup/toolchains/1.82-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.25/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=88e1fd058adcc94a -C extra-filename=-88e1fd058adcc94a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-88e1fd058adcc94a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9242025-03-06T19:33:56.053Z Compiling tower-layer v0.3.3
9252025-03-06T19:33:56.057Z Running `/home/build/.rustup/toolchains/1.82-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=961840b1bd9e5a5a -C extra-filename=-961840b1bd9e5a5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9262025-03-06T19:33:56.165Z Compiling siphasher v0.3.11
9272025-03-06T19:33:56.184Z Running `/home/build/.rustup/toolchains/1.82-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=9d7380afa3bc83b5 -C extra-filename=-9d7380afa3bc83b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9282025-03-06T19:33:56.358Z Compiling tower v0.5.2
9292025-03-06T19:33:56.361Z Running `/home/build/.rustup/toolchains/1.82-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=5afbe573187c629f -C extra-filename=-5afbe573187c629f --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-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-c4c554a20241b2db.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tower_layer=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_layer-961840b1bd9e5a5a.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --cap-lints allow`
9302025-03-06T19:33:56.565Z Compiling phf_shared v0.10.0
9312025-03-06T19:33:56.568Z Running `/home/build/.rustup/toolchains/1.82-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=ccf8cf1b35eb398d -C extra-filename=-ccf8cf1b35eb398d --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-9d7380afa3bc83b5.rmeta --cap-lints allow`
9322025-03-06T19:33:56.665Z Compiling clap v4.5.31
9332025-03-06T19:33:56.670Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=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=9381ac1460e12a7d -C extra-filename=-9381ac1460e12a7d --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-e983aeb9bdaf1e9a.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-c194aa0c759dd2fd.so --cap-lints allow`
9342025-03-06T19:33:56.707Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-88e1fd058adcc94a/build-script-build`
9352025-03-06T19:33:56.781Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-4c3857278c9411d7/build-script-build`
9362025-03-06T19:33:56.799Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-84c427b2c26a1919/build-script-build`
9372025-03-06T19:33:56.824Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-8082848c4227f2c6/build-script-build`
9382025-03-06T19:33:56.893Z Running `/home/build/.rustup/toolchains/1.82-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=a141671e73d09366 -C extra-filename=-a141671e73d09366 --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-c0a180411c96677c.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-833416a4a440ff29.rmeta --cap-lints allow`
9392025-03-06T19:33:56.919Z Compiling hyper-rustls v0.27.5
9402025-03-06T19:33:56.922Z Running `/home/build/.rustup/toolchains/1.82-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=999a29a9859cece8 -C extra-filename=-999a29a9859cece8 --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-c4f8a89aad8c13ec.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-2d7baf20c757ec61.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-85d9f469e1d315be.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-cf7ef43015c20dfb.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-b38873b02aae0840.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-bd2c35eb03beca20.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
9412025-03-06T19:33:57.129Z Compiling async-io v2.4.0
9422025-03-06T19:33:57.133Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=bfcf3a082474ef1b -C extra-filename=-bfcf3a082474ef1b --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-9f4b56f63b66f357.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-d965c874829aa008.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-703499207edafa1a.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-1d87822fb3778cbc.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-84be7b729313ef2d.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-c60655193dc12887.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --cap-lints allow`
9432025-03-06T19:33:57.280Z Compiling term v0.7.0
9442025-03-06T19:33:57.283Z Running `/home/build/.rustup/toolchains/1.82-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=86078dd455e608bb -C extra-filename=-86078dd455e608bb --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-99d2c12436ba7780.rmeta --cap-lints allow`
9452025-03-06T19:33:57.615Z Running `/home/build/.rustup/toolchains/1.82-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=ba56844e1a63868d -C extra-filename=-ba56844e1a63868d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9462025-03-06T19:33:57.637Z Compiling futures-executor v0.3.31
9472025-03-06T19:33:57.642Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=dc0f56292edfd49c -C extra-filename=-dc0f56292edfd49c --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-b3d09398cdf3eb85.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --cap-lints allow`
9482025-03-06T19:33:57.729Z Compiling thiserror-impl v1.0.69
9492025-03-06T19:33:57.732Z Running `/home/build/.rustup/toolchains/1.82-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=f5aa60c1d5224257 -C extra-filename=-f5aa60c1d5224257 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
9502025-03-06T19:33:57.897Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=1b51442c0b6648dc -C extra-filename=-1b51442c0b6648dc --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-7de52f742ab865cc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-202dd0d2c3d56ef0.rmeta --cap-lints allow`
9512025-03-06T19:33:58.296Z Compiling bit-vec v0.6.3
9522025-03-06T19:33:58.331Z Running `/home/build/.rustup/toolchains/1.82-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=d95f2bd8e43a6cb4 -C extra-filename=-d95f2bd8e43a6cb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9532025-03-06T19:33:58.748Z Compiling new_debug_unreachable v1.0.6
9542025-03-06T19:33:58.752Z Running `/home/build/.rustup/toolchains/1.82-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=a9e0a22baaabf039 -C extra-filename=-a9e0a22baaabf039 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9552025-03-06T19:33:58.847Z Compiling async-task v4.7.1
9562025-03-06T19:33:58.851Z Running `/home/build/.rustup/toolchains/1.82-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=5933e8f78a9d01cb -C extra-filename=-5933e8f78a9d01cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9572025-03-06T19:33:59.072Z Compiling fixedbitset v0.4.2
9582025-03-06T19:33:59.113Z Running `/home/build/.rustup/toolchains/1.82-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=e97c3124e67f4d89 -C extra-filename=-e97c3124e67f4d89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9592025-03-06T19:33:59.252Z Compiling syn v1.0.109
9602025-03-06T19:33:59.255Z Running `/home/build/.rustup/toolchains/1.82-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=6b167921a6087924 -C extra-filename=-6b167921a6087924 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/syn-6b167921a6087924 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9612025-03-06T19:33:59.324Z Compiling ipnet v2.10.1
9622025-03-06T19:33:59.327Z Running `/home/build/.rustup/toolchains/1.82-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=b94882cf2c958571 -C extra-filename=-b94882cf2c958571 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9632025-03-06T19:33:59.414Z Compiling precomputed-hash v0.1.1
9642025-03-06T19:33:59.417Z Running `/home/build/.rustup/toolchains/1.82-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=c9e5542599c05788 -C extra-filename=-c9e5542599c05788 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9652025-03-06T19:33:59.485Z Compiling petgraph v0.6.5
9662025-03-06T19:33:59.488Z Running `/home/build/.rustup/toolchains/1.82-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=86a36f3a58fd8f14 -C extra-filename=-86a36f3a58fd8f14 --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-e97c3124e67f4d89.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-1b51442c0b6648dc.rmeta --cap-lints allow`
9672025-03-06T19:33:59.517Z Compiling bit-set v0.5.3
9682025-03-06T19:33:59.520Z Running `/home/build/.rustup/toolchains/1.82-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=7b51ddb018831869 -C extra-filename=-7b51ddb018831869 --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-d95f2bd8e43a6cb4.rmeta --cap-lints allow`
9692025-03-06T19:33:59.539Z Compiling string_cache v0.8.7
9702025-03-06T19:33:59.542Z Running `/home/build/.rustup/toolchains/1.82-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=225307723ca538b2 -C extra-filename=-225307723ca538b2 --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-a9e0a22baaabf039.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-a141671e73d09366.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-ccf8cf1b35eb398d.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-c9e5542599c05788.rmeta --cap-lints allow`
9712025-03-06T19:33:59.801Z Compiling futures v0.3.31
9722025-03-06T19:33:59.804Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b35b0eb7cbdbc91a -C extra-filename=-b35b0eb7cbdbc91a --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-dc0f56292edfd49c.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --cap-lints allow`
9732025-03-06T19:33:59.872Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-6b167921a6087924/build-script-build`
9742025-03-06T19:33:59.914Z Compiling ascii-canvas v3.0.0
9752025-03-06T19:33:59.917Z Running `/home/build/.rustup/toolchains/1.82-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=fbf76ffe77466284 -C extra-filename=-fbf76ffe77466284 --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-86078dd455e608bb.rmeta --cap-lints allow`
9762025-03-06T19:33:59.933Z Running `/home/build/.rustup/toolchains/1.82-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=62860a3f15a87289 -C extra-filename=-62860a3f15a87289 --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-ba56844e1a63868d.rmeta --cap-lints allow`
9772025-03-06T19:33:59.953Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.25/src/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=5f33974206f60bf4 -C extra-filename=-5f33974206f60bf4 --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-fcc979c7e71dcded.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)'`
9782025-03-06T19:34:00.391Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.25/src/lib.rs --error-format=json --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=de92607630e31e44 -C extra-filename=-de92607630e31e44 --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)'`
9792025-03-06T19:34:00.464Z Compiling lalrpop-util v0.20.2
9802025-03-06T19:34:00.468Z Running `/home/build/.rustup/toolchains/1.82-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=4d2b8c19d42ad374 -C extra-filename=-4d2b8c19d42ad374 --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-d08eedb2fc0daef3.rmeta --cap-lints allow`
9812025-03-06T19:34:00.671Z Running `/home/build/.rustup/toolchains/1.82-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=d90527661fe38750 -C extra-filename=-d90527661fe38750 --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-d08eedb2fc0daef3.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --cap-lints allow`
9822025-03-06T19:34:00.761Z Running `/home/build/.rustup/toolchains/1.82-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=832bfa8d5a4628a4 -C extra-filename=-832bfa8d5a4628a4 --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-f5aa60c1d5224257.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9832025-03-06T19:34:00.819Z Compiling crypto-common v0.1.6
9842025-03-06T19:34:00.822Z Running `/home/build/.rustup/toolchains/1.82-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=ab9b4f6984c8e6ed -C extra-filename=-ab9b4f6984c8e6ed --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-25648f832b7abb65.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-40da369545626ed8.rmeta --cap-lints allow`
9852025-03-06T19:34:00.871Z Compiling block-buffer v0.10.4
9862025-03-06T19:34:00.875Z Running `/home/build/.rustup/toolchains/1.82-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=0ba9162d9dc4fbff -C extra-filename=-0ba9162d9dc4fbff --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-25648f832b7abb65.rmeta --cap-lints allow`
9872025-03-06T19:34:00.909Z Compiling itertools v0.11.0
9882025-03-06T19:34:00.913Z Running `/home/build/.rustup/toolchains/1.82-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=9ef3fde48c58436f -C extra-filename=-9ef3fde48c58436f --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-7e00d018c5861d41.rmeta --cap-lints allow`
9892025-03-06T19:34:01.006Z Compiling async-channel v2.3.1
9902025-03-06T19:34:01.011Z Running `/home/build/.rustup/toolchains/1.82-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=21fa2d35c487c7ad -C extra-filename=-21fa2d35c487c7ad --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-d965c874829aa008.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-d488e3294bd9ebbe.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
9912025-03-06T19:34:01.093Z Compiling ena v0.14.3
9922025-03-06T19:34:01.098Z Running `/home/build/.rustup/toolchains/1.82-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=783babe4f06d8753 -C extra-filename=-783babe4f06d8753 --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-42b0cbf1edc77488.rmeta --cap-lints allow`
9932025-03-06T19:34:01.258Z Compiling piper v0.2.4
9942025-03-06T19:34:01.376Z Running `/home/build/.rustup/toolchains/1.82-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=853e6e4e77471e97 -C extra-filename=-853e6e4e77471e97 --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-c83bbda0772b5da6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-6e6fd8a1cad2a3a6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --cap-lints allow`
9952025-03-06T19:34:01.376Z Compiling libz-sys v1.1.20
9962025-03-06T19:34:01.376Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(zng)' -C metadata=6f0285e4e2bcda0d -C extra-filename=-6f0285e4e2bcda0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-6f0285e4e2bcda0d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-a299f3a14a45ae66.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow`
9972025-03-06T19:34:01.376Z Compiling unicode-xid v0.2.6
9982025-03-06T19:34:01.376Z Running `/home/build/.rustup/toolchains/1.82-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=711459cdda97010a -C extra-filename=-711459cdda97010a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9992025-03-06T19:34:01.503Z Compiling pico-args v0.5.0
10002025-03-06T19:34:01.506Z Running `/home/build/.rustup/toolchains/1.82-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=def075d116f25a19 -C extra-filename=-def075d116f25a19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10012025-03-06T19:34:01.543Z Compiling blocking v1.6.1
10022025-03-06T19:34:01.546Z Running `/home/build/.rustup/toolchains/1.82-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=1cdc128cc046e4d6 -C extra-filename=-1cdc128cc046e4d6 --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-21fa2d35c487c7ad.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-5933e8f78a9d01cb.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-853e6e4e77471e97.rmeta --cap-lints allow`
10032025-03-06T19:34:01.683Z Compiling digest v0.10.7
10042025-03-06T19:34:01.686Z Running `/home/build/.rustup/toolchains/1.82-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=6d03354e662e8017 -C extra-filename=-6d03354e662e8017 --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-0ba9162d9dc4fbff.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-ab9b4f6984c8e6ed.rmeta --cap-lints allow`
10052025-03-06T19:34:01.728Z Running `/home/build/.rustup/toolchains/1.82-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=349bf354b569d41c -C extra-filename=-349bf354b569d41c --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
10062025-03-06T19:34:01.912Z Compiling async-executor v1.13.1
10072025-03-06T19:34:01.915Z Running `/home/build/.rustup/toolchains/1.82-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=e7a4b2030e6cefeb -C extra-filename=-e7a4b2030e6cefeb --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-5933e8f78a9d01cb.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-d965c874829aa008.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-6e6fd8a1cad2a3a6.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-c60655193dc12887.rmeta --cap-lints allow`
10082025-03-06T19:34:02.019Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-6f0285e4e2bcda0d/build-script-build`
10092025-03-06T19:34:02.063Z Compiling async-signal v0.2.10
10102025-03-06T19:34:02.067Z Running `/home/build/.rustup/toolchains/1.82-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=e4a202f29ba0417f -C extra-filename=-e4a202f29ba0417f --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-bfcf3a082474ef1b.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-84be7b729313ef2d.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-4d11a42a2c7a32ff.rmeta --cap-lints allow`
10112025-03-06T19:34:02.165Z Running `/home/build/.rustup/toolchains/1.82-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=a4378ee139298af1 -C extra-filename=-a4378ee139298af1 --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-88e3f5a6b3f353d3.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-829b88c81c1fbd75.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-1ee45bb2627af1ca.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c4846aaef2984c92.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-d3fdd98fea20f970.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-828203e0337ced79.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-2fd6a3c459759c72.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-02cb03f0344aa826.rmeta --cap-lints allow`
10122025-03-06T19:34:02.187Z Compiling serde_tokenstream v0.2.2
10132025-03-06T19:34:02.187Z Running `/home/build/.rustup/toolchains/1.82-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=b598a24add6c2d03 -C extra-filename=-b598a24add6c2d03 --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rmeta --cap-lints allow`
10142025-03-06T19:34:02.274Z Compiling tempfile v3.17.1
10152025-03-06T19:34:02.279Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.17.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=0740b1c706dd62ef -C extra-filename=-0740b1c706dd62ef --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-bf8464dc6ea26318.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-6e6fd8a1cad2a3a6.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-7ccc5aef7ed3ba18.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-84be7b729313ef2d.rmeta --cap-lints allow`
10162025-03-06T19:34:02.503Z Compiling nanorand v0.7.0
10172025-03-06T19:34:02.516Z Running `/home/build/.rustup/toolchains/1.82-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=d3d553419ffe4a6e -C extra-filename=-d3d553419ffe4a6e --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-43357be562a82d3c.rmeta --cap-lints allow`
10182025-03-06T19:34:02.761Z Compiling dirs-sys v0.3.7
10192025-03-06T19:34:02.768Z Running `/home/build/.rustup/toolchains/1.82-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=01b9eea95eaf4a9c -C extra-filename=-01b9eea95eaf4a9c --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-9014a7192519ab88.rmeta --cap-lints allow`
10202025-03-06T19:34:02.816Z Compiling event-listener v2.5.3
10212025-03-06T19:34:02.833Z Running `/home/build/.rustup/toolchains/1.82-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=5c16bf983b08f15a -C extra-filename=-5c16bf983b08f15a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10222025-03-06T19:34:03.123Z Compiling similar v2.7.0
10232025-03-06T19:34:03.127Z Running `/home/build/.rustup/toolchains/1.82-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=fd482e4b2aa87db1 -C extra-filename=-fd482e4b2aa87db1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10242025-03-06T19:34:03.284Z Compiling rustversion v1.0.18
10252025-03-06T19:34:03.290Z Compiling powerfmt v0.2.0
10262025-03-06T19:34:03.290Z Running `/home/build/.rustup/toolchains/1.82-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=437f6d016ea958c4 -C extra-filename=-437f6d016ea958c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-437f6d016ea958c4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10272025-03-06T19:34:03.290Z Running `/home/build/.rustup/toolchains/1.82-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=7eb74dd6cd99c168 -C extra-filename=-7eb74dd6cd99c168 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10282025-03-06T19:34:03.562Z Compiling cpufeatures v0.2.16
10292025-03-06T19:34:03.579Z Running `/home/build/.rustup/toolchains/1.82-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=442891b13a812bd3 -C extra-filename=-442891b13a812bd3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10302025-03-06T19:34:03.670Z Compiling lalrpop v0.20.2
10312025-03-06T19:34:03.686Z Running `/home/build/.rustup/toolchains/1.82-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=78d8029affe41d0b -C extra-filename=-78d8029affe41d0b --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-fbf76ffe77466284.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7b51ddb018831869.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-783babe4f06d8753.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-9ef3fde48c58436f.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-4d2b8c19d42ad374.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-86a36f3a58fd8f14.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-def075d116f25a19.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-d90527661fe38750.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-225307723ca538b2.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-86078dd455e608bb.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-62860a3f15a87289.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-711459cdda97010a.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0584817040041f29.rmeta --cap-lints allow`
10322025-03-06T19:34:03.723Z Compiling time-core v0.1.2
10332025-03-06T19:34:03.742Z Running `/home/build/.rustup/toolchains/1.82-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=a01f1f19c1b90d99 -C extra-filename=-a01f1f19c1b90d99 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10342025-03-06T19:34:03.768Z Compiling num-conv v0.1.0
10352025-03-06T19:34:03.784Z Running `/home/build/.rustup/toolchains/1.82-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=27a85599505da96b -C extra-filename=-27a85599505da96b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10362025-03-06T19:34:03.901Z Compiling deranged v0.3.11
10372025-03-06T19:34:03.906Z Running `/home/build/.rustup/toolchains/1.82-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=500c245c96496426 -C extra-filename=-500c245c96496426 --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-7eb74dd6cd99c168.rmeta --cap-lints allow`
10382025-03-06T19:34:03.975Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-437f6d016ea958c4/build-script-build`
10392025-03-06T19:34:04.046Z Running `/home/build/.rustup/toolchains/1.82-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=d70bc8ac2898c6c3 -C extra-filename=-d70bc8ac2898c6c3 --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-a4378ee139298af1.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-c4846aaef2984c92.rmeta --cap-lints allow`
10402025-03-06T19:34:04.078Z Compiling time-macros v0.2.19
10412025-03-06T19:34:04.085Z Running `/home/build/.rustup/toolchains/1.82-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' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C metadata=18f0d0286829089a -C extra-filename=-18f0d0286829089a --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-27a85599505da96b.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-a01f1f19c1b90d99.rlib --extern proc_macro --cap-lints allow`
10422025-03-06T19:34:04.325Z Compiling async-channel v1.9.0
10432025-03-06T19:34:04.338Z Running `/home/build/.rustup/toolchains/1.82-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=b062dec850e0abbc -C extra-filename=-b062dec850e0abbc --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-d965c874829aa008.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-5c16bf983b08f15a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --cap-lints allow`
10442025-03-06T19:34:04.395Z Compiling dirs v4.0.0
10452025-03-06T19:34:04.408Z Running `/home/build/.rustup/toolchains/1.82-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=c5b9c5aa716645c6 -C extra-filename=-c5b9c5aa716645c6 --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-01b9eea95eaf4a9c.rmeta --cap-lints allow`
10462025-03-06T19:34:04.595Z Compiling flume v0.11.1
10472025-03-06T19:34:04.599Z Running `/home/build/.rustup/toolchains/1.82-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=6dada0e4e5a19564 -C extra-filename=-6dada0e4e5a19564 --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-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern nanorand=/work/oxidecomputer/oxide.rs/target/debug/deps/libnanorand-d3d553419ffe4a6e.rmeta --extern spin1=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-a6249b9e229b4a23.rmeta --cap-lints allow`
10482025-03-06T19:34:04.613Z Compiling async-process v2.3.0
10492025-03-06T19:34:04.623Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=f3af0252594b1648 -C extra-filename=-f3af0252594b1648 --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-bfcf3a082474ef1b.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-9f4b56f63b66f357.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-e4a202f29ba0417f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-022a3057f94955c4.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-84be7b729313ef2d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --cap-lints allow`
10502025-03-06T19:34:05.364Z Compiling async-global-executor v2.4.1
10512025-03-06T19:34:05.373Z Running `/home/build/.rustup/toolchains/1.82-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=7bf2b4903ccf805e -C extra-filename=-7bf2b4903ccf805e --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-21fa2d35c487c7ad.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-e7a4b2030e6cefeb.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-bfcf3a082474ef1b.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-9f4b56f63b66f357.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-1cdc128cc046e4d6.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --cap-lints allow`
10522025-03-06T19:34:05.823Z Compiling async-trait v0.1.86
10532025-03-06T19:34:05.829Z Running `/home/build/.rustup/toolchains/1.82-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.86/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=c95e9b574907b393 -C extra-filename=-c95e9b574907b393 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
10542025-03-06T19:34:06.003Z Compiling libgit2-sys v0.18.0+1.9.0
10552025-03-06T19:34:06.038Z Running `/home/build/.rustup/toolchains/1.82-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=db71521f70ffa8cf -C extra-filename=-db71521f70ffa8cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-db71521f70ffa8cf -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-a299f3a14a45ae66.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --cap-lints allow`
10562025-03-06T19:34:06.267Z Compiling kv-log-macro v1.0.7
10572025-03-06T19:34:06.273Z Running `/home/build/.rustup/toolchains/1.82-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=700b5830eabcfdef -C extra-filename=-700b5830eabcfdef --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-c9bb1ec437c5f444.rmeta --cap-lints allow`
10582025-03-06T19:34:06.726Z Compiling lazy_static v1.5.0
10592025-03-06T19:34:06.730Z Running `/home/build/.rustup/toolchains/1.82-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=627c4027aa780a5c -C extra-filename=-627c4027aa780a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10602025-03-06T19:34:06.730Z Compiling home v0.5.11
10612025-03-06T19:34:06.730Z Running `/home/build/.rustup/toolchains/1.82-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=ddff2e18474bda03 -C extra-filename=-ddff2e18474bda03 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10622025-03-06T19:34:06.815Z Compiling num_threads v0.1.7
10632025-03-06T19:34:06.818Z Running `/home/build/.rustup/toolchains/1.82-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=95594cd1707ccf22 -C extra-filename=-95594cd1707ccf22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10642025-03-06T19:34:06.955Z Compiling unicode-segmentation v1.12.0
10652025-03-06T19:34:06.962Z Running `/home/build/.rustup/toolchains/1.82-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=7916ecbc2c65a648 -C extra-filename=-7916ecbc2c65a648 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10662025-03-06T19:34:06.975Z Compiling slog v2.7.0
10672025-03-06T19:34:06.979Z Running `/home/build/.rustup/toolchains/1.82-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=13111d0261322188 -C extra-filename=-13111d0261322188 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-13111d0261322188 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10682025-03-06T19:34:07.071Z Running `/home/build/.rustup/toolchains/1.82-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=968c5906d51f91a2 -C extra-filename=-968c5906d51f91a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10692025-03-06T19:34:07.090Z Compiling time v0.3.37
10702025-03-06T19:34:07.094Z Running `/home/build/.rustup/toolchains/1.82-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' --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"))' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C metadata=7e87885815e3416b -C extra-filename=-7e87885815e3416b --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-500c245c96496426.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-27a85599505da96b.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-95594cd1707ccf22.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-a01f1f19c1b90d99.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-18f0d0286829089a.so --cap-lints allow`
10712025-03-06T19:34:07.424Z Running `/home/build/.rustup/toolchains/1.82-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=d75f1b59a9751334 -C extra-filename=-d75f1b59a9751334 --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-968c5906d51f91a2.rmeta --cap-lints allow`
10722025-03-06T19:34:07.520Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-13111d0261322188/build-script-build`
10732025-03-06T19:34:07.591Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-db71521f70ffa8cf/build-script-build`
10742025-03-06T19:34:07.722Z Running `/home/build/.rustup/toolchains/1.82-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=6e1aa5ee80925dfb -C extra-filename=-6e1aa5ee80925dfb --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-d70bc8ac2898c6c3.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --cap-lints allow`
10752025-03-06T19:34:07.876Z Running `/home/build/.rustup/toolchains/1.82-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=30cef0bfc1d4ad12 -C extra-filename=-30cef0bfc1d4ad12 --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"))'`
10762025-03-06T19:34:08.349Z Running `/home/build/.rustup/toolchains/1.82-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 --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"))' --check-cfg 'cfg(zng)' -C metadata=0bcc061103a524de -C extra-filename=-0bcc061103a524de --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-c97c5776ef010d65.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
10772025-03-06T19:34:08.520Z Compiling http-body v0.4.6
10782025-03-06T19:34:08.540Z Running `/home/build/.rustup/toolchains/1.82-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=5e0a803d7e339a86 -C extra-filename=-5e0a803d7e339a86 --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-232e0f948874fb10.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
10792025-03-06T19:34:08.993Z Running `/home/build/.rustup/toolchains/1.82-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=16efb7af40915294 -C extra-filename=-16efb7af40915294 --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-9014a7192519ab88.rmeta --cap-lints allow`
10802025-03-06T19:34:09.128Z Compiling signal-hook v0.3.17
10812025-03-06T19:34:09.134Z Running `/home/build/.rustup/toolchains/1.82-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=4aab96283893f1dc -C extra-filename=-4aab96283893f1dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-4aab96283893f1dc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10822025-03-06T19:34:09.481Z Running `/home/build/.rustup/toolchains/1.82-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=e0fe9df6ccc4cbee -C extra-filename=-e0fe9df6ccc4cbee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10832025-03-06T19:34:09.693Z Compiling unicode-width v0.2.0
10842025-03-06T19:34:09.700Z Running `/home/build/.rustup/toolchains/1.82-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=62535f02a9d22ea9 -C extra-filename=-62535f02a9d22ea9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10852025-03-06T19:34:09.742Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build`
10862025-03-06T19:34:09.766Z Running `/home/build/.rustup/toolchains/1.82-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=c95b2bd1dbb2e2d4 -C extra-filename=-c95b2bd1dbb2e2d4 --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-16efb7af40915294.rmeta --cap-lints allow`
10872025-03-06T19:34:09.877Z Compiling hyper v0.14.32
10882025-03-06T19:34:09.884Z Running `/home/build/.rustup/toolchains/1.82-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=c7f1b27cbaa37201 -C extra-filename=-c7f1b27cbaa37201 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-232e0f948874fb10.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-5e0a803d7e339a86.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-004380ee8413d57c.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-a74ba5c59811b47c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-1dbb3bdba583a487.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-258257be8265fb53.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e22de2122d8b20f.rmeta --cap-lints allow`
10892025-03-06T19:34:09.965Z Running `/home/build/.rustup/toolchains/1.82-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=5801a9764d8610db -C extra-filename=-5801a9764d8610db --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-d75f1b59a9751334.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-6e1aa5ee80925dfb.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-968c5906d51f91a2.rmeta --cap-lints allow`
10902025-03-06T19:34:10.245Z Running `/home/build/.rustup/toolchains/1.82-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=e2391476ca50eb7d -C extra-filename=-e2391476ca50eb7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
10912025-03-06T19:34:10.467Z Compiling async-attributes v1.1.2
10922025-03-06T19:34:10.473Z Running `/home/build/.rustup/toolchains/1.82-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=508867684942f054 -C extra-filename=-508867684942f054 --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-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-349bf354b569d41c.rlib --extern proc_macro --cap-lints allow`
10932025-03-06T19:34:11.188Z Compiling sha1 v0.10.6
10942025-03-06T19:34:11.203Z Running `/home/build/.rustup/toolchains/1.82-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=a985eafa397418db -C extra-filename=-a985eafa397418db --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-442891b13a812bd3.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-6d03354e662e8017.rmeta --cap-lints allow`
10952025-03-06T19:34:11.363Z Compiling openapiv3 v2.0.0
10962025-03-06T19:34:11.368Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=aa2eaeec02b23e74 -C extra-filename=-aa2eaeec02b23e74 --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-e53c4906058a7aec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --cap-lints allow`
10972025-03-06T19:34:11.409Z Compiling async-std v1.13.0
10982025-03-06T19:34:11.415Z Running `/home/build/.rustup/toolchains/1.82-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=fcb644b8322e9995 -C extra-filename=-fcb644b8322e9995 --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-508867684942f054.so --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-b062dec850e0abbc.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-7bf2b4903ccf805e.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-bfcf3a082474ef1b.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-9f4b56f63b66f357.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-f3af0252594b1648.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-ae859166e9dc80c6.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-09158502ecf44f8f.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-700b5830eabcfdef.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-c60655193dc12887.rmeta --cap-lints allow`
10992025-03-06T19:34:11.528Z Compiling assert-json-diff v2.0.2
11002025-03-06T19:34:11.540Z Running `/home/build/.rustup/toolchains/1.82-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=d375cee1dc4a3664 -C extra-filename=-d375cee1dc4a3664 --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-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --cap-lints allow`
11012025-03-06T19:34:11.548Z Compiling serde_regex v1.1.0
11022025-03-06T19:34:11.552Z Running `/home/build/.rustup/toolchains/1.82-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=6aee819eeaa95dc5 -C extra-filename=-6aee819eeaa95dc5 --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-9fa6f1b46ba4b463.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
11032025-03-06T19:34:11.850Z Running `/home/build/.rustup/toolchains/1.82-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=8859613eb28f0b87 -C extra-filename=-8859613eb28f0b87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11042025-03-06T19:34:12.162Z Compiling predicates-core v1.0.9
11052025-03-06T19:34:12.168Z Running `/home/build/.rustup/toolchains/1.82-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=5db613e9d1ba95cd -C extra-filename=-5db613e9d1ba95cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11062025-03-06T19:34:12.588Z Compiling paste v1.0.15
11072025-03-06T19:34:12.599Z Running `/home/build/.rustup/toolchains/1.82-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=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11082025-03-06T19:34:12.645Z Compiling base64 v0.21.7
11092025-03-06T19:34:12.651Z Running `/home/build/.rustup/toolchains/1.82-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=df0384e71321f0d4 -C extra-filename=-df0384e71321f0d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11102025-03-06T19:34:13.124Z Compiling levenshtein v1.0.5
11112025-03-06T19:34:13.174Z Running `/home/build/.rustup/toolchains/1.82-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=7ce1da2d36a254b6 -C extra-filename=-7ce1da2d36a254b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11122025-03-06T19:34:13.408Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-75740250ed219447/build-script-build`
11132025-03-06T19:34:13.455Z Compiling console v0.15.10
11142025-03-06T19:34:13.461Z Running `/home/build/.rustup/toolchains/1.82-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=6e718a3d4319cead -C extra-filename=-6e718a3d4319cead --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-9014a7192519ab88.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-62535f02a9d22ea9.rmeta --cap-lints allow`
11152025-03-06T19:34:13.477Z Running `/home/build/.rustup/toolchains/1.82-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=5532bf4e43d0f598 -C extra-filename=-5532bf4e43d0f598 --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-c95b2bd1dbb2e2d4.rmeta --cap-lints allow`
11162025-03-06T19:34:14.046Z Running `/home/build/.rustup/toolchains/1.82-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=c26355785c649208 -C extra-filename=-c26355785c649208 --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-9014a7192519ab88.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-4d11a42a2c7a32ff.rmeta --cap-lints allow`
11172025-03-06T19:34:15.177Z Compiling float-cmp v0.10.0
11182025-03-06T19:34:15.184Z Running `/home/build/.rustup/toolchains/1.82-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=f2c066214f0e4f67 -C extra-filename=-f2c066214f0e4f67 --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-48c68e6ab6a1791a.rmeta --cap-lints allow`
11192025-03-06T19:34:15.218Z Compiling mio v0.8.11
11202025-03-06T19:34:15.230Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="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=dec008dcb746b51d -C extra-filename=-dec008dcb746b51d --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-9014a7192519ab88.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --cap-lints allow`
11212025-03-06T19:34:15.277Z Compiling is-terminal v0.4.13
11222025-03-06T19:34:15.281Z Running `/home/build/.rustup/toolchains/1.82-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=1998e6dbc9c4f7da -C extra-filename=-1998e6dbc9c4f7da --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-9014a7192519ab88.rmeta --cap-lints allow`
11232025-03-06T19:34:15.386Z Compiling rustls v0.22.4
11242025-03-06T19:34:15.386Z Running `/home/build/.rustup/toolchains/1.82-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=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11252025-03-06T19:34:15.413Z Compiling data-encoding v2.6.0
11262025-03-06T19:34:15.429Z Running `/home/build/.rustup/toolchains/1.82-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=8fbb18ef3ab8846b -C extra-filename=-8fbb18ef3ab8846b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11272025-03-06T19:34:15.738Z Compiling async-object-pool v0.1.5
11282025-03-06T19:34:15.745Z Running `/home/build/.rustup/toolchains/1.82-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=6266df42729f18e1 -C extra-filename=-6266df42729f18e1 --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-fcb644b8322e9995.rmeta --cap-lints allow`
11292025-03-06T19:34:15.844Z Compiling difflib v0.4.0
11302025-03-06T19:34:15.853Z Running `/home/build/.rustup/toolchains/1.82-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=55e4d0b24675d848 -C extra-filename=-55e4d0b24675d848 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11312025-03-06T19:34:15.912Z Compiling normalize-line-endings v0.3.0
11322025-03-06T19:34:15.918Z Running `/home/build/.rustup/toolchains/1.82-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=0333db7a69362c60 -C extra-filename=-0333db7a69362c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11332025-03-06T19:34:16.055Z Compiling utf-8 v0.7.6
11342025-03-06T19:34:16.058Z Running `/home/build/.rustup/toolchains/1.82-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=38ee3b2062c0dce3 -C extra-filename=-38ee3b2062c0dce3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11352025-03-06T19:34:16.425Z Compiling portable-atomic v1.10.0
11362025-03-06T19:34:16.434Z Running `/home/build/.rustup/toolchains/1.82-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' --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"))' --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)' -C metadata=cccfcf77611e8c87 -C extra-filename=-cccfcf77611e8c87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-cccfcf77611e8c87 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11372025-03-06T19:34:16.642Z Compiling tungstenite v0.20.1
11382025-03-06T19:34:16.649Z Running `/home/build/.rustup/toolchains/1.82-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=a89c90f1bc326de6 -C extra-filename=-a89c90f1bc326de6 --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-ae9c71e129d70e32.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-8fbb18ef3ab8846b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-232e0f948874fb10.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-004380ee8413d57c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-a985eafa397418db.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-832bfa8d5a4628a4.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow`
11392025-03-06T19:34:17.414Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-cccfcf77611e8c87/build-script-build`
11402025-03-06T19:34:17.483Z Compiling predicates v3.1.3
11412025-03-06T19:34:17.491Z Running `/home/build/.rustup/toolchains/1.82-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=8dc6f087c2b6f3a0 -C extra-filename=-8dc6f087c2b6f3a0 --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-a7ee8b88017ced53.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-55e4d0b24675d848.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-f2c066214f0e4f67.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-0333db7a69362c60.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-5db613e9d1ba95cd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --cap-lints allow`
11422025-03-06T19:34:17.780Z Compiling signal-hook-mio v0.2.4
11432025-03-06T19:34:17.789Z Running `/home/build/.rustup/toolchains/1.82-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-0_8"' --cfg 'feature="support-v0_8"' --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=dd4ef2283d52d4a5 -C extra-filename=-dd4ef2283d52d4a5 --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-9014a7192519ab88.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-dec008dcb746b51d.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-c26355785c649208.rmeta --cap-lints allow`
11442025-03-06T19:34:17.835Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build`
11452025-03-06T19:34:17.869Z Running `/home/build/.rustup/toolchains/1.82-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=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --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"))'`
11462025-03-06T19:34:17.967Z Compiling strum_macros v0.26.4
11472025-03-06T19:34:17.972Z Running `/home/build/.rustup/toolchains/1.82-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=81d16afe60b144d9 -C extra-filename=-81d16afe60b144d9 --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-30cef0bfc1d4ad12.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
11482025-03-06T19:34:18.963Z Compiling castaway v0.2.3
11492025-03-06T19:34:18.966Z Running `/home/build/.rustup/toolchains/1.82-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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4d8f77fa9c658670 -C extra-filename=-4d8f77fa9c658670 --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-30cef0bfc1d4ad12.so --cap-lints allow`
11502025-03-06T19:34:19.099Z Compiling newline-converter v0.3.0
11512025-03-06T19:34:19.106Z Running `/home/build/.rustup/toolchains/1.82-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=e56289a4e4b9fb49 -C extra-filename=-e56289a4e4b9fb49 --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-7916ecbc2c65a648.rmeta --cap-lints allow`
11522025-03-06T19:34:19.140Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
11532025-03-06T19:34:19.164Z Running `/home/build/.rustup/toolchains/1.82-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=35d91d9167e6170d -C extra-filename=-35d91d9167e6170d --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-480e3ace95d371cf.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rmeta`
11542025-03-06T19:34:19.246Z Compiling serde_path_to_error v0.1.16
11552025-03-06T19:34:19.251Z Running `/home/build/.rustup/toolchains/1.82-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=7d48ff5612fa2b91 -C extra-filename=-7d48ff5612fa2b91 --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-96593e348b6b77f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow`
11562025-03-06T19:34:19.391Z Compiling itertools v0.13.0
11572025-03-06T19:34:19.394Z Running `/home/build/.rustup/toolchains/1.82-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c5e3b8995b4c7695 -C extra-filename=-c5e3b8995b4c7695 --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-7e00d018c5861d41.rmeta --cap-lints allow`
11582025-03-06T19:34:19.546Z Compiling multer v3.1.0
11592025-03-06T19:34:19.550Z Running `/home/build/.rustup/toolchains/1.82-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=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
11602025-03-06T19:34:19.663Z Compiling ring v0.16.20
11612025-03-06T19:34:19.667Z Running `/home/build/.rustup/toolchains/1.82-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=f50d57e4bbbe5b81 -C extra-filename=-f50d57e4bbbe5b81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-f50d57e4bbbe5b81 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-a299f3a14a45ae66.rlib --cap-lints allow`
11622025-03-06T19:34:19.892Z Compiling thread_local v1.1.8
11632025-03-06T19:34:19.896Z Running `/home/build/.rustup/toolchains/1.82-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=4d2389fd55c644a2 -C extra-filename=-4d2389fd55c644a2 --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-bf8464dc6ea26318.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --cap-lints allow`
11642025-03-06T19:34:20.110Z Compiling is-docker v0.2.0
11652025-03-06T19:34:20.115Z Running `/home/build/.rustup/toolchains/1.82-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=5c80f17d99798c70 -C extra-filename=-5c80f17d99798c70 --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-d3707ca18240f5e3.rmeta --cap-lints allow`
11662025-03-06T19:34:20.491Z Compiling match_cfg v0.1.0
11672025-03-06T19:34:20.494Z Running `/home/build/.rustup/toolchains/1.82-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=97b440040956074b -C extra-filename=-97b440040956074b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11682025-03-06T19:34:20.555Z Compiling unicode-width v0.1.14
11692025-03-06T19:34:20.561Z Running `/home/build/.rustup/toolchains/1.82-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=bcb4048305edb9f6 -C extra-filename=-bcb4048305edb9f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11702025-03-06T19:34:20.594Z Compiling camino v1.1.9
11712025-03-06T19:34:20.598Z Running `/home/build/.rustup/toolchains/1.82-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=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11722025-03-06T19:34:20.695Z Compiling doc-comment v0.3.3
11732025-03-06T19:34:20.700Z Running `/home/build/.rustup/toolchains/1.82-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=7223dc5cc3642da8 -C extra-filename=-7223dc5cc3642da8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-7223dc5cc3642da8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11742025-03-06T19:34:21.061Z Compiling slog-async v2.8.0
11752025-03-06T19:34:21.066Z Running `/home/build/.rustup/toolchains/1.82-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=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11762025-03-06T19:34:21.164Z Compiling anyhow v1.0.97
11772025-03-06T19:34:21.171Z Running `/home/build/.rustup/toolchains/1.82-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.97/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=badb5ae8fc258871 -C extra-filename=-badb5ae8fc258871 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-badb5ae8fc258871 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11782025-03-06T19:34:21.258Z Compiling static_assertions v1.1.0
11792025-03-06T19:34:21.284Z Running `/home/build/.rustup/toolchains/1.82-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=4b1822c1f175f3e2 -C extra-filename=-4b1822c1f175f3e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11802025-03-06T19:34:21.356Z Compiling compact_str v0.7.1
11812025-03-06T19:34:21.361Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=bee2d817309ff3b3 -C extra-filename=-bee2d817309ff3b3 --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-4d8f77fa9c658670.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-96593e348b6b77f2.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-4b1822c1f175f3e2.rmeta --cap-lints allow`
11822025-03-06T19:34:21.544Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-030021f3cd14cece/build-script-build`
11832025-03-06T19:34:21.614Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-7223dc5cc3642da8/build-script-build`
11842025-03-06T19:34:21.759Z Compiling unicode-truncate v1.1.0
11852025-03-06T19:34:21.764Z Running `/home/build/.rustup/toolchains/1.82-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=a7d58ad2afb08b3a -C extra-filename=-a7d58ad2afb08b3a --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-c5e3b8995b4c7695.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-7916ecbc2c65a648.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-bcb4048305edb9f6.rmeta --cap-lints allow`
11862025-03-06T19:34:21.787Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-badb5ae8fc258871/build-script-build`
11872025-03-06T19:34:21.829Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-09afcb09feb91121/build-script-build`
11882025-03-06T19:34:21.885Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-f50d57e4bbbe5b81/build-script-build`
11892025-03-06T19:34:21.984Z Compiling hostname v0.3.1
11902025-03-06T19:34:21.989Z Running `/home/build/.rustup/toolchains/1.82-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=cf77a4e9ddafa272 -C extra-filename=-cf77a4e9ddafa272 --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-9014a7192519ab88.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow`
11912025-03-06T19:34:22.156Z Compiling is-wsl v0.4.0
11922025-03-06T19:34:22.156Z Running `/home/build/.rustup/toolchains/1.82-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=ef348f3a5ffc3b3e -C extra-filename=-ef348f3a5ffc3b3e --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-5c80f17d99798c70.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --cap-lints allow`
11932025-03-06T19:34:22.270Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-5c817e893026d061/build-script-build`
11942025-03-06T19:34:22.330Z Compiling crossterm v0.27.0
11952025-03-06T19:34:22.334Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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", "serde", "use-dev-tty", "windows"))' -C metadata=809b1fa66089d31e -C extra-filename=-809b1fa66089d31e --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-2ec0f0e21fe6806f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-dec008dcb746b51d.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-4e9c8c84e3bb0864.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-c26355785c649208.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-dd4ef2283d52d4a5.rmeta --cap-lints allow`
11962025-03-06T19:34:22.407Z Running `/home/build/.rustup/toolchains/1.82-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=5a3d08861812def3 -C extra-filename=-5a3d08861812def3 --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-c9bb1ec437c5f444.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-86b3db6c4b2e8ebf.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-4517936dffe46484.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-624497046c8e871d.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
11972025-03-06T19:34:22.428Z Compiling tokio-tungstenite v0.20.1
11982025-03-06T19:34:22.432Z Compiling strum v0.26.3
11992025-03-06T19:34:22.432Z Running `/home/build/.rustup/toolchains/1.82-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=f90391bb4c401b05 -C extra-filename=-f90391bb4c401b05 --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-81d16afe60b144d9.so --cap-lints allow`
12002025-03-06T19:34:22.432Z Running `/home/build/.rustup/toolchains/1.82-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=3c3fd3954c641ece -C extra-filename=-3c3fd3954c641ece --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-c4f8a89aad8c13ec.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-a89c90f1bc326de6.rmeta --cap-lints allow`
12012025-03-06T19:34:22.613Z Running `/home/build/.rustup/toolchains/1.82-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' --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"))' --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)' -C metadata=e2cf5f9d6e8c26fa -C extra-filename=-e2cf5f9d6e8c26fa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_no_const_mut_refs --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"))'`
12022025-03-06T19:34:23.097Z Compiling slog-json v2.6.1
12032025-03-06T19:34:23.101Z Running `/home/build/.rustup/toolchains/1.82-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=5aec1fc22ac562c7 -C extra-filename=-5aec1fc22ac562c7 --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-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7e87885815e3416b.rmeta --cap-lints allow`
12042025-03-06T19:34:23.509Z Compiling termini v1.0.0
12052025-03-06T19:34:23.514Z Running `/home/build/.rustup/toolchains/1.82-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=d2d91a9953ef0611 -C extra-filename=-d2d91a9953ef0611 --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-ddff2e18474bda03.rmeta --cap-lints allow`
12062025-03-06T19:34:23.932Z Compiling sha2 v0.10.8
12072025-03-06T19:34:23.939Z Running `/home/build/.rustup/toolchains/1.82-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=711e877f34491598 -C extra-filename=-711e877f34491598 --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-442891b13a812bd3.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-6d03354e662e8017.rmeta --cap-lints allow`
12082025-03-06T19:34:24.522Z Compiling stability v0.2.1
12092025-03-06T19:34:24.526Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.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=ce45e92e8c642cd6 -C extra-filename=-ce45e92e8c642cd6 --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-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
12102025-03-06T19:34:24.789Z Compiling async-stream-impl v0.3.6
12112025-03-06T19:34:24.793Z Running `/home/build/.rustup/toolchains/1.82-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=a4d0506748bfdbb2 -C extra-filename=-a4d0506748bfdbb2 --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
12122025-03-06T19:34:25.033Z Compiling itertools v0.12.1
12132025-03-06T19:34:25.040Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=c7a89e46723b5e97 -C extra-filename=-c7a89e46723b5e97 --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-7e00d018c5861d41.rmeta --cap-lints allow`
12142025-03-06T19:34:25.658Z Compiling dropshot v0.13.0
12152025-03-06T19:34:25.664Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=461164cb87c2fca8 -C extra-filename=-461164cb87c2fca8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-461164cb87c2fca8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
12162025-03-06T19:34:25.900Z Compiling crossbeam-channel v0.5.14
12172025-03-06T19:34:25.905Z Running `/home/build/.rustup/toolchains/1.82-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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C metadata=b939e367beaac97e -C extra-filename=-b939e367beaac97e --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-ae859166e9dc80c6.rmeta --cap-lints allow`
12182025-03-06T19:34:26.030Z Compiling lru v0.12.5
12192025-03-06T19:34:26.034Z Running `/home/build/.rustup/toolchains/1.82-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=fd32befea2dde833 -C extra-filename=-fd32befea2dde833 --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-202dd0d2c3d56ef0.rmeta --cap-lints allow`
12202025-03-06T19:34:26.151Z Compiling cassowary v0.3.0
12212025-03-06T19:34:26.155Z Running `/home/build/.rustup/toolchains/1.82-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=9c6ece65f75c7a3b -C extra-filename=-9c6ece65f75c7a3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12222025-03-06T19:34:26.347Z Compiling untrusted v0.7.1
12232025-03-06T19:34:26.355Z Running `/home/build/.rustup/toolchains/1.82-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=726ef1ce13f7359d -C extra-filename=-726ef1ce13f7359d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12242025-03-06T19:34:26.557Z Compiling termtree v0.5.1
12252025-03-06T19:34:26.561Z Running `/home/build/.rustup/toolchains/1.82-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=45a15794ab931dd7 -C extra-filename=-45a15794ab931dd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12262025-03-06T19:34:26.734Z Compiling basic-cookies v0.1.5
12272025-03-06T19:34:26.741Z Running `/home/build/.rustup/toolchains/1.82-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=f29291f308383871 -C extra-filename=-f29291f308383871 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-f29291f308383871 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-78d8029affe41d0b.rlib --cap-lints allow`
12282025-03-06T19:34:26.803Z Compiling spin v0.5.2
12292025-03-06T19:34:26.807Z Running `/home/build/.rustup/toolchains/1.82-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=6e67f9f7a86f1977 -C extra-filename=-6e67f9f7a86f1977 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12302025-03-06T19:34:27.038Z Compiling termcolor v1.4.1
12312025-03-06T19:34:27.050Z Running `/home/build/.rustup/toolchains/1.82-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=f8b38a9da2d8b5e2 -C extra-filename=-f8b38a9da2d8b5e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12322025-03-06T19:34:27.070Z Compiling ipnetwork v0.21.1
12332025-03-06T19:34:27.080Z Running `/home/build/.rustup/toolchains/1.82-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=dd85fa94dd3edee8 -C extra-filename=-dd85fa94dd3edee8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12342025-03-06T19:34:27.592Z Compiling pathdiff v0.2.3
12352025-03-06T19:34:27.616Z Running `/home/build/.rustup/toolchains/1.82-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=527c54923e74d2e6 -C extra-filename=-527c54923e74d2e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12362025-03-06T19:34:27.739Z Compiling number_prefix v0.4.0
12372025-03-06T19:34:27.739Z Running `/home/build/.rustup/toolchains/1.82-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=1548d4cb51fb76ac -C extra-filename=-1548d4cb51fb76ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12382025-03-06T19:34:27.747Z Compiling shell-words v1.1.0
12392025-03-06T19:34:27.747Z Running `/home/build/.rustup/toolchains/1.82-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=84603ec490d3f098 -C extra-filename=-84603ec490d3f098 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12402025-03-06T19:34:27.957Z Compiling take_mut v0.2.2
12412025-03-06T19:34:27.957Z Compiling humantime v2.1.0
12422025-03-06T19:34:27.973Z Running `/home/build/.rustup/toolchains/1.82-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=9705e1ce3ffa86bd -C extra-filename=-9705e1ce3ffa86bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12432025-03-06T19:34:27.973Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1694f109aa70fbb7 -C extra-filename=-1694f109aa70fbb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12442025-03-06T19:34:28.063Z Compiling base64 v0.13.1
12452025-03-06T19:34:28.080Z Running `/home/build/.rustup/toolchains/1.82-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=a8497778d8f0fab7 -C extra-filename=-a8497778d8f0fab7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12462025-03-06T19:34:28.144Z Compiling assert_cmd v2.0.16
12472025-03-06T19:34:28.159Z Running `/home/build/.rustup/toolchains/1.82-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.16/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::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("color", "color-auto"))' -C metadata=b460335e5a870a65 -C extra-filename=-b460335e5a870a65 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-b460335e5a870a65 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12482025-03-06T19:34:28.177Z Running `/home/build/.rustup/toolchains/1.82-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=175c553099b10b23 -C extra-filename=-175c553099b10b23 --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-b939e367beaac97e.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-9705e1ce3ffa86bd.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-4d2389fd55c644a2.rmeta --cap-lints allow --cfg integer128`
12492025-03-06T19:34:28.323Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-f29291f308383871/build-script-build`
12502025-03-06T19:34:28.428Z Running `/home/build/.rustup/toolchains/1.82-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=ce461ab64df64566 -C extra-filename=-ce461ab64df64566 --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-e0fe9df6ccc4cbee.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --cap-lints allow`
12512025-03-06T19:34:28.497Z Compiling pem v1.1.1
12522025-03-06T19:34:28.560Z Running `/home/build/.rustup/toolchains/1.82-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=9c45af66f5816b6b -C extra-filename=-9c45af66f5816b6b --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-a8497778d8f0fab7.rmeta --cap-lints allow`
12532025-03-06T19:34:28.687Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-b460335e5a870a65/build-script-build`
12542025-03-06T19:34:28.687Z Compiling env_logger v0.10.2
12552025-03-06T19:34:28.687Z Running `/home/build/.rustup/toolchains/1.82-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=f1c1ef464a00861b -C extra-filename=-f1c1ef464a00861b --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-1694f109aa70fbb7.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-1998e6dbc9c4f7da.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-f8b38a9da2d8b5e2.rmeta --cap-lints allow`
12562025-03-06T19:34:28.719Z Compiling ratatui v0.26.3
12572025-03-06T19:34:28.719Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--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", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=c7e49e3e96a2decd -C extra-filename=-c7e49e3e96a2decd --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-2ec0f0e21fe6806f.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-9c6ece65f75c7a3b.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-bee2d817309ff3b3.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-c7a89e46723b5e97.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-fd32befea2dde833.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-ce45e92e8c642cd6.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-f90391bb4c401b05.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-7916ecbc2c65a648.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-a7d58ad2afb08b3a.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-bcb4048305edb9f6.rmeta --cap-lints allow`
12582025-03-06T19:34:30.957Z Compiling httpmock v0.7.0
12592025-03-06T19:34:31.188Z Running `/home/build/.rustup/toolchains/1.82-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=84f2bbfe7639cefb -C extra-filename=-84f2bbfe7639cefb --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-d375cee1dc4a3664.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-6266df42729f18e1.rmeta --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-fcb644b8322e9995.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-df0384e71321f0d4.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-ce461ab64df64566.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-ae859166e9dc80c6.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-c7f1b27cbaa37201.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-7ce1da2d36a254b6.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-6aee819eeaa95dc5.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-fd482e4b2aa87db1.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rmeta --cap-lints allow`
12602025-03-06T19:34:31.194Z Compiling dialoguer v0.10.4
12612025-03-06T19:34:31.194Z Running `/home/build/.rustup/toolchains/1.82-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=6857379f5ef6d6d7 -C extra-filename=-6857379f5ef6d6d7 --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-6e718a3d4319cead.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-84603ec490d3f098.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow`
12622025-03-06T19:34:31.194Z Compiling indicatif v0.17.11
12632025-03-06T19:34:31.194Z Running `/home/build/.rustup/toolchains/1.82-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=3b781187955965c5 -C extra-filename=-3b781187955965c5 --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-6e718a3d4319cead.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-1548d4cb51fb76ac.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-e2cf5f9d6e8c26fa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-62535f02a9d22ea9.rmeta --cap-lints allow`
12642025-03-06T19:34:31.194Z Compiling open v4.2.0
12652025-03-06T19:34:31.194Z Running `/home/build/.rustup/toolchains/1.82-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=3893bccd227b4282 -C extra-filename=-3893bccd227b4282 --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-ef348f3a5ffc3b3e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-527c54923e74d2e6.rmeta --cap-lints allow`
12662025-03-06T19:34:31.194Z Compiling oxnet v0.1.1
12672025-03-06T19:34:31.194Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oxnet-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 --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=df22d1d70bfc687d -C extra-filename=-df22d1d70bfc687d --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-dd85fa94dd3edee8.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --cap-lints allow`
12682025-03-06T19:34:34.874Z Running `/home/build/.rustup/toolchains/1.82-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=5540ae10cacbab20 -C extra-filename=-5540ae10cacbab20 --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-d3707ca18240f5e3.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6e67f9f7a86f1977.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-726ef1ce13f7359d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out -l static=ring-core -l static=ring-test`
12692025-03-06T19:34:35.028Z Compiling tokio-rustls v0.25.0
12702025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=e0a0ce2401c8a34b -C extra-filename=-e0a0ce2401c8a34b --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-5a3d08861812def3.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
12712025-03-06T19:34:35.028Z Compiling predicates-tree v1.0.12
12722025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=886993b4ddd2644d -C extra-filename=-886993b4ddd2644d --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-5db613e9d1ba95cd.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-45a15794ab931dd7.rmeta --cap-lints allow`
12732025-03-06T19:34:35.028Z Compiling async-stream v0.3.6
12742025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=8c9f8e5c70e92b3a -C extra-filename=-8c9f8e5c70e92b3a --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-a4d0506748bfdbb2.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --cap-lints allow`
12752025-03-06T19:34:35.028Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-461164cb87c2fca8/build-script-build`
12762025-03-06T19:34:35.028Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
12772025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=262c49f63f4ccd5f -C extra-filename=-262c49f63f4ccd5f --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-b35b0eb7cbdbc91a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-5532bf4e43d0f598.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-d2d91a9953ef0611.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-832bfa8d5a4628a4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-3c3fd3954c641ece.rmeta --cap-lints allow`
12782025-03-06T19:34:35.028Z Compiling slog-bunyan v2.5.0
12792025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=87528e2485402546 -C extra-filename=-87528e2485402546 --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-cf77a4e9ddafa272.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-5aec1fc22ac562c7.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7e87885815e3416b.rmeta --cap-lints allow`
12802025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-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=8be2271eca1911ce -C extra-filename=-8be2271eca1911ce --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-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-3583d6eac0070aec.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-004380ee8413d57c.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-90f85e4a978ca235.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-a6249b9e229b4a23.rmeta --cap-lints allow`
12812025-03-06T19:34:35.028Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.97/src/lib.rs --error-format=json --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=99c98a1d5ef8c9eb -C extra-filename=-99c98a1d5ef8c9eb --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_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)'`
12822025-03-06T19:34:35.120Z Running `/home/build/.rustup/toolchains/1.82-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=9593582b895a7bdd -C extra-filename=-9593582b895a7bdd --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-fcc979c7e71dcded.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)'`
12832025-03-06T19:34:35.120Z Running `/home/build/.rustup/toolchains/1.82-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=524f8b0071d9fa7e -C extra-filename=-524f8b0071d9fa7e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12842025-03-06T19:34:35.120Z Compiling slog-term v2.9.1
12852025-03-06T19:34:35.120Z Running `/home/build/.rustup/toolchains/1.82-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=6f74ec724bbe1049 -C extra-filename=-6f74ec724bbe1049 --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-1998e6dbc9c4f7da.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-5532bf4e43d0f598.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-4d2389fd55c644a2.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7e87885815e3416b.rmeta --cap-lints allow`
12862025-03-06T19:34:35.120Z Compiling tabwriter v1.4.1
12872025-03-06T19:34:35.120Z Running `/home/build/.rustup/toolchains/1.82-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=8c69ed47760467f8 -C extra-filename=-8c69ed47760467f8 --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-62535f02a9d22ea9.rmeta --cap-lints allow`
12882025-03-06T19:34:35.120Z Compiling yasna v0.5.2
12892025-03-06T19:34:35.120Z Running `/home/build/.rustup/toolchains/1.82-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=7d46cf691dada91b -C extra-filename=-7d46cf691dada91b --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-7e87885815e3416b.rmeta --cap-lints allow`
12902025-03-06T19:34:35.121Z Compiling colored v2.2.0
12912025-03-06T19:34:35.121Z Running `/home/build/.rustup/toolchains/1.82-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=11a85166844c6b20 -C extra-filename=-11a85166844c6b20 --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-627c4027aa780a5c.rmeta --cap-lints allow`
12922025-03-06T19:34:35.485Z Compiling dropshot_endpoint v0.13.0
12932025-03-06T19:34:35.488Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9178533c552ae5c3 -C extra-filename=-9178533c552ae5c3 --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-5f33974206f60bf4.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-b598a24add6c2d03.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern proc_macro --cap-lints allow`
12942025-03-06T19:34:35.615Z Compiling clap_complete v4.5.46
12952025-03-06T19:34:35.618Z Running `/home/build/.rustup/toolchains/1.82-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.46/src/lib.rs --error-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=aa9227c6e8e6cf57 -C extra-filename=-aa9227c6e8e6cf57 --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-9381ac1460e12a7d.rmeta --cap-lints allow`
12962025-03-06T19:34:36.027Z Compiling bstr v1.11.1
12972025-03-06T19:34:36.030Z Running `/home/build/.rustup/toolchains/1.82-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=f2263b725f614aa2 -C extra-filename=-f2263b725f614aa2 --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-0b5e04bdd7f196ce.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-0a3226c8d0ca86ae.rmeta --cap-lints allow`
12982025-03-06T19:34:36.237Z Compiling waitgroup v0.1.2
12992025-03-06T19:34:36.241Z Running `/home/build/.rustup/toolchains/1.82-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=3ea953276fb833b3 -C extra-filename=-3ea953276fb833b3 --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-c83bbda0772b5da6.rmeta --cap-lints allow`
13002025-03-06T19:34:36.493Z Compiling wait-timeout v0.2.0
13012025-03-06T19:34:36.497Z Running `/home/build/.rustup/toolchains/1.82-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=4fdb8a5fcd85443c -C extra-filename=-4fdb8a5fcd85443c --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-9014a7192519ab88.rmeta --cap-lints allow`
13022025-03-06T19:34:36.812Z Compiling hostname v0.4.0
13032025-03-06T19:34:36.815Z Running `/home/build/.rustup/toolchains/1.82-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=39e19e7fa431a776 -C extra-filename=-39e19e7fa431a776 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --cap-lints allow`
13042025-03-06T19:34:37.106Z Compiling yansi v1.0.1
13052025-03-06T19:34:37.110Z Running `/home/build/.rustup/toolchains/1.82-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=e560e591904df35d -C extra-filename=-e560e591904df35d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13062025-03-06T19:34:37.125Z Compiling diff v0.1.13
13072025-03-06T19:34:37.128Z Running `/home/build/.rustup/toolchains/1.82-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=0e47bd752a6ab438 -C extra-filename=-0e47bd752a6ab438 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13082025-03-06T19:34:37.596Z Compiling md5 v0.7.0
13092025-03-06T19:34:37.599Z Running `/home/build/.rustup/toolchains/1.82-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=616ee95188bd3a32 -C extra-filename=-616ee95188bd3a32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13102025-03-06T19:34:37.836Z Compiling debug-ignore v1.0.5
13112025-03-06T19:34:37.839Z Running `/home/build/.rustup/toolchains/1.82-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=dcf4c983dd45bc4a -C extra-filename=-dcf4c983dd45bc4a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13122025-03-06T19:34:37.935Z Compiling pretty_assertions v1.4.1
13132025-03-06T19:34:37.939Z Running `/home/build/.rustup/toolchains/1.82-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=db80e023ddaf32ec -C extra-filename=-db80e023ddaf32ec --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-0e47bd752a6ab438.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-e560e591904df35d.rmeta --cap-lints allow`
13142025-03-06T19:34:37.954Z Running `/home/build/.rustup/toolchains/1.82-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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=3381573c92f17dfc -C extra-filename=-3381573c92f17dfc --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-a7ee8b88017ced53.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-f2263b725f614aa2.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-524f8b0071d9fa7e.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-5db613e9d1ba95cd.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-886993b4ddd2644d.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-4fdb8a5fcd85443c.rmeta --cap-lints allow`
13152025-03-06T19:34:37.973Z Compiling rcgen v0.10.0
13162025-03-06T19:34:37.977Z Running `/home/build/.rustup/toolchains/1.82-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=763ba923b20bc445 -C extra-filename=-763ba923b20bc445 --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-9c45af66f5816b6b.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-5540ae10cacbab20.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-7e87885815e3416b.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-7d46cf691dada91b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13172025-03-06T19:34:37.990Z Compiling expectorate v1.1.0
13182025-03-06T19:34:37.993Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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="predicates"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4753aafbeabfadba -C extra-filename=-4753aafbeabfadba --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-6e718a3d4319cead.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-e56289a4e4b9fb49.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-fd482e4b2aa87db1.rmeta --cap-lints allow`
13192025-03-06T19:34:38.489Z Running `/home/build/.rustup/toolchains/1.82-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=c42970e8217ac291 -C extra-filename=-c42970e8217ac291 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-c42970e8217ac291 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13202025-03-06T19:34:38.592Z Running `/home/build/.rustup/toolchains/1.82-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=d7fe34e761cf6dbf -C extra-filename=-d7fe34e761cf6dbf --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-96593e348b6b77f2.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
13212025-03-06T19:34:38.882Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-c42970e8217ac291/build-script-build`
13222025-03-06T19:34:38.909Z Running `/home/build/.rustup/toolchains/1.82-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=1ad0269ff11e3c9e -C extra-filename=-1ad0269ff11e3c9e --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-202dd0d2c3d56ef0.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --cap-lints allow`
13232025-03-06T19:34:39.438Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.99/src/lib.rs --error-format=json --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=08c5e72c72f4959e -C extra-filename=-08c5e72c72f4959e --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-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow`
13242025-03-06T19:34:39.574Z Compiling toolchain_find v0.4.0
13252025-03-06T19:34:39.577Z Running `/home/build/.rustup/toolchains/1.82-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=9a8fb39650fb8ed2 -C extra-filename=-9a8fb39650fb8ed2 --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-ddff2e18474bda03.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-de92607630e31e44.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0584817040041f29.rmeta --cap-lints allow`
13262025-03-06T19:34:39.705Z Running `/home/build/.rustup/toolchains/1.82-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(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fef40272cc6c5eeb -C extra-filename=-fef40272cc6c5eeb --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-8c9f8e5c70e92b3a.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-9593582b895a7bdd.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-9178533c552ae5c3.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-39e19e7fa431a776.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-67f6b4c37fcc5066.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-2d7baf20c757ec61.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-85d9f469e1d315be.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-e53c4906058a7aec.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-8be2271eca1911ce.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-aa2eaeec02b23e74.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-5a3d08861812def3.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-2dc0976a1d55ec18.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-de92607630e31e44.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-7d48ff5612fa2b91.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-7105eaf3f3bb4624.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-a985eafa397418db.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-175c553099b10b23.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-87528e2485402546.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-5aec1fc22ac562c7.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-6f74ec724bbe1049.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-832bfa8d5a4628a4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-e0a0ce2401c8a34b.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-3ea953276fb833b3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out`
13272025-03-06T19:34:40.393Z Compiling rustfmt-wrapper v0.2.1
13282025-03-06T19:34:40.393Z Running `/home/build/.rustup/toolchains/1.82-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=81446143acb8338b -C extra-filename=-81446143acb8338b --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-6869515caa012bc2.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-3ed7987095710289.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-d7fe34e761cf6dbf.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
13292025-03-06T19:34:40.397Z Running `/home/build/.rustup/toolchains/1.82-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=817b24154978b123 -C extra-filename=-817b24154978b123 --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-fcc979c7e71dcded.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-832bfa8d5a4628a4.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-9a8fb39650fb8ed2.rmeta --cap-lints allow`
13302025-03-06T19:34:40.999Z Compiling integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
13312025-03-06T19:34:41.006Z Running `/home/build/.rustup/toolchains/1.82-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=7320e028eed23a71 -C extra-filename=-7320e028eed23a71 --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`
13322025-03-06T19:34:41.121Z Running `/home/build/.rustup/toolchains/1.82-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=cf0ff26fd2b8d924 -C extra-filename=-cf0ff26fd2b8d924 --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-480e3ace95d371cf.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib`
13332025-03-06T19:34:42.677Z Compiling typify-impl v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
13342025-03-06T19:34:42.680Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/80c682c/typify-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=b410ccd524f2edfe -C extra-filename=-b410ccd524f2edfe --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-a74bb6a36483bfce.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-42b0cbf1edc77488.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1ad0269ff11e3c9e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-81446143acb8338b.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-5f33974206f60bf4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-d7fe34e761cf6dbf.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow`
13352025-03-06T19:34:43.853Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/80c682c/typify-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=d8ce5ef6744a8ce2 -C extra-filename=-d8ce5ef6744a8ce2 --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-a74bb6a36483bfce.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-c83df6a0b004dd25.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-de92607630e31e44.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-08c5e72c72f4959e.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow`
13362025-03-06T19:34:51.186Z Running `/home/build/.rustup/toolchains/1.82-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=330d69ab3565c831 -C extra-filename=-330d69ab3565c831 --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-c97c5776ef010d65.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-0bcc061103a524de.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-662e9c6161d4083e/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
13372025-03-06T19:34:51.827Z Compiling git2 v0.20.0
13382025-03-06T19:34:51.830Z Running `/home/build/.rustup/toolchains/1.82-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=8f33595019466123 -C extra-filename=-8f33595019466123 --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-8859613eb28f0b87.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c97c5776ef010d65.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-330d69ab3565c831.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-42b0cbf1edc77488.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-5801a9764d8610db.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-662e9c6161d4083e/out/build -L native=/usr/lib/amd64`
13392025-03-06T19:34:56.063Z Compiling typify-macro v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
13402025-03-06T19:34:56.068Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/80c682c/typify-macro/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=e49cf4dc4e943c6a -C extra-filename=-e49cf4dc4e943c6a --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-55002fe457c23161.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-81446143acb8338b.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-5f33974206f60bf4.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-d7fe34e761cf6dbf.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-b598a24add6c2d03.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0e86666c0e80f593.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-b410ccd524f2edfe.rlib --extern proc_macro --cap-lints allow`
13412025-03-06T19:34:57.730Z Compiling built v0.7.7
13422025-03-06T19:34:57.734Z Running `/home/build/.rustup/toolchains/1.82-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=e018ee52b3098c6a -C extra-filename=-e018ee52b3098c6a --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-8f33595019466123.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-662e9c6161d4083e/out/build -L native=/usr/lib/amd64`
13432025-03-06T19:34:59.896Z Compiling oxide-cli v0.10.1+20250212.0.0 (/work/oxidecomputer/oxide.rs/cli)
13442025-03-06T19:34:59.899Z Running `/home/build/.rustup/toolchains/1.82-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=28c78c8227dbe520 -C extra-filename=-28c78c8227dbe520 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-28c78c8227dbe520 -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-e018ee52b3098c6a.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-662e9c6161d4083e/out/build -L native=/usr/lib/amd64`
13452025-03-06T19:35:00.444Z Compiling typify v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
13462025-03-06T19:35:00.448Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/80c682c/typify/src/lib.rs --error-format=json --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=d1a0a22648084612 -C extra-filename=-d1a0a22648084612 --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-d8ce5ef6744a8ce2.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-e49cf4dc4e943c6a.so --cap-lints allow`
13472025-03-06T19:35:00.578Z Compiling progenitor-impl v0.9.1 (https://github.com/oxidecomputer/progenitor#41458fb3)
13482025-03-06T19:35:00.581Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/41458fb/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=039c94a6542d8b7e -C extra-filename=-039c94a6542d8b7e --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-a74bb6a36483bfce.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-e53c4906058a7aec.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-aa2eaeec02b23e74.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-55002fe457c23161.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-f1daf60e3372e0e2.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-08c5e72c72f4959e.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-d1a0a22648084612.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-7a399722aec3b8e7.rmeta --cap-lints allow`
13492025-03-06T19:35:01.235Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-28c78c8227dbe520/build-script-build`
13502025-03-06T19:35:03.074Z Compiling progenitor v0.9.1 (https://github.com/oxidecomputer/progenitor#41458fb3)
13512025-03-06T19:35:03.077Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/41458fb/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=e462b9392ec782c6 -C extra-filename=-e462b9392ec782c6 --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-039c94a6542d8b7e.rmeta --cap-lints allow`
13522025-03-06T19:35:09.397Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
13532025-03-06T19:35:09.400Z Running `/home/build/.rustup/toolchains/1.82-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=21c8636e7763ea9e -C extra-filename=-21c8636e7763ea9e --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-9381ac1460e12a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-e56289a4e4b9fb49.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-e462b9392ec782c6.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-817b24154978b123.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-fd482e4b2aa87db1.rlib`
13542025-03-06T19:35:09.500Z Running `/home/build/.rustup/toolchains/1.82-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=787569ea528ac5aa -C extra-filename=-787569ea528ac5aa --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-9381ac1460e12a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-e56289a4e4b9fb49.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-e462b9392ec782c6.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-817b24154978b123.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-fd482e4b2aa87db1.rlib`
13552025-03-06T19:35:29.177Z Running `/home/build/.rustup/toolchains/1.82-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.105/src/lib.rs --error-format=json --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("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8202317d94b9705c -C extra-filename=-8202317d94b9705c --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-9014a7192519ab88.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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)'`
13562025-03-06T19:35:29.177Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-e1447c127dc9bed0/build-script-build`
13572025-03-06T19:35:29.181Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-51cdeadb57e1c65d/build-script-build`
13582025-03-06T19:35:29.958Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.70/src/lib.rs --error-format=json --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("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=58f3c73235c35b24 -C extra-filename=-58f3c73235c35b24 --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-2ec0f0e21fe6806f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-5d52dbc4bf401aff.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-88b5b14770b2ed4e.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-8202317d94b9705c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
13592025-03-06T19:35:34.023Z Running `/home/build/.rustup/toolchains/1.82-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=d3d8fb53e9e325ae -C extra-filename=-d3d8fb53e9e325ae --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-c9bb1ec437c5f444.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-58f3c73235c35b24.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-a11e19e89d155712.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-8202317d94b9705c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib --cfg have_min_max_version`
13602025-03-06T19:35:34.246Z Compiling tokio-native-tls v0.3.1
13612025-03-06T19:35:34.249Z Running `/home/build/.rustup/toolchains/1.82-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=5e55207708f35673 -C extra-filename=-5e55207708f35673 --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-d3d8fb53e9e325ae.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13622025-03-06T19:35:34.411Z Compiling hyper-tls v0.6.0
13632025-03-06T19:35:34.414Z Running `/home/build/.rustup/toolchains/1.82-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=2a354463bc0f4114 -C extra-filename=-2a354463bc0f4114 --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-34df12a77920a882.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-67f6b4c37fcc5066.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-2d7baf20c757ec61.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-85d9f469e1d315be.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-d3d8fb53e9e325ae.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-5e55207708f35673.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13642025-03-06T19:35:34.616Z Compiling reqwest v0.12.12
13652025-03-06T19:35:34.619Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --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("__internal_proxy_sys_no_cache", "__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"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=b1c476418808bea8 -C extra-filename=-b1c476418808bea8 --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-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-3583d6eac0070aec.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-c4f8a89aad8c13ec.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-34a64a02bf64ad6e.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-85ccf0f8a2762d84.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-67f6b4c37fcc5066.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-2d7baf20c757ec61.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-999a29a9859cece8.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-2a354463bc0f4114.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-85d9f469e1d315be.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-b94882cf2c958571.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-90f85e4a978ca235.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-d3d8fb53e9e325ae.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-d3707ca18240f5e3.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-0e4e31fac0a66d57.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-cf7ef43015c20dfb.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-2dc0976a1d55ec18.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-0ab5745a98c43c87.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-7105eaf3f3bb4624.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-c4c554a20241b2db.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-5e55207708f35673.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-b38873b02aae0840.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-fe80e4fb7ba4af80.rmeta --extern tower=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower-5afbe573187c629f.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-bd2c35eb03beca20.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13662025-03-06T19:35:36.283Z Compiling progenitor-client v0.9.1
13672025-03-06T19:35:36.283Z Compiling oauth2 v5.0.0
13682025-03-06T19:35:36.286Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.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())' -C metadata=370ee0e24009ff07 -C extra-filename=-370ee0e24009ff07 --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-7105eaf3f3bb4624.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13692025-03-06T19:35:36.286Z Running `/home/build/.rustup/toolchains/1.82-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=600a1e18de6fdecc -C extra-filename=-600a1e18de6fdecc --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-8109389a6bf1ad53.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-5d06506e88cd00fe.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-7d48ff5612fa2b91.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-711e877f34491598.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-832bfa8d5a4628a4.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13702025-03-06T19:35:36.551Z Compiling oxide v0.10.0+20250212.0.0 (/work/oxidecomputer/oxide.rs/sdk)
13712025-03-06T19:35:36.554Z Running `/home/build/.rustup/toolchains/1.82-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=35175c42db945ed2 -C extra-filename=-35175c42db945ed2 --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-8109389a6bf1ad53.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rmeta --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-6dada0e4e5a19564.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-370ee0e24009ff07.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-c83df6a0b004dd25.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13722025-03-06T19:35:39.709Z Running `/home/build/.rustup/toolchains/1.82-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=c62a62830192572d -C extra-filename=-c62a62830192572d --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-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-6dada0e4e5a19564.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-370ee0e24009ff07.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-c83df6a0b004dd25.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13732025-03-06T19:36:17.767Z Compiling oxide-httpmock v0.10.0+20250212.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
13742025-03-06T19:36:17.770Z Running `/home/build/.rustup/toolchains/1.82-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=328a725577b9ab8e -C extra-filename=-328a725577b9ab8e --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-480e3ace95d371cf.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13752025-03-06T19:36:32.853Z Running `/home/build/.rustup/toolchains/1.82-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=f7b3d0847234f829 -C extra-filename=-f7b3d0847234f829 --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13762025-03-06T19:36:32.853Z Running `/home/build/.rustup/toolchains/1.82-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=4c176fa083d94c13 -C extra-filename=-4c176fa083d94c13 --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13772025-03-06T19:36:32.858Z Running `/home/build/.rustup/toolchains/1.82-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=49660f5838a7e29e -C extra-filename=-49660f5838a7e29e --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13782025-03-06T19:36:32.858Z Running `/home/build/.rustup/toolchains/1.82-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=dfc37eb411b15a01 -C extra-filename=-dfc37eb411b15a01 --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-84f2bbfe7639cefb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13792025-03-06T19:36:32.858Z Running `/home/build/.rustup/toolchains/1.82-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=7c30cdd45b635e7a -C extra-filename=-7c30cdd45b635e7a --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13802025-03-06T19:36:32.868Z Running `/home/build/.rustup/toolchains/1.82-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=9fb3d4de90c50b5c -C extra-filename=-9fb3d4de90c50b5c --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13812025-03-06T19:36:32.871Z Running `/home/build/.rustup/toolchains/1.82-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=f6709ea58c2dbad8 -C extra-filename=-f6709ea58c2dbad8 --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-99c98a1d5ef8c9eb.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13822025-03-06T19:36:32.871Z Running `/home/build/.rustup/toolchains/1.82-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=5843ed174fe8a99d -C extra-filename=-5843ed174fe8a99d --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13832025-03-06T19:36:33.406Z Running `/home/build/.rustup/toolchains/1.82-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=62253cabc9885848 -C extra-filename=-62253cabc9885848 --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-84f2bbfe7639cefb.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-7320e028eed23a71.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13842025-03-06T19:36:35.204Z Running `/home/build/.rustup/toolchains/1.82-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=3e2ef41350a0663b -C extra-filename=-3e2ef41350a0663b --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13852025-03-06T19:36:51.014Z Running `/home/build/.rustup/toolchains/1.82-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=084b61b7cef35174 -C extra-filename=-084b61b7cef35174 --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13862025-03-06T19:36:51.273Z Running `/home/build/.rustup/toolchains/1.82-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=e23b4b4dd11bb6df -C extra-filename=-e23b4b4dd11bb6df --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13872025-03-06T19:36:51.325Z Running `/home/build/.rustup/toolchains/1.82-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=8efc278adf33edcd -C extra-filename=-8efc278adf33edcd --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13882025-03-06T19:36:54.874Z Running `/home/build/.rustup/toolchains/1.82-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=0032378badee380b -C extra-filename=-0032378badee380b --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-99c98a1d5ef8c9eb.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-3381573c92f17dfc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-c95e9b574907b393.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-aa9227c6e8e6cf57.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-809b1fa66089d31e.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-6857379f5ef6d6d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-fef40272cc6c5eeb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-f1c1ef464a00861b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-4753aafbeabfadba.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-3b781187955965c5.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-9014a7192519ab88.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-c9bb1ec437c5f444.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-600a1e18de6fdecc.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-3893bccd227b4282.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-df22d1d70bfc687d.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-8dc6f087c2b6f3a0.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-c7e49e3e96a2decd.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-763ba923b20bc445.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-8c69ed47760467f8.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-262c49f63f4ccd5f.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-6ceae519ae8e2dcc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out`
13892025-03-06T19:36:57.280Z Running `/home/build/.rustup/toolchains/1.82-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=34fe228b42f99426 -C extra-filename=-34fe228b42f99426 --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-480e3ace95d371cf.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib`
13902025-03-06T19:37:38.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 39s
13912025-03-06T19:37:39.213Z
13922025-03-06T19:37:39.216Zreal 4:39.565082536
13932025-03-06T19:37:39.216Zuser 22:52.688070475
13942025-03-06T19:37:39.216Zsys 4:05.167008800
13952025-03-06T19:37:39.216Ztrap 0.837140012
13962025-03-06T19:37:39.216Ztflt 1.916244129
13972025-03-06T19:37:39.216Zdflt 1.835597897
13982025-03-06T19:37:39.216Zkflt 0.007416053
13992025-03-06T19:37:39.216Zlock 32:06.705465026
14002025-03-06T19:37:39.216Zslp 1:35:10.502957588
14012025-03-06T19:37:39.216Zlat 1:13.302284240
14022025-03-06T19:37:39.216Zstop 1:56.854423984
14032025-03-06T19:37:39.216Z+ banner test
14042025-03-06T19:37:39.219Z
14052025-03-06T19:37:39.219Z ##### ###### #### #####
14062025-03-06T19:37:39.219Z # # # #
14072025-03-06T19:37:39.219Z # ##### #### #
14082025-03-06T19:37:39.219Z # # # #
14092025-03-06T19:37:39.219Z # # # # #
14102025-03-06T19:37:39.219Z # ###### #### #
14112025-03-06T19:37:39.219Z
14122025-03-06T19:37:39.219Z+ ptime -m cargo test --all-features --locked --verbose
14132025-03-06T19:37:39.606Z Fresh unicode-ident v1.0.17
14142025-03-06T19:37:39.606Z Fresh cfg-if v1.0.0
14152025-03-06T19:37:39.606Z Fresh autocfg v1.4.0
14162025-03-06T19:37:39.609Z Fresh proc-macro2 v1.0.94
14172025-03-06T19:37:39.609Z Fresh itoa v1.0.14
14182025-03-06T19:37:39.609Z Fresh once_cell v1.20.2
14192025-03-06T19:37:39.609Z Fresh pin-project-lite v0.2.15
14202025-03-06T19:37:39.609Z Fresh shlex v1.3.0
14212025-03-06T19:37:39.609Z Fresh quote v1.0.38
14222025-03-06T19:37:39.609Z Fresh libc v0.2.170
14232025-03-06T19:37:39.609Z Fresh futures-core v0.3.31
14242025-03-06T19:37:39.609Z Fresh allocator-api2 v0.2.21
14252025-03-06T19:37:39.609Z Fresh foldhash v0.1.4
14262025-03-06T19:37:39.609Z Fresh equivalent v1.0.1
14272025-03-06T19:37:39.609Z Fresh jobserver v0.1.32
14282025-03-06T19:37:39.609Z Fresh hashbrown v0.15.2
14292025-03-06T19:37:39.609Z Fresh bytes v1.9.0
14302025-03-06T19:37:39.609Z Fresh serde_derive v1.0.218
14312025-03-06T19:37:39.609Z Fresh cc v1.2.5
14322025-03-06T19:37:39.609Z Fresh synstructure v0.13.1
14332025-03-06T19:37:39.609Z Fresh futures-io v0.3.31
14342025-03-06T19:37:39.609Z Fresh serde v1.0.218
14352025-03-06T19:37:39.609Z Fresh zerofrom-derive v0.1.5
14362025-03-06T19:37:39.609Z Fresh yoke-derive v0.7.5
14372025-03-06T19:37:39.609Z Fresh signal-hook-registry v1.4.2
14382025-03-06T19:37:39.609Z Fresh value-bag v1.10.0
14392025-03-06T19:37:39.609Z Fresh stable_deref_trait v1.2.0
14402025-03-06T19:37:39.610Z Fresh ryu v1.0.18
14412025-03-06T19:37:39.610Z Fresh slab v0.4.9
14422025-03-06T19:37:39.610Z Fresh zerofrom v0.1.5
14432025-03-06T19:37:39.610Z Fresh zerovec-derive v0.10.3
14442025-03-06T19:37:39.610Z Fresh displaydoc v0.2.5
14452025-03-06T19:37:39.610Z Fresh writeable v0.5.5
14462025-03-06T19:37:39.610Z Fresh fnv v1.0.7
14472025-03-06T19:37:39.610Z Fresh yoke v0.7.5
14482025-03-06T19:37:39.610Z Fresh litemap v0.7.4
14492025-03-06T19:37:39.610Z Fresh icu_provider_macros v1.5.0
14502025-03-06T19:37:39.610Z Fresh getrandom v0.2.15
14512025-03-06T19:37:39.610Z Fresh futures-sink v0.3.31
14522025-03-06T19:37:39.610Z Fresh pkg-config v0.3.31
14532025-03-06T19:37:39.610Z Fresh zerovec v0.10.4
14542025-03-06T19:37:39.610Z Fresh icu_locid_transform_data v1.5.0
14552025-03-06T19:37:39.610Z Fresh vcpkg v0.2.15
14562025-03-06T19:37:39.610Z Fresh pin-utils v0.1.0
14572025-03-06T19:37:39.610Z Fresh icu_properties_data v1.5.0
14582025-03-06T19:37:39.610Z Fresh tokio-macros v2.5.0
14592025-03-06T19:37:39.610Z Fresh tinystr v0.7.6
14602025-03-06T19:37:39.610Z Fresh icu_collections v1.5.0
14612025-03-06T19:37:39.610Z Fresh socket2 v0.5.8
14622025-03-06T19:37:39.610Z Fresh mio v1.0.3
14632025-03-06T19:37:39.610Z Fresh tracing-core v0.1.33
14642025-03-06T19:37:39.610Z Fresh utf8_iter v1.0.4
14652025-03-06T19:37:39.610Z Fresh icu_normalizer_data v1.5.0
14662025-03-06T19:37:39.610Z Fresh icu_locid v1.5.0
14672025-03-06T19:37:39.610Z Fresh utf16_iter v1.0.5
14682025-03-06T19:37:39.610Z Fresh write16 v1.0.0
14692025-03-06T19:37:39.610Z Fresh tokio v1.43.0
14702025-03-06T19:37:39.610Z Fresh tracing v0.1.41
14712025-03-06T19:37:39.610Z Fresh futures-channel v0.3.31
14722025-03-06T19:37:39.610Z Fresh futures-macro v0.3.31
14732025-03-06T19:37:39.610Z Fresh icu_provider v1.5.0
14742025-03-06T19:37:39.610Z Fresh futures-task v0.3.31
14752025-03-06T19:37:39.610Z Fresh num-traits v0.2.19
14762025-03-06T19:37:39.610Z Fresh errno v0.3.10
14772025-03-06T19:37:39.610Z Fresh icu_locid_transform v1.5.0
14782025-03-06T19:37:39.611Z Fresh futures-util v0.3.31
14792025-03-06T19:37:39.611Z Fresh atomic-waker v1.1.2
14802025-03-06T19:37:39.611Z Fresh http v1.2.0
14812025-03-06T19:37:39.611Z Fresh icu_properties v1.5.1
14822025-03-06T19:37:39.611Z Fresh rustix v0.38.42
14832025-03-06T19:37:39.611Z Fresh getrandom v0.3.1
14842025-03-06T19:37:39.611Z Fresh serde_derive_internals v0.29.1
14852025-03-06T19:37:39.611Z Fresh heck v0.5.0
14862025-03-06T19:37:39.611Z Fresh crossbeam-utils v0.8.21
14872025-03-06T19:37:39.611Z Fresh schemars_derive v0.8.22
14882025-03-06T19:37:39.611Z Fresh httparse v1.9.5
14892025-03-06T19:37:39.611Z Fresh fastrand v2.3.0
14902025-03-06T19:37:39.611Z Fresh dyn-clone v1.0.17
14912025-03-06T19:37:39.611Z Fresh memchr v2.7.4
14922025-03-06T19:37:39.611Z Fresh spin v0.9.8
14932025-03-06T19:37:39.611Z Fresh smallvec v1.13.2
14942025-03-06T19:37:39.611Z Fresh iana-time-zone v0.1.61
14952025-03-06T19:37:39.611Z Fresh log v0.4.26
14962025-03-06T19:37:39.611Z Fresh openssl-src v300.4.1+3.4.0
14972025-03-06T19:37:39.611Z Fresh rustls-pki-types v1.10.1
14982025-03-06T19:37:39.611Z Fresh uuid v1.14.0
14992025-03-06T19:37:39.611Z Fresh chrono v0.4.39
15002025-03-06T19:37:39.611Z Fresh zerocopy-derive v0.7.35
15012025-03-06T19:37:39.611Z Fresh try-lock v0.2.5
15022025-03-06T19:37:39.611Z Fresh untrusted v0.9.0
15032025-03-06T19:37:39.611Z Fresh byteorder v1.5.0
15042025-03-06T19:37:39.611Z Fresh want v0.3.1
15052025-03-06T19:37:39.611Z Fresh ring v0.17.8
15062025-03-06T19:37:39.611Z Fresh zerocopy v0.7.35
15072025-03-06T19:37:39.611Z Fresh concurrent-queue v2.5.0
15082025-03-06T19:37:39.611Z Fresh zeroize v1.8.1
15092025-03-06T19:37:39.611Z Fresh parking v2.2.1
15102025-03-06T19:37:39.611Z Fresh httpdate v1.0.3
15112025-03-06T19:37:39.611Z Fresh tower-service v0.3.3
15122025-03-06T19:37:39.611Z Fresh rustls-webpki v0.102.8
15132025-03-06T19:37:39.611Z Fresh ppv-lite86 v0.2.20
15142025-03-06T19:37:39.611Z Fresh http-body v1.0.1
15152025-03-06T19:37:39.611Z Fresh tokio-util v0.7.13
15162025-03-06T19:37:39.615Z Fresh rand_core v0.6.4
15172025-03-06T19:37:39.615Z Fresh version_check v0.9.5
15182025-03-06T19:37:39.615Z Fresh subtle v2.6.1
15192025-03-06T19:37:39.615Z Fresh rand_chacha v0.3.1
15202025-03-06T19:37:39.615Z Fresh h2 v0.4.7
15212025-03-06T19:37:39.615Z Fresh thiserror-impl v2.0.12
15222025-03-06T19:37:39.615Z Fresh foreign-types-shared v0.1.1
15232025-03-06T19:37:39.615Z Fresh anstyle v1.0.10
15242025-03-06T19:37:39.615Z Fresh foreign-types v0.3.2
15252025-03-06T19:37:39.615Z Fresh hyper v1.5.2
15262025-03-06T19:37:39.615Z Fresh rand v0.8.5
15272025-03-06T19:37:39.615Z Fresh thiserror v2.0.12
15282025-03-06T19:37:39.615Z Fresh event-listener v5.3.1
15292025-03-06T19:37:39.615Z Fresh openssl-sys v0.9.105
15302025-03-06T19:37:39.615Z Fresh openssl-macros v0.1.1
15312025-03-06T19:37:39.615Z Fresh either v1.13.0
15322025-03-06T19:37:39.615Z Fresh event-listener-strategy v0.5.3
15332025-03-06T19:37:39.615Z Fresh openssl v0.10.70
15342025-03-06T19:37:39.616Z Fresh hyper-util v0.1.10
15352025-03-06T19:37:39.616Z Fresh utf8parse v0.2.2
15362025-03-06T19:37:39.616Z Fresh openssl-probe v0.1.5
15372025-03-06T19:37:39.616Z Fresh anstyle-parse v0.2.6
15382025-03-06T19:37:39.616Z Fresh http-body-util v0.1.2
15392025-03-06T19:37:39.616Z Fresh futures-lite v2.5.0
15402025-03-06T19:37:39.616Z Fresh serde_spanned v0.6.8
15412025-03-06T19:37:39.616Z Fresh toml_datetime v0.6.8
15422025-03-06T19:37:39.616Z Fresh rustls v0.23.20
15432025-03-06T19:37:39.616Z Fresh native-tls v0.2.12
15442025-03-06T19:37:39.616Z Fresh encoding_rs v0.8.35
15452025-03-06T19:37:39.616Z Fresh same-file v1.0.6
15462025-03-06T19:37:39.616Z Fresh colorchoice v1.0.3
15472025-03-06T19:37:39.616Z Fresh is_terminal_polyfill v1.70.1
15482025-03-06T19:37:39.616Z Fresh winnow v0.7.1
15492025-03-06T19:37:39.616Z Fresh anstyle-query v1.1.2
15502025-03-06T19:37:39.616Z Fresh mime v0.3.17
15512025-03-06T19:37:39.616Z Fresh tokio-rustls v0.26.1
15522025-03-06T19:37:39.616Z Fresh tokio-native-tls v0.3.1
15532025-03-06T19:37:39.616Z Fresh toml_edit v0.22.24
15542025-03-06T19:37:39.616Z Fresh anstream v0.6.18
15552025-03-06T19:37:39.616Z Fresh walkdir v2.5.0
15562025-03-06T19:37:39.616Z Fresh serde_urlencoded v0.7.1
15572025-03-06T19:37:39.616Z Fresh webpki-roots v0.26.7
15582025-03-06T19:37:39.616Z Fresh rustls-pemfile v2.2.0
15592025-03-06T19:37:39.616Z Fresh aho-corasick v1.1.3
15602025-03-06T19:37:39.616Z Fresh terminal_size v0.4.1
15612025-03-06T19:37:39.616Z Fresh sync_wrapper v1.0.2
15622025-03-06T19:37:39.616Z Fresh scopeguard v1.2.0
15632025-03-06T19:37:39.617Z Fresh regex-syntax v0.8.5
15642025-03-06T19:37:39.617Z Fresh tower-layer v0.3.3
15652025-03-06T19:37:39.617Z Fresh strsim v0.11.1
15662025-03-06T19:37:39.617Z Fresh clap_lex v0.7.4
15672025-03-06T19:37:39.617Z Fresh base64 v0.22.1
15682025-03-06T19:37:39.617Z Fresh tower v0.5.2
15692025-03-06T19:37:39.617Z Fresh regex-automata v0.4.9
15702025-03-06T19:37:39.617Z Fresh clap_builder v4.5.31
15712025-03-06T19:37:39.617Z Fresh lock_api v0.4.12
15722025-03-06T19:37:39.617Z Fresh hyper-tls v0.6.0
15732025-03-06T19:37:39.617Z Fresh hyper-rustls v0.27.5
15742025-03-06T19:37:39.617Z Fresh toml v0.8.20
15752025-03-06T19:37:39.617Z Fresh async-lock v3.4.0
15762025-03-06T19:37:39.617Z Fresh parking_lot_core v0.9.10
15772025-03-06T19:37:39.617Z Fresh polling v3.7.4
15782025-03-06T19:37:39.617Z Fresh clap_derive v4.5.28
15792025-03-06T19:37:39.617Z Fresh futures-executor v0.3.31
15802025-03-06T19:37:39.617Z Fresh http v0.2.12
15812025-03-06T19:37:39.617Z Fresh ipnet v2.10.1
15822025-03-06T19:37:39.617Z Fresh siphasher v0.3.11
15832025-03-06T19:37:39.617Z Fresh async-io v2.4.0
15842025-03-06T19:37:39.617Z Fresh phf_shared v0.10.0
15852025-03-06T19:37:39.618Z Fresh reqwest v0.12.12
15862025-03-06T19:37:39.618Z Fresh clap v4.5.31
15872025-03-06T19:37:39.618Z Fresh parking_lot v0.12.3
15882025-03-06T19:37:39.618Z Fresh futures v0.3.31
15892025-03-06T19:37:39.618Z Fresh typenum v1.17.0
15902025-03-06T19:37:39.618Z Fresh crunchy v0.2.2
15912025-03-06T19:37:39.618Z Fresh indexmap v2.7.1
15922025-03-06T19:37:39.618Z Fresh new_debug_unreachable v1.0.6
15932025-03-06T19:37:39.618Z Fresh bit-vec v0.6.3
15942025-03-06T19:37:39.618Z Fresh fixedbitset v0.4.2
15952025-03-06T19:37:39.618Z Fresh async-task v4.7.1
15962025-03-06T19:37:39.618Z Fresh precomputed-hash v0.1.1
15972025-03-06T19:37:39.618Z Fresh ascii-canvas v3.0.0
15982025-03-06T19:37:39.618Z Fresh tiny-keccak v2.0.2
15992025-03-06T19:37:39.618Z Fresh petgraph v0.6.5
16002025-03-06T19:37:39.618Z Fresh bit-set v0.5.3
16012025-03-06T19:37:39.618Z Fresh generic-array v0.14.7
16022025-03-06T19:37:39.618Z Fresh string_cache v0.8.7
16032025-03-06T19:37:39.618Z Fresh regex v1.11.1
16042025-03-06T19:37:39.618Z Fresh itertools v0.11.0
16052025-03-06T19:37:39.618Z Fresh async-channel v2.3.1
16062025-03-06T19:37:39.618Z Fresh ena v0.14.3
16072025-03-06T19:37:39.618Z Fresh piper v0.2.4
16082025-03-06T19:37:39.618Z Fresh nanorand v0.7.0
16092025-03-06T19:37:39.618Z Fresh dirs-sys v0.3.7
16102025-03-06T19:37:39.618Z Fresh unicode-xid v0.2.6
16112025-03-06T19:37:39.618Z Fresh pico-args v0.5.0
16122025-03-06T19:37:39.618Z Fresh blocking v1.6.1
16132025-03-06T19:37:39.618Z Fresh syn v1.0.109
16142025-03-06T19:37:39.618Z Fresh async-executor v1.13.1
16152025-03-06T19:37:39.618Z Fresh async-signal v0.2.10
16162025-03-06T19:37:39.622Z Fresh dirs v4.0.0
16172025-03-06T19:37:39.622Z Fresh flume v0.11.1
16182025-03-06T19:37:39.622Z Fresh lalrpop v0.20.2
16192025-03-06T19:37:39.622Z Fresh progenitor-client v0.9.1
16202025-03-06T19:37:39.622Z Fresh event-listener v2.5.3
16212025-03-06T19:37:39.622Z Fresh async-channel v1.9.0
16222025-03-06T19:37:39.622Z Fresh async-attributes v1.1.2
16232025-03-06T19:37:39.622Z Fresh async-global-executor v2.4.1
16242025-03-06T19:37:39.622Z Fresh async-process v2.3.0
16252025-03-06T19:37:39.622Z Fresh crypto-common v0.1.6
16262025-03-06T19:37:39.622Z Fresh block-buffer v0.10.4
16272025-03-06T19:37:39.622Z Fresh tempfile v3.17.1
16282025-03-06T19:37:39.622Z Fresh kv-log-macro v1.0.7
16292025-03-06T19:37:39.622Z Fresh thiserror-impl v1.0.69
16302025-03-06T19:37:39.622Z Fresh async-trait v0.1.86
16312025-03-06T19:37:39.622Z Fresh lazy_static v1.5.0
16322025-03-06T19:37:39.622Z Fresh similar v2.7.0
16332025-03-06T19:37:39.622Z Fresh digest v0.10.7
16342025-03-06T19:37:39.622Z Fresh async-std v1.13.0
16352025-03-06T19:37:39.622Z Fresh thiserror v1.0.69
16362025-03-06T19:37:39.622Z Fresh semver v1.0.25
16372025-03-06T19:37:39.622Z Fresh http-body v0.4.6
16382025-03-06T19:37:39.622Z Fresh icu_normalizer v1.5.0
16392025-03-06T19:37:39.622Z Fresh lalrpop-util v0.20.2
16402025-03-06T19:37:39.622Z Fresh num-conv v0.1.0
16412025-03-06T19:37:39.622Z Fresh time-core v0.1.2
16422025-03-06T19:37:39.622Z Fresh cpufeatures v0.2.16
16432025-03-06T19:37:39.622Z Fresh powerfmt v0.2.0
16442025-03-06T19:37:39.622Z Fresh idna_adapter v1.2.0
16452025-03-06T19:37:39.622Z Fresh basic-cookies v0.1.5
16462025-03-06T19:37:39.622Z Fresh hyper v0.14.32
16472025-03-06T19:37:39.622Z Fresh deranged v0.3.11
16482025-03-06T19:37:39.622Z Fresh time-macros v0.2.19
16492025-03-06T19:37:39.622Z Fresh async-object-pool v0.1.5
16502025-03-06T19:37:39.622Z Fresh serde_regex v1.1.0
16512025-03-06T19:37:39.623Z Fresh assert-json-diff v2.0.2
16522025-03-06T19:37:39.623Z Fresh serde_tokenstream v0.2.2
16532025-03-06T19:37:39.623Z Fresh percent-encoding v2.3.1
16542025-03-06T19:37:39.623Z Fresh base64 v0.21.7
16552025-03-06T19:37:39.623Z Fresh levenshtein v1.0.5
16562025-03-06T19:37:39.623Z Fresh num_threads v0.1.7
16572025-03-06T19:37:39.623Z Fresh httpmock v0.7.0
16582025-03-06T19:37:39.623Z Fresh rustversion v1.0.18
16592025-03-06T19:37:39.623Z Fresh form_urlencoded v1.2.1
16602025-03-06T19:37:39.623Z Fresh idna v1.0.3
16612025-03-06T19:37:39.623Z Fresh libz-sys v1.1.20
16622025-03-06T19:37:39.623Z Fresh time v0.3.37
16632025-03-06T19:37:39.623Z Fresh dirs-sys-next v0.1.2
16642025-03-06T19:37:39.623Z Fresh home v0.5.11
16652025-03-06T19:37:39.623Z Fresh unicode-segmentation v1.12.0
16662025-03-06T19:37:39.623Z Fresh unicode-width v0.2.0
16672025-03-06T19:37:39.623Z Fresh slog v2.7.0
16682025-03-06T19:37:39.623Z Fresh dirs-next v2.0.0
16692025-03-06T19:37:39.623Z Fresh libgit2-sys v0.18.0+1.9.0
16702025-03-06T19:37:39.623Z Fresh url v2.5.4
16712025-03-06T19:37:39.623Z Fresh sha1 v0.10.6
16722025-03-06T19:37:39.623Z Fresh bitflags v2.6.0
16732025-03-06T19:37:39.623Z Fresh predicates-core v1.0.9
16742025-03-06T19:37:39.623Z Fresh signal-hook v0.3.17
16752025-03-06T19:37:39.623Z Fresh git2 v0.20.0
16762025-03-06T19:37:39.623Z Fresh term v0.7.0
16772025-03-06T19:37:39.623Z Fresh console v0.15.10
16782025-03-06T19:37:39.623Z Fresh float-cmp v0.10.0
16792025-03-06T19:37:39.623Z Fresh openapiv3 v2.0.0
16802025-03-06T19:37:39.623Z Fresh mio v0.8.11
16812025-03-06T19:37:39.623Z Fresh is-terminal v0.4.13
16822025-03-06T19:37:39.623Z Fresh data-encoding v2.6.0
16832025-03-06T19:37:39.623Z Fresh normalize-line-endings v0.3.0
16842025-03-06T19:37:39.623Z Fresh utf-8 v0.7.6
16852025-03-06T19:37:39.623Z Fresh difflib v0.4.0
16862025-03-06T19:37:39.624Z Fresh signal-hook-mio v0.2.4
16872025-03-06T19:37:39.624Z Fresh predicates v3.1.3
16882025-03-06T19:37:39.624Z Fresh tungstenite v0.20.1
16892025-03-06T19:37:39.624Z Fresh paste v1.0.15
16902025-03-06T19:37:39.624Z Fresh built v0.7.7
16912025-03-06T19:37:39.624Z Fresh strum_macros v0.26.4
16922025-03-06T19:37:39.624Z Fresh castaway v0.2.3
16932025-03-06T19:37:39.624Z Fresh itertools v0.13.0
16942025-03-06T19:37:39.624Z Fresh serde_path_to_error v0.1.16
16952025-03-06T19:37:39.624Z Fresh is-docker v0.2.0
16962025-03-06T19:37:39.624Z Fresh thread_local v1.1.8
16972025-03-06T19:37:39.624Z Fresh unicode-width v0.1.14
16982025-03-06T19:37:39.624Z Fresh match_cfg v0.1.0
16992025-03-06T19:37:39.624Z Fresh static_assertions v1.1.0
17002025-03-06T19:37:39.624Z Fresh hostname v0.3.1
17012025-03-06T19:37:39.624Z Fresh unicode-truncate v1.1.0
17022025-03-06T19:37:39.624Z Fresh compact_str v0.7.1
17032025-03-06T19:37:39.624Z Fresh is-wsl v0.4.0
17042025-03-06T19:37:39.624Z Fresh strum v0.26.3
17052025-03-06T19:37:39.624Z Fresh rustls v0.22.4
17062025-03-06T19:37:39.624Z Fresh crossterm v0.27.0
17072025-03-06T19:37:39.624Z Fresh tokio-tungstenite v0.20.1
17082025-03-06T19:37:39.624Z Fresh portable-atomic v1.10.0
17092025-03-06T19:37:39.624Z Fresh slog-json v2.6.1
17102025-03-06T19:37:39.624Z Fresh termini v1.0.0
17112025-03-06T19:37:39.624Z Fresh newline-converter v0.3.0
17122025-03-06T19:37:39.624Z Fresh sha2 v0.10.8
17132025-03-06T19:37:39.624Z Fresh itertools v0.12.1
17142025-03-06T19:37:39.624Z Fresh crossbeam-channel v0.5.14
17152025-03-06T19:37:39.624Z Fresh async-stream-impl v0.3.6
17162025-03-06T19:37:39.628Z Fresh lru v0.12.5
17172025-03-06T19:37:39.628Z Fresh stability v0.2.1
17182025-03-06T19:37:39.628Z Fresh spin v0.5.2
17192025-03-06T19:37:39.628Z Fresh cassowary v0.3.0
17202025-03-06T19:37:39.628Z Fresh shell-words v1.1.0
17212025-03-06T19:37:39.628Z Fresh number_prefix v0.4.0
17222025-03-06T19:37:39.628Z Fresh humantime v2.1.0
17232025-03-06T19:37:39.628Z Fresh pathdiff v0.2.3
17242025-03-06T19:37:39.628Z Fresh termtree v0.5.1
17252025-03-06T19:37:39.628Z Fresh ipnetwork v0.21.1
17262025-03-06T19:37:39.628Z Fresh termcolor v1.4.1
17272025-03-06T19:37:39.628Z Fresh base64 v0.13.1
17282025-03-06T19:37:39.628Z Fresh take_mut v0.2.2
17292025-03-06T19:37:39.628Z Fresh untrusted v0.7.1
17302025-03-06T19:37:39.628Z Fresh open v4.2.0
17312025-03-06T19:37:39.628Z Fresh predicates-tree v1.0.12
17322025-03-06T19:37:39.628Z Fresh ratatui v0.26.3
17332025-03-06T19:37:39.628Z Fresh slog-async v2.8.0
17342025-03-06T19:37:39.628Z Fresh pem v1.1.1
17352025-03-06T19:37:39.628Z Fresh oxnet v0.1.1
17362025-03-06T19:37:39.628Z Fresh env_logger v0.10.2
17372025-03-06T19:37:39.628Z Fresh ring v0.16.20
17382025-03-06T19:37:39.628Z Fresh dialoguer v0.10.4
17392025-03-06T19:37:39.628Z Fresh indicatif v0.17.11
17402025-03-06T19:37:39.628Z Fresh async-stream v0.3.6
17412025-03-06T19:37:39.628Z Fresh oauth2 v5.0.0
17422025-03-06T19:37:39.628Z Fresh slog-bunyan v2.5.0
17432025-03-06T19:37:39.628Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
17442025-03-06T19:37:39.628Z Fresh tokio-rustls v0.25.0
17452025-03-06T19:37:39.628Z Fresh anyhow v1.0.97
17462025-03-06T19:37:39.628Z Fresh multer v3.1.0
17472025-03-06T19:37:39.628Z Fresh doc-comment v0.3.3
17482025-03-06T19:37:39.628Z Fresh camino v1.1.9
17492025-03-06T19:37:39.628Z Fresh slog-term v2.9.1
17502025-03-06T19:37:39.628Z Fresh tabwriter v1.4.1
17512025-03-06T19:37:39.629Z Fresh yasna v0.5.2
17522025-03-06T19:37:39.629Z Fresh dropshot_endpoint v0.13.0
17532025-03-06T19:37:39.629Z Fresh colored v2.2.0
17542025-03-06T19:37:39.629Z Fresh clap_complete v4.5.46
17552025-03-06T19:37:39.629Z Fresh bstr v1.11.1
17562025-03-06T19:37:39.629Z Fresh waitgroup v0.1.2
17572025-03-06T19:37:39.629Z Fresh hostname v0.4.0
17582025-03-06T19:37:39.629Z Fresh wait-timeout v0.2.0
17592025-03-06T19:37:39.629Z Fresh md5 v0.7.0
17602025-03-06T19:37:39.629Z Fresh diff v0.1.13
17612025-03-06T19:37:39.629Z Fresh debug-ignore v1.0.5
17622025-03-06T19:37:39.629Z Fresh yansi v1.0.1
17632025-03-06T19:37:39.629Z Fresh dropshot v0.13.0
17642025-03-06T19:37:39.629Z Fresh assert_cmd v2.0.16
17652025-03-06T19:37:39.629Z Fresh rcgen v0.10.0
17662025-03-06T19:37:39.629Z Fresh expectorate v1.1.0
17672025-03-06T19:37:39.629Z Fresh serde_json v1.0.140
17682025-03-06T19:37:39.629Z Fresh regress v0.10.3
17692025-03-06T19:37:39.629Z Fresh pretty_assertions v1.4.1
17702025-03-06T19:37:39.629Z Fresh syn v2.0.99
17712025-03-06T19:37:39.629Z Fresh toolchain_find v0.4.0
17722025-03-06T19:37:39.629Z Fresh schemars v0.8.22
17732025-03-06T19:37:39.629Z Fresh rustfmt-wrapper v0.2.1
17742025-03-06T19:37:39.629Z Fresh typify-impl v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
17752025-03-06T19:37:39.629Z Fresh integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
17762025-03-06T19:37:39.629Z Fresh typify-macro v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
17772025-03-06T19:37:39.629Z Fresh oxide-cli v0.10.1+20250212.0.0 (/work/oxidecomputer/oxide.rs/cli)
17782025-03-06T19:37:39.629Z Fresh oxide v0.10.0+20250212.0.0 (/work/oxidecomputer/oxide.rs/sdk)
17792025-03-06T19:37:39.629Z Fresh oxide-httpmock v0.10.0+20250212.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
17802025-03-06T19:37:39.629Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
17812025-03-06T19:37:39.629Z Fresh typify v0.3.0 (https://github.com/oxidecomputer/typify#80c682cd)
17822025-03-06T19:37:39.629Z Fresh progenitor-impl v0.9.1 (https://github.com/oxidecomputer/progenitor#41458fb3)
17832025-03-06T19:37:39.629Z Fresh progenitor v0.9.1 (https://github.com/oxidecomputer/progenitor#41458fb3)
17842025-03-06T19:37:39.629Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
17852025-03-06T19:37:39.629Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
17862025-03-06T19:37:39.642Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/integration_tests-dfc37eb411b15a01`
17872025-03-06T19:37:39.705Z
17882025-03-06T19:37:39.705Zrunning 0 tests
17892025-03-06T19:37:39.705Z
17902025-03-06T19:37:39.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
17912025-03-06T19:37:39.705Z
17922025-03-06T19:37:39.708Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_extras-62253cabc9885848`
17932025-03-06T19:37:39.713Z
17942025-03-06T19:37:39.713Zrunning 1 test
17952025-03-06T19:37:39.754Ztest test_disk_import ... ok
17962025-03-06T19:37:39.754Z
17972025-03-06T19:37:39.754Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
17982025-03-06T19:37:39.754Z
17992025-03-06T19:37:39.757Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-c62a62830192572d`
18002025-03-06T19:37:39.766Z
18012025-03-06T19:37:39.766Zrunning 5 tests
18022025-03-06T19:37:39.769Ztest extras::disk::types::tests::test_get_disk_size ... ok
18032025-03-06T19:37:39.769Ztest clap_feature::tests::test_block_size ... ok
18042025-03-06T19:37:39.769Ztest clap_feature::tests::test_byte_count ... ok
18052025-03-06T19:37:39.769Ztest clap_feature::tests::test_name_or_id ... ok
18062025-03-06T19:37:39.769Ztest clap_feature::tests::test_name ... ok
18072025-03-06T19:37:39.769Z
18082025-03-06T19:37:39.769Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18092025-03-06T19:37:39.769Z
18102025-03-06T19:37:39.772Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-4c176fa083d94c13`
18112025-03-06T19:37:39.778Z
18122025-03-06T19:37:39.778Zrunning 8 tests
18132025-03-06T19:37:39.781Ztest cmd_api::tests::test_add_query_string ... ok
18142025-03-06T19:37:39.781Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
18152025-03-06T19:37:39.781Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
18162025-03-06T19:37:39.781Ztest tests::test_autoref ... ok
18172025-03-06T19:37:39.781Ztest cmd_auth::tests::test_parse_host ... ok
18182025-03-06T19:37:39.793Ztest tests::test_json_body_required ... ok
18192025-03-06T19:37:39.829Ztest cmd_auth::tests::test_cmd_auth_login ... ok
18202025-03-06T19:37:39.832Ztest cmd_version::version_success ... ok
18212025-03-06T19:37:39.832Z
18222025-03-06T19:37:39.832Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
18232025-03-06T19:37:39.832Z
18242025-03-06T19:37:39.835Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-0032378badee380b`
18252025-03-06T19:37:39.843Z
18262025-03-06T19:37:39.843Zrunning 3 tests
18272025-03-06T19:37:39.883Ztest test_pagination_midway_failure ... ok
18282025-03-06T19:37:39.886Ztest test_pagination_success ... ok
18292025-03-06T19:37:39.913Ztest test_simple_api_call ... ok
18302025-03-06T19:37:39.913Z
18312025-03-06T19:37:39.913Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
18322025-03-06T19:37:39.913Z
18332025-03-06T19:37:39.916Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-f7b3d0847234f829`
18342025-03-06T19:37:39.924Z
18352025-03-06T19:37:39.924Zrunning 8 tests
18362025-03-06T19:37:39.969Ztest test_cmd_auth_debug_logging ... ok
18372025-03-06T19:37:39.980Ztest test_auth_credentials_permissions ... ok
18382025-03-06T19:37:40.022Ztest test_cmd_auth_status_env ... ok
18392025-03-06T19:37:40.086Ztest test_cmd_auth_status ... ok
18402025-03-06T19:37:40.997Ztest test_auth_login_first ... ok
18412025-03-06T19:37:41.007Ztest test_auth_login_existing_no_default ... ok
18422025-03-06T19:37:41.027Ztest test_auth_login_existing_default ... ok
18432025-03-06T19:37:42.051Ztest test_auth_login_double ... ok
18442025-03-06T19:37:42.051Z
18452025-03-06T19:37:42.051Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s
18462025-03-06T19:37:42.051Z
18472025-03-06T19:37:42.054Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-084b61b7cef35174`
18482025-03-06T19:37:42.063Z
18492025-03-06T19:37:42.063Zrunning 14 tests
18502025-03-06T19:37:42.095Ztest test_disk_import_bad_file_size ... ok
18512025-03-06T19:37:42.154Ztest test_disk_import_finalize ... ok
18522025-03-06T19:37:42.234Ztest test_disk_import_required_parameters ... ok
18532025-03-06T19:37:42.239Ztest test_disk_import_bad_block_size ... ok
18542025-03-06T19:37:42.283Ztest test_disk_import_disk_exists_already ... ok
18552025-03-06T19:37:42.297Ztest test_disk_import_image_exists_already ... ok
18562025-03-06T19:37:42.307Ztest test_disk_create_fail ... ok
18572025-03-06T19:37:42.323Ztest test_disk_import_stop ... ok
18582025-03-06T19:37:42.328Ztest test_disk_import_start ... ok
18592025-03-06T19:37:42.333Ztest test_disk_import_snapshot_exists_already ... ok
18602025-03-06T19:37:42.338Ztest test_disk_import_write ... ok
18612025-03-06T19:37:42.451Ztest test_disk_import_sparse ... ok
18622025-03-06T19:37:42.507Ztest test_disk_import ... ok
18632025-03-06T19:37:42.601Ztest test_disk_write_import_fail ... ok
18642025-03-06T19:37:42.601Z
18652025-03-06T19:37:42.601Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
18662025-03-06T19:37:42.601Z
18672025-03-06T19:37:42.606Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-49660f5838a7e29e`
18682025-03-06T19:37:42.615Z
18692025-03-06T19:37:42.615Zrunning 1 test
18702025-03-06T19:37:42.695Ztest test_docs_json ... ok
18712025-03-06T19:37:42.695Z
18722025-03-06T19:37:42.695Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
18732025-03-06T19:37:42.695Z
18742025-03-06T19:37:42.698Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-3e2ef41350a0663b`
18752025-03-06T19:37:42.705Z
18762025-03-06T19:37:42.705Zrunning 3 tests
18772025-03-06T19:37:42.757Ztest test_instance_serial_history ... ok
18782025-03-06T19:37:42.758Ztest test_instance_create ... ok
18792025-03-06T19:37:42.758Ztest test_instance_serial_console ... ok
18802025-03-06T19:37:42.758Z
18812025-03-06T19:37:42.758Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
18822025-03-06T19:37:42.758Z
18832025-03-06T19:37:42.761Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-5843ed174fe8a99d`
18842025-03-06T19:37:42.771Z
18852025-03-06T19:37:42.771Zrunning 1 test
18862025-03-06T19:37:42.829Ztest test_port_config ... ok
18872025-03-06T19:37:42.829Z
18882025-03-06T19:37:42.829Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18892025-03-06T19:37:42.829Z
18902025-03-06T19:37:42.832Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-8efc278adf33edcd`
18912025-03-06T19:37:42.841Z
18922025-03-06T19:37:42.841Zrunning 4 tests
18932025-03-06T19:37:42.893Ztest test_project_delete ... ok
18942025-03-06T19:37:42.893Ztest test_project_simple_list ... ok
18952025-03-06T19:37:42.897Ztest test_project_list_paginated_fail ... ok
18962025-03-06T19:37:42.899Ztest test_project_list_paginated ... ok
18972025-03-06T19:37:42.899Z
18982025-03-06T19:37:42.899Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18992025-03-06T19:37:42.899Z
19002025-03-06T19:37:42.902Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-9fb3d4de90c50b5c`
19012025-03-06T19:37:42.909Z
19022025-03-06T19:37:42.909Zrunning 3 tests
19032025-03-06T19:37:42.958Ztest test_insecure_cert_validation ... ok
19042025-03-06T19:37:42.958Ztest test_insecure_hostname_verification ... ok
19052025-03-06T19:37:42.958Ztest test_resolve_and_cacert ... ok
19062025-03-06T19:37:42.958Z
19072025-03-06T19:37:42.958Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
19082025-03-06T19:37:42.958Z
19092025-03-06T19:37:42.961Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-e23b4b4dd11bb6df`
19102025-03-06T19:37:42.970Z
19112025-03-06T19:37:42.970Zrunning 1 test
19122025-03-06T19:37:43.012Ztest test_silo_idp_saml_create ... ok
19132025-03-06T19:37:43.012Z
19142025-03-06T19:37:43.012Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
19152025-03-06T19:37:43.012Z
19162025-03-06T19:37:43.015Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-7c30cdd45b635e7a`
19172025-03-06T19:37:43.023Z
19182025-03-06T19:37:43.023Zrunning 5 tests
19192025-03-06T19:37:43.046Ztest test_allowlist_both ... ok
19202025-03-06T19:37:43.046Ztest test_allowlist_neither ... ok
19212025-03-06T19:37:43.068Ztest test_allowlist_any ... ok
19222025-03-06T19:37:43.071Ztest test_allowlist_one_ip ... ok
19232025-03-06T19:37:43.079Ztest test_allowlist_many_ips ... ok
19242025-03-06T19:37:43.079Z
19252025-03-06T19:37:43.079Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
19262025-03-06T19:37:43.079Z
19272025-03-06T19:37:43.082Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-34fe228b42f99426`
19282025-03-06T19:37:43.091Z
19292025-03-06T19:37:43.091Zrunning 0 tests
19302025-03-06T19:37:43.091Z
19312025-03-06T19:37:43.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19322025-03-06T19:37:43.091Z
19332025-03-06T19:37:43.094Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-cf0ff26fd2b8d924`
19342025-03-06T19:37:43.098Z
19352025-03-06T19:37:43.098Zrunning 1 test
19362025-03-06T19:37:43.101Ztest json_mock::tests::test_one ... ok
19372025-03-06T19:37:43.101Z
19382025-03-06T19:37:43.101Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19392025-03-06T19:37:43.101Z
19402025-03-06T19:37:43.101Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-787569ea528ac5aa`
19412025-03-06T19:37:43.106Z
19422025-03-06T19:37:43.106Zrunning 0 tests
19432025-03-06T19:37:43.106Z
19442025-03-06T19:37:43.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19452025-03-06T19:37:43.109Z
19462025-03-06T19:37:43.109Z Doc-tests integration_tests
19472025-03-06T19:37:43.109Z Running `/home/build/.rustup/toolchains/1.82-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/libgit2-sys-662e9c6161d4083e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-7320e028eed23a71.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
19482025-03-06T19:37:43.157Z
19492025-03-06T19:37:43.157Zrunning 0 tests
19502025-03-06T19:37:43.157Z
19512025-03-06T19:37:43.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19522025-03-06T19:37:43.161Z
19532025-03-06T19:37:43.164Z Doc-tests oxide
19542025-03-06T19:37:43.167Z Running `/home/build/.rustup/toolchains/1.82-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/libgit2-sys-662e9c6161d4083e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-9381ac1460e12a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-c5b9c5aa716645c6.rlib --extern flume=/work/oxidecomputer/oxide.rs/target/debug/deps/libflume-6dada0e4e5a19564.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-b35b0eb7cbdbc91a.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-370ee0e24009ff07.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-c83df6a0b004dd25.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-b1c476418808bea8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-0740b1c706dd62ef.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bdb7dd531472e429.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-386d96abf761f3d3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-41ea794eda741d29.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-8e674f413d7a8604.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.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`
19552025-03-06T19:37:48.478Z
19562025-03-06T19:37:48.478Zrunning 242 tests
19572025-03-06T19:37:48.483Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 35) ... ignored
19582025-03-06T19:37:48.483Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 52) ... ignored
19592025-03-06T19:37:48.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_create (line 53653) ... ignored
19602025-03-06T19:37:48.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_delete (line 53700) ... ignored
19612025-03-06T19:37:48.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_list (line 53636) ... ignored
19622025-03-06T19:37:48.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_member_instance_add (line 53757) ... ignored
19632025-03-06T19:37:48.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_member_instance_delete (line 53775) ... ignored
19642025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_member_instance_view (line 53739) ... ignored
19652025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_member_list (line 53719) ... ignored
19662025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_update (line 53684) ... ignored
19672025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::affinity_group_view (line 53668) ... ignored
19682025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_create (line 53811) ... ignored
19692025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_delete (line 53861) ... ignored
19702025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_list (line 53794) ... ignored
19712025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_add (line 53923) ... ignored
19722025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_delete (line 53944) ... ignored
19732025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_instance_view (line 53902) ... ignored
19742025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_member_list (line 53881) ... ignored
19752025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_update (line 53844) ... ignored
19762025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientAffinityExt::anti_affinity_group_view (line 53827) ... ignored
19772025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 54113) ... ignored
19782025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 54131) ... ignored
19792025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 54148) ... ignored
19802025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 54067) ... ignored
19812025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 54097) ... ignored
19822025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 54164) ... ignored
19832025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 54050) ... ignored
19842025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 54187) ... ignored
19852025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 54082) ... ignored
19862025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 54335) ... ignored
19872025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 54270) ... ignored
19882025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 54317) ... ignored
19892025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 54351) ... ignored
19902025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 54253) ... ignored
19912025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 54301) ... ignored
19922025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 54285) ... ignored
19932025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 54431) ... ignored
19942025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 54417) ... ignored
19952025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 54401) ... ignored
19962025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 54642) ... ignored
19972025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 54465) ... ignored
19982025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 54495) ... ignored
19992025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 54448) ... ignored
20002025-03-06T19:37:48.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 54480) ... ignored
20012025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_create (line 54525) ... ignored
20022025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_delete (line 54555) ... ignored
20032025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_download (line 54569) ... ignored
20042025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_download_file (line 54599) ... ignored
20052025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_head (line 54583) ... ignored
20062025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_head_file (line 54616) ... ignored
20072025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_index (line 54631) ... ignored
20082025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_list (line 54512) ... ignored
20092025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::support_bundle_view (line 54538) ... ignored
20102025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::timeseries_query (line 54659) ... ignored
20112025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 54779) ... ignored
20122025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 54815) ... ignored
20132025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 54832) ... ignored
20142025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 54760) ... ignored
20152025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 54849) ... ignored
20162025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 54796) ... ignored
20172025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 54915) ... ignored
20182025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 54962) ... ignored
20192025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 55000) ... ignored
20202025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 55017) ... ignored
20212025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 54981) ... ignored
20222025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 55050) ... ignored
20232025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 55067) ... ignored
20242025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 55033) ... ignored
20252025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 54898) ... ignored
20262025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 55229) ... ignored
20272025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 55290) ... ignored
20282025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 55209) ... ignored
20292025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 55266) ... ignored
20302025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 55247) ... ignored
20312025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 55082) ... ignored
20322025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 55109) ... ignored
20332025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 55132) ... ignored
20342025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 55156) ... ignored
20352025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 55174) ... ignored
20362025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 55189) ... ignored
20372025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_update (line 54946) ... ignored
20382025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 54930) ... ignored
20392025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 55410) ... ignored
20402025-03-06T19:37:48.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 55397) ... ignored
20412025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 55448) ... ignored
20422025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 55485) ... ignored
20432025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 55475) ... ignored
20442025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 55560) ... ignored
20452025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 55601) ... ignored
20462025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 55516) ... ignored
20472025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 55531) ... ignored
20482025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 55547) ... ignored
20492025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 55628) ... ignored
20502025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 55614) ... ignored
20512025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 55587) ... ignored
20522025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 55573) ... ignored
20532025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 55687) ... ignored
20542025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 55701) ... ignored
20552025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 55741) ... ignored
20562025-03-06T19:37:48.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 55776) ... ignored
20572025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 55807) ... ignored
20582025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 55761) ... ignored
20592025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 55791) ... ignored
20602025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 55726) ... ignored
20612025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 55873) ... ignored
20622025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 55903) ... ignored
20632025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 55857) ... ignored
20642025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 55888) ... ignored
20652025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 55919) ... ignored
20662025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 55934) ... ignored
20672025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 55955) ... ignored
20682025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 55945) ... ignored
20692025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 55972) ... ignored
20702025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 55986) ... ignored
20712025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 56067) ... ignored
20722025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 56097) ... ignored
20732025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 56048) ... ignored
20742025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 56082) ... ignored
20752025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 56337) ... ignored
20762025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 56357) ... ignored
20772025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 56316) ... ignored
20782025-03-06T19:37:48.491Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 56375) ... ignored
20792025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 56138) ... ignored
20802025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 56153) ... ignored
20812025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 56169) ... ignored
20822025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 56184) ... ignored
20832025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 56213) ... ignored
20842025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 56263) ... ignored
20852025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 56200) ... ignored
20862025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 56297) ... ignored
20872025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 56243) ... ignored
20882025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 56281) ... ignored
20892025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 56226) ... ignored
20902025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 56393) ... ignored
20912025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 56408) ... ignored
20922025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_create (line 56513) ... ignored
20932025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_delete (line 56554) ... ignored
20942025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_list (line 56500) ... ignored
20952025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_add (line 56590) ... ignored
20962025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_list (line 56572) ... ignored
20972025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_remove (line 56605) ... ignored
20982025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_add (line 56732) ... ignored
20992025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_list (line 56718) ... ignored
21002025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 56743) ... ignored
21012025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_view (line 56702) ... ignored
21022025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_link (line 56644) ... ignored
21032025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_list (line 56623) ... ignored
21042025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 56677) ... ignored
21052025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_update (line 56662) ... ignored
21062025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_update (line 56540) ... ignored
21072025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_utilization_view (line 56691) ... ignored
21082025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_view (line 56526) ... ignored
21092025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 56842) ... ignored
21102025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_query (line 56861) ... ignored
21112025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_schema_list (line 56876) ... ignored
21122025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 57027) ... ignored
21132025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 56995) ... ignored
21142025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 57009) ... ignored
21152025-03-06T19:37:48.492Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 56982) ... ignored
21162025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 57051) ... ignored
21172025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 57041) ... ignored
21182025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 57062) ... ignored
21192025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 57073) ... ignored
21202025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 57084) ... ignored
21212025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 57171) ... ignored
21222025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 57141) ... ignored
21232025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 57157) ... ignored
21242025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announcement_list (line 57185) ... ignored
21252025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 57112) ... ignored
21262025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 57125) ... ignored
21272025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 57099) ... ignored
21282025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_exported (line 57196) ... ignored
21292025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 57221) ... ignored
21302025-03-06T19:37:48.493Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 57208) ... ignored
21312025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 57232) ... ignored
21322025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 57260) ... ignored
21332025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 57281) ... ignored
21342025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 57247) ... ignored
21352025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 56961) ... ignored
21362025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 56939) ... ignored
21372025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 56917) ... ignored
21382025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 57316) ... ignored
21392025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 57331) ... ignored
21402025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 57302) ... ignored
21412025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 57347) ... ignored
21422025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 57519) ... ignored
21432025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 57535) ... ignored
21442025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 57555) ... ignored
21452025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 57571) ... ignored
21462025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 57586) ... ignored
21472025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 57636) ... ignored
21482025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 57666) ... ignored
21492025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 57498) ... ignored
21502025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 57687) ... ignored
21512025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 57623) ... ignored
21522025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 57717) ... ignored
21532025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 57703) ... ignored
21542025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 57747) ... ignored
21552025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 57731) ... ignored
21562025-03-06T19:37:48.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 57765) ... ignored
21572025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 57782) ... ignored
21582025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 57828) ... ignored
21592025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 57843) ... ignored
21602025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 57651) ... ignored
21612025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 57603) ... ignored
21622025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 57799) ... ignored
21632025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 57812) ... ignored
21642025-03-06T19:37:48.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 57950) ... ignored
21652025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_create (line 58140) ... ignored
21662025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_delete (line 58177) ... ignored
21672025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_create (line 58004) ... ignored
21682025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_delete (line 58027) ... ignored
21692025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_list (line 57981) ... ignored
21702025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_create (line 58075) ... ignored
21712025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_delete (line 58097) ... ignored
21722025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_list (line 58052) ... ignored
21732025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_list (line 58120) ... ignored
21742025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_view (line 58158) ... ignored
21752025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 58594) ... ignored
21762025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 58641) ... ignored
21772025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 58225) ... ignored
21782025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 58195) ... ignored
21792025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 58577) ... ignored
21802025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 58380) ... ignored
21812025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 58436) ... ignored
21822025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 58360) ... ignored
21832025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 58273) ... ignored
21842025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 58338) ... ignored
21852025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 58250) ... ignored
21862025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 58316) ... ignored
21872025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 58294) ... ignored
21882025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 58417) ... ignored
21892025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 58398) ... ignored
21902025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 58477) ... ignored
21912025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 58533) ... ignored
21922025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 58457) ... ignored
21932025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 58555) ... ignored
21942025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 58514) ... ignored
21952025-03-06T19:37:48.499Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 58495) ... ignored
21962025-03-06T19:37:48.500Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 58625) ... ignored
21972025-03-06T19:37:48.500Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 58609) ... ignored
21982025-03-06T19:37:48.936Ztest sdk/src/lib.rs - (line 43) - compile ... ok
21992025-03-06T19:37:48.940Z
22002025-03-06T19:37:48.940Ztest result: ok. 1 passed; 0 failed; 241 ignored; 0 measured; 0 filtered out; finished in 0.46s
22012025-03-06T19:37:48.940Z
22022025-03-06T19:37:49.023Z Doc-tests oxide_httpmock
22032025-03-06T19:37:49.027Z Running `/home/build/.rustup/toolchains/1.82-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/libgit2-sys-662e9c6161d4083e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-84f2bbfe7639cefb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-35175c42db945ed2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-328a725577b9ab8e.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9fa6f1b46ba4b463.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
22042025-03-06T19:37:49.563Z
22052025-03-06T19:37:49.563Zrunning 0 tests
22062025-03-06T19:37:49.563Z
22072025-03-06T19:37:49.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22082025-03-06T19:37:49.563Z
22092025-03-06T19:37:49.584Z Doc-tests test_common
22102025-03-06T19:37:49.587Z Running `/home/build/.rustup/toolchains/1.82-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/libgit2-sys-662e9c6161d4083e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1b8b73894a17bebb/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-1aac6c170a1eba1c/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-5fb95fe2709f10d9/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-480e3ace95d371cf.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-f502d8bd3ca289d9.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1e994bde0498c0a2.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-fcc979c7e71dcded.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-055b8174bea3d300.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-35d91d9167e6170d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0e5f47fe9c189765.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
22112025-03-06T19:37:49.661Z
22122025-03-06T19:37:49.661Zrunning 0 tests
22132025-03-06T19:37:49.661Z
22142025-03-06T19:37:49.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22152025-03-06T19:37:49.661Z
22162025-03-06T19:37:49.691Z
22172025-03-06T19:37:49.691Zreal 10.455190155
22182025-03-06T19:37:49.691Zuser 7.620133954
22192025-03-06T19:37:49.691Zsys 3.109464547
22202025-03-06T19:37:49.691Ztrap 0.004023027
22212025-03-06T19:37:49.691Ztflt 0.004987937
22222025-03-06T19:37:49.691Zdflt 0.004290063
22232025-03-06T19:37:49.691Zkflt 0.000254700
22242025-03-06T19:37:49.694Zlock 9.062830892
22252025-03-06T19:37:49.694Zslp 1:05.157817988
22262025-03-06T19:37:49.694Zlat 0.310625570
22272025-03-06T19:37:49.694Zstop 2.832851471
22282025-03-06T19:37:49.694Zprocess exited: duration 312061 ms, exit code 0
 
22292025-03-06T19:37:49.701Zfound 0 output files